releases-comm-central/docs
Martin Giger ade5c26570 Bug 1904357 - Add custom element conventions documentation. r=heather,vineet
Differential Revision: https://phabricator.services.mozilla.com/D214725

--HG--
extra : moz-landing-system : lando
2024-06-28 16:42:19 +00:00
..
_addons Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
_static Bug 1845361 - Update Thunderbird Desktop module ownership. r=sancus 2023-07-25 13:42:12 -04:00
_templates Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
architecture Bug 1879829 - Add work-in-progress documentation on existing protocol implementations. r=heather 2024-02-16 22:45:50 +00:00
build Bug 1845794 - Create a "beta" branding directory. r=dandarnell#!thunderbird-build-system-reviewers,#thunderbird-reviewers 2023-10-23 13:34:38 +00:00
frontend Bug 1904357 - Add custom element conventions documentation. r=heather,vineet 2024-06-28 16:42:19 +00:00
l10n Bug 1904979 - Fix Thunderbird spelling issues detected by codespell 2.3.0. rs=lint DONTBUILD 2024-06-28 14:54:18 +03:00
mots Bug 1876167 - Updates to Thunderbird Council page. r=kaie,zeid 2024-04-02 14:41:18 +00:00
rust Bug 1888431 - Port bug 1888321: Rename Rust's .cargo/config.in to config.toml.in. r=dandarnell 2024-04-02 12:03:29 +02:00
storybook Bug 1893475 - Update storybook to v7. r=aleca 2024-04-26 19:21:25 +02:00
telemetry Bug 1899602 - remove obsolete Telemetry testing probes. r=aleca 2024-06-28 12:44:02 +03:00
README.md No bug - Fix linting errors. rs=dandarnell 2024-04-29 16:11:10 -07:00
conf.py Bug 1893718 - Configure jsdoc with a javascript file rather than JSON. r=aleca 2024-04-29 15:37:21 -07:00
index.rst Bug 1873860 - Add documentation for Quick Filter Bar. r=heather,aleca 2024-04-26 19:20:57 +02:00
jsdoc.conf.js Bug 1851535 - Remove old profile migration code. r=aleca 2024-06-04 11:01:46 +01:00
mach_commands.py No bug - Fix linting errors. rs=dandarnell 2024-04-29 16:11:10 -07:00
requirements.in Bug 1872974 - Add sphinx-js to in-tree docs. r=rjl 2024-02-03 11:09:04 +00:00
requirements.txt Bug 1872974 - Add sphinx-js to in-tree docs. r=rjl 2024-02-03 11:09:04 +00:00

README.md

Building documentation locally

In the top directory (gecko):

./mach tb-doc

Command Arguments:

  • --format FMT Documentation format to write.
  • --outdir DESTINATION Where to write output.
  • --no-open Don't automatically open HTML docs in a browser.
  • --no-serve Don't serve the generated docs after building.
  • --http ADDRESS Serve documentation on the specified host and port, default "localhost:5500".
  • -j JOBS, --jobs JOBS Distribute the build over N processes in parallel.
  • --verbose Run Sphinx in verbose mode
  • --no-autodoc Disable generating Python/JS API documentation