Add install index page

Change-Id: I4ba71572181238037fb6477f1b3fb3ac4ffed6ff
This commit is contained in:
zhangbailin 2021-11-18 14:54:12 +08:00 committed by Brin Zhang
parent 57a301b75e
commit 2b24d6744b
2 changed files with 19 additions and 3 deletions

View File

@ -23,13 +23,13 @@ Operators needing to install or configure Cyborg.
Installation
~~~~~~~~~~~~
The detailed install guide for Cyborg.
.. toctree::
:maxdepth: 1
install/install-from-pip
install/install-from-source
install/index
admin/config-wsgi
admin/index
Configuration Reference
~~~~~~~~~~~~~~~~~~~~~~~
@ -48,6 +48,13 @@ Once you are running cyborg, the following information is extremely useful.
* :doc:`Admin Guide </admin/index>`: A collection of guides for administrating
cyborg.
.. # NOTE(amotoki): toctree needs to be placed at the end of the secion to
# keep the document structure in the PDF doc.
.. toctree::
:hidden:
admin/index
For End Users
-------------

View File

@ -0,0 +1,9 @@
===============
Compute service
===============
.. toctree::
common
install-from-source
install-from-pip