diff --git a/doc/source/index.rst b/doc/source/index.rst index 4bf8e2a193..cc075c2172 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -63,6 +63,7 @@ Brief guides to areas of interest and importance when developing Horizon. topics/tutorial contributing testing + plugins Topic Guides ------------ diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst new file mode 100644 index 0000000000..402528611d --- /dev/null +++ b/doc/source/plugins.rst @@ -0,0 +1,41 @@ +======================= +Horizon Plugin Registry +======================= + +.. Note:: + Currently, Horizon plugins are responsible for their own compatibility. + Check the individual repos for information on support. + ++-----------------------+-----------------------------------------------------+ +|Plugin |URL | ++=======================+=====================================================+ +|Akanda RUG Extension |https://github.com/stackforge/akanda-horizon | ++-----------------------+-----------------------------------------------------+ +|Apps Catalog UI |https://github.com/stackforge/apps-catalog-ui | ++-----------------------+-----------------------------------------------------+ +|Cerberus Dashboard |https://github.com/stackforge/cerberus-dashboard | ++-----------------------+-----------------------------------------------------+ +|Cisco UI |http://github.com/openstack/horizon-cisco-ui | ++-----------------------+-----------------------------------------------------+ +|Cloudkitty Dashboard |https://github.com/stackforge/cloudkitty-dashboard | ++-----------------------+-----------------------------------------------------+ +|Cue Dashboard |https://github.com/openstack/cue-dashboard | ++-----------------------+-----------------------------------------------------+ +|Designate Dashboard |https://github.com/openstack/designate-dashboard | ++-----------------------+-----------------------------------------------------+ +|Group Based Policy UI |https://github.com/stackforge/group-based-policy-ui | ++-----------------------+-----------------------------------------------------+ +|Magnum UI |http://github.com/openstack/magnum-ui | ++-----------------------+-----------------------------------------------------+ +|Manila UI |http://github.com/openstack/manila-ui | ++-----------------------+-----------------------------------------------------+ +|Mistral Dashboard |https://github.com/openstack/mistral-dashboard | ++-----------------------+-----------------------------------------------------+ +|Monasca UI |https://github.com/stackforge/monasca-ui | ++-----------------------+-----------------------------------------------------+ +|Murano Dashboard |http://github.com/openstack/murano-dashboard | ++-----------------------+-----------------------------------------------------+ +|Neutron LBaaS Dashboard|https://github.com/openstack/neutron-lbaas-dashboard | ++-----------------------+-----------------------------------------------------+ +|Tuskar UI |http://github.com/openstack/tuskar-ui | ++-----------------------+-----------------------------------------------------+