diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /docs/index.rst | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000000..c947680e88 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,77 @@ +================================= +Firefox Source Tree Documentation +================================= + +.. toctree:: + :caption: Overview + :maxdepth: 2 + + {overview_doc} + +.. toctree:: + :caption: Getting Started + :maxdepth: 1 + + {setup_doc} + +.. toctree:: + :caption: Working On Firefox + :maxdepth: 2 + + {contributing_doc} + +.. toctree:: + :caption: Firefox User Guide + :maxdepth: 2 + + {user_guide} + +.. toctree:: + :caption: Source Code Documentation + :maxdepth: 2 + + {source_doc} + +.. toctree:: + :caption: The Firefox Build System + :maxdepth: 1 + + {build_doc} + +.. toctree:: + :caption: Testing & Test Infrastructure + :maxdepth: 1 + + {testing_doc} + +.. toctree:: + :caption: Releases & Updates + :maxdepth: 1 + + {release_doc} + +.. toctree:: + :caption: Localization & Internationalization + :maxdepth: 2 + + {l10n_doc} + +.. toctree:: + :caption: Firefox and Python + :maxdepth: 1 + + {python_doc} + +.. toctree:: + :caption: Metrics Collected in Firefox + :maxdepth: 1 + + {metrics_doc} + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |