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 /browser/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 'browser/docs/index.rst')
-rw-r--r-- | browser/docs/index.rst | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/browser/docs/index.rst b/browser/docs/index.rst new file mode 100644 index 0000000000..c105c59121 --- /dev/null +++ b/browser/docs/index.rst @@ -0,0 +1,33 @@ +================= +Firefox Front-end +================= + +This is the nascent documentation of the Firefox front-end code. + +.. toctree:: + :maxdepth: 2 + + urlbar/index + BrowserUsageTelemetry + CommandLineParameters + components/enterprisepolicies/docs/index + extensions/formautofill/docs/index + components/newtab/docs/index + components/aboutwelcome/docs/index + installer/windows/installer/index + components/attribution/docs/index + /toolkit/mozapps/defaultagent/default-browser-agent/index + components/migration/docs/index + components/pagedata/docs/index + places/index + components/asrouter/docs/index + search/index + base/tabbrowser/index + touchbar/index + components/uitour/docs/index + branding/docs/index + components/storybook/docs/README.storybook.stories + components/storybook/docs/README.reusable-widgets.stories + components/storybook/docs/README.other-widgets.stories + components/storybook/docs/README.lit-guide.stories + components/storybook/docs/README.xul-and-html.stories |