1
0
Fork 0
firefox/tools/moztreedocs/docs/index.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

24 lines
789 B
ReStructuredText

Managing Documentation
======================
Documentation is hard. It's difficult to write, difficult to find and always out
of date. That's why we implemented our in-tree documentation system that
underpins firefox-source-docs.mozilla.org. The documentation lives next to the
code that it documents, so it can be updated within the same commit that makes
the underlying changes.
This documentation is generated via the
`Sphinx <http://sphinx-doc.org/>`_ tool from sources in the tree.
To build the documentation, run ``mach doc``. Run
``mach help doc`` to see configurable options.
The review group in Phabricator is ``#firefox-source-docs-reviewers``.
For simple documentation changes, reviews are not required.
.. toctree::
:caption: Documentation
:maxdepth: 2
:glob:
*