Separate project docs into managed/self-managed 00/71600/2
authorCharles La Voy <charleslavoy@gmail.com>
Tue, 1 May 2018 03:34:20 +0000 (22:34 -0500)
committerCharles La Voy <charleslavoy@gmail.com>
Tue, 1 May 2018 22:42:14 +0000 (17:42 -0500)
Change-Id: I2e20420344b63a74154f0474ec8051a28aac6f52
Signed-off-by: Charles La Voy <charleslavoy@gmail.com>
docs/index.rst

index e7a206a2a4aa41e22b4d9d31b3fe71a5a9f66cef..7a270a330fce8a6c98c5c53c092403f4a1b67f2e 100644 (file)
@@ -6,45 +6,48 @@
 Welcome to OpenDaylight Documentation
 =====================================
 
-The following guides and documentation provides details on various aspects of
-OpenDaylight from the user guides to the developer guides and tries to act as
-a single point of contact for all documentation related articles in OpenDaylight.
-If you would like to contribute to documentation please refer to the :ref:`documentation-guide`.
+The OpenDaylight documentation site acts as a central clearinghouse for
+OpenDaylight project and release documentation. If you would like to contribute
+to documentation, refer to the :ref:`documentation-guide`.
 
-Content for OpenDaylight Users
+Getting Started with OpenDaylight
 ------------------------------
 
-The following content is intended for people who would like to deploy, use, or
-just learn more about OpenDaylight.
-
 .. toctree::
    :maxdepth: 1
 
    downloads
    release-notes/index
    getting-started-guide/index
-   user-guide/index
-   opendaylight-with-openstack/index
-
 
-Content for OpenDaylight Developers
+OpenDaylight Project Documentation
 -----------------------------------
 
-The following content is intended for developers building applications or code
-on top of OpenDaylight, but who do not plan to modify OpenDaylight code
-itself.
+Managed Projects
+~~~~~~~~~~~~~~~~~
+
+* :doc:`AAA Documentation <aaa:index>`
+* :doc:`BGPCEP Documentation <bgpcep:index>`
+* :doc:`Controller Documentation <controller:index>`
+* :doc:`COE Documentation <coe:index>`
+* :doc:`DAEXIM Documentation <daexim:index>`
+* :doc:`Genius Documentation <genius:index>`
+* :doc:`Infrautils Documentation <infrautils:index>`
+* :doc:`LISP Flow Mapping Documentation <lispflowmapping:index>`
+* :doc:`MD-SAL Documentation <mdsal:index>`
+* :doc:`NETCONF Documentation <netconf:index>`
+* :doc:`NetVirt Documentation <netvirt:index>`
+* :doc:`Neutron Documentation <neutron:index>`
+* :doc:`OpenFlowPlugin Documentation <openflowplugin:index>`
+* :doc:`OVSDB Documentation <ovsdb:index>`
 
-.. toctree::
-   :maxdepth: 1
 
-   developer-guide/index
-   javadoc
+Self-Managed Projects
+~~~~~~~~~~~~~~~~~~~~~~
 
-Content for OpenDaylight Contributors
--------------------------------------
 
-The following content is intended for developers who either currently
-participate in the development of OpenDaylight or would like to start.
+OpenDaylight Contributor Guides
+--------------------------------
 
 * :doc:`Gerrit Guide <lfdocs:gerrit>`
 * :ref:`Infrastructure Guide <odl-infra>`