openstack-manuals/doc/doc-contrib-guide/source/quickstart/new-projects.rst
Andreas Jaeger ac477b8f7b Install Guides, not Tutorials
Change all remaining occurences to speak only about Installation Guides.

Change-Id: Ie590d35bd4b68152a64f0a7e2dda6aa0b250a1b1
2017-10-02 13:18:53 +02:00

25 lines
960 B
ReStructuredText

.. _new_projects:
============
New projects
============
If you are maintaining a new project that has recently been accepted into the
OpenStack 'big tent' then you will require some documentation for your
project.
Documentation for your project should live in your project's
git repository, and be published to `docs.openstack.org/yourproject`.
If you need to create that index page, you will also need to add the
``openstack-unified-publish-jobs`` to the appropriate repositories by
updating the settings in the ``project-config`` repository so that the
documentation is re-published with every commit.
Any configuration options or command line tools should be documented using
the automated ``openstack-doc-tools``. For more information about these
automated tools, see the :ref:`doc-tools` chapter.
To create an Installation Guide in accordance with the OpenStack
Foundation Project Navigator, follow the instructions at
:ref:`project-install-guide`.