Rearrange existing documentation to fit the new standard layout
For more detail, see the doc migration spec. http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Partially-Implements: blueprint queens-doc-restructure Co-Authored-By: Kurt Taylor <kurt.r.taylor@gmail.com> Change-Id: Iab93bf023a13b953a31152b91d4fea0fa75bf2d0
This commit is contained in:
parent
2ef0bd51a9
commit
5493fb64e1
18
doc/source/admin/index.rst
Normal file
18
doc/source/admin/index.rst
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
===================
|
||||||
|
Administrator Guide
|
||||||
|
===================
|
||||||
|
|
||||||
|
Building Container Images
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
If you are a system administrator running Kolla, this section contains
|
||||||
|
information that should help you understand how to build container image
|
||||||
|
or build some images using ``--template-override``.
|
||||||
|
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:glob:
|
||||||
|
|
||||||
|
image-building
|
||||||
|
template-override/*
|
17
doc/source/contributor/index.rst
Normal file
17
doc/source/contributor/index.rst
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
============
|
||||||
|
Development
|
||||||
|
============
|
||||||
|
|
||||||
|
Contributing
|
||||||
|
------------
|
||||||
|
|
||||||
|
This guide is to tell someone who would like to contribute to
|
||||||
|
Kolla project. Following this guide to propose your first patch for Kolla.
|
||||||
|
And we are welcome everyone to join our project!
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
CONTRIBUTING.rst
|
||||||
|
running-tests
|
||||||
|
bug-triage
|
@ -37,30 +37,18 @@ example:
|
|||||||
|
|
||||||
https://docs.openstack.org/kolla/mitaka/
|
https://docs.openstack.org/kolla/mitaka/
|
||||||
|
|
||||||
|
Administrator Guide
|
||||||
Kolla Overview
|
===================
|
||||||
==============
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
|
|
||||||
image-building
|
admin/index
|
||||||
|
|
||||||
Developer Docs
|
Contributor Guide
|
||||||
==============
|
=================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
|
|
||||||
CONTRIBUTING
|
contributor/index
|
||||||
running-tests
|
|
||||||
bug-triage
|
|
||||||
|
|
||||||
Template Override Docs
|
|
||||||
======================
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
:glob:
|
|
||||||
|
|
||||||
template-override/*
|
|
Loading…
Reference in New Issue
Block a user