no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / docs / config.yml
blob823451c51e8a3322a81f9476a2c5d5782abe2e98
1 ---
3 # The order of the main categories are defined in index.rst
4 # Sub categories orders are preserved
5 categories:
6     overview_doc:
7         - glossary
8         - overview
9     setup_doc:
10         - setup
11     contributing_doc:
12         - contributing
13         - bug-mgmt
14     user_guide:
15         - devtools-user
16     source_doc:
17         - mots
18         - browser
19         - dom
20         - editor
21         - layout
22         - gfx
23         - ipc
24         - devtools
25         - toolkit
26         - js
27         - mobile/android/geckoview
28         - dom/bindings/webidl
29         - modules/libpref
30         - networking
31         - remote
32         - services
33         - uriloader
34         - widget/cocoa
35         - widget/windows
36         - accessible
37         - code-quality
38         - writing-rust-code
39         - tools/profiler
40         - performance
41         - xpcom
42         - nspr
43         - security/nss
44     build_doc:
45         - mach
46         - tools/try
47         - build/buildsystem
48         - taskcluster
49         - tools/moztreedocs
50         - mozbuild/vendor
51     testing_doc:
52         - testing/automated-testing
53         - testing/treeherder-try
54         - testing/sheriffed-intermittents
55         - testing/tests-for-new-config
56         - testing/intermittent
57         - testing/testing-policy
58         - testing/ci-configs
59         - testing/browser-chrome
60         - testing/chrome-tests
61         - testing/marionette
62         - testing/geckodriver
63         - testing/test-verification
64         - testing/webrender
65         - testing/mochitest-plain
66         - testing/xpcshell
67         - web-platform
68         - gtest
69         - tools/fuzzing
70         - tools/sanitizer
71         - testing/perfdocs
72         - tools/code-coverage
73         - testing-rust-code
74     release_doc:
75         - update-infrastructure
76     l10n_doc:
77         - intl
78         - l10n
79     python_doc:
80         - mozbase
81         - python
82     fennec_doc:
83         - mobile/android
84     metrics_doc:
85         - metrics
87 redirects:
88     browser/browser: browser
89     browser/components/newtab/content-src/asrouter/docs: browser/components/newtab/docs
90     contributing/how_to_contribute_firefox.html: contributing/contribution_quickref.html
91     contributing/artifact_builds.html: contributing/build/artifact_builds.html
92     contributing/linux_build.html: setup/linux_build.html
93     contributing/build/linux_build.html: setup/linux_build.html
94     contributing/mercurial.html: contributing/vcs/mercurial.html
95     contributing/mercurial_bundles.html: contributing/vcs/mercurial_bundles.html
96     contributing/vscode.html: contributing/editors/vscode.html
97     dom/dom: dom
98     layout/layout: layout
99     gfx/gfx: gfx
100     intl/l10n/l10n: l10n
101     ipc/ipc: ipc
102     modules/libpref/libpref: modules/libpref
103     python/mach: mach
104     python/python: python
105     setup/getting_set_up.html: contributing/contributing_to_mozilla.html
106     taskcluster/taskcluster: taskcluster
107     testing/geckodriver/geckodriver: testing/geckodriver
108     testing/marionette/marionette: testing/marionette
109     toolkit/components/telemetry/telemetry: toolkit/components/telemetry
110     tools/compare-locales/index.html: build/buildsystem/locales.html
111     tools/docs/index.html: tools/moztreedocs/index.html
112     tools/docs/contribute/how_to_contribute_firefox.html: contributing/how_to_contribute_firefox.html
113     tools/docs/contribute/directory_structure.html: contributing/directory_structure.html
114     tools/lint: code-quality/lint
115     tools/lint/coding-style: code-quality/coding-style
116     tools/static-analysis/index.html: code-quality/static-analysis.html
117     xpcom/xpcom: xpcom
119 fatal warnings:
120     - "WARNING: '([^']*)' reference target not found:((?!.rst).)*$"
121     - "WARNING: Include file '([^']*)' not found or reading it failed"
123 max_num_warnings: 759