gecko-dev/docs/index.rst
Ethan Glasser-Camp 7cd2a98da0 Bug 1606026: Move existing documentation into new locations r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D58338

--HG--
rename : tools/docs/docs/contribute/mozilla_source_code_directory_structure.rst => docs/contributing/directory_structure.rst
rename : tools/docs/docs/contribute/how_to_contribute_firefox.rst => docs/contributing/how_to_contribute_firefox.rst
rename : tools/docs/docs/adding-documentation.rst => tools/moztreedocs/docs/adding-documentation.rst
rename : tools/docs/docs/index.rst => tools/moztreedocs/docs/index.rst
rename : tools/docs/docs/mdn-import.rst => tools/moztreedocs/docs/mdn-import.rst
extra : moz-landing-system : lando
2020-01-06 16:38:34 +00:00

55 lines
702 B
ReStructuredText

=================================
Mozilla Source Tree Documentation
=================================
.. toctree::
:caption: Contributing
:maxdepth: 2
{contributing_doc}
.. toctree::
:caption: Source code doc
:maxdepth: 2
{source_doc}
.. toctree::
:caption: Build
:maxdepth: 1
{build_doc}
.. toctree::
:caption: Testing
:maxdepth: 1
{testing_doc}
.. toctree::
:caption: Localization
:maxdepth: 2
{l10n_doc}
.. toctree::
:caption: Python
:maxdepth: 1
{python_doc}
.. toctree::
:caption: Code quality
:maxdepth: 1
{code_quality_doc}
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`