summaryrefslogtreecommitdiffstats
path: root/netwerk/docs/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /netwerk/docs/index.rst
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netwerk/docs/index.rst')
-rw-r--r--netwerk/docs/index.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/netwerk/docs/index.rst b/netwerk/docs/index.rst
new file mode 100644
index 0000000000..c89646d00e
--- /dev/null
+++ b/netwerk/docs/index.rst
@@ -0,0 +1,25 @@
+Networking
+==========
+
+These linked pages contain design documents for the Networking stack implementation in Gecko. They live in-tree under the 'netwerk/docs' directory.
+
+There is also documentation for the `HTTP server we use for unit tests`_.
+
+.. toctree::
+ :maxdepth: 1
+
+ cache2/doc
+ http/lifecycle
+ http/logging
+ http/http3.md
+ dns/dns-over-https-trr
+ submitting_networking_bugs.md
+ new_to_necko_resources
+ network_test_guidelines.md
+ url_parsers.md
+ webtransport/webtransport
+ captive_portals.md
+ early_hints.md
+ neqo_triage_guideline.md
+
+.. _HTTP server we use for unit tests: http_server_for_testing.html