releng docs
Перейти к файлу
Ben Hearsum (he/him) deaa2c9fba
Merge pull request #279 from bhearsum/github-token-ci-admin
Add note about needing a GITHUB_TOKEN to run ci-admin diff/apply
2024-09-10 12:58:38 -04:00
explanations taskcluster: can use `scheduleTask` instead of `cancel` + `rerun` (#277) 2024-08-26 10:30:24 +02:00
how-to Add note about needing a GITHUB_TOKEN to run ci-admin diff/apply 2024-09-10 11:47:46 -04:00
media refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
meta refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
reference update sentry links 2024-05-14 11:41:22 -06:00
requirements Update dependencies 2023-08-28 16:31:46 -04:00
taskcluster/staging refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
tutorials Update sops instructions with better gcloud login 2024-04-15 11:31:24 -07:00
.gitignore Release promotion: testing and launching custom variants (#109) 2021-10-12 08:46:43 -07:00
.readthedocs.yml Add .readthedocs.yml 2023-06-15 12:31:34 -06:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-27 21:21:12 -07:00
Makefile Add a make target for 'sphinx-autobuild' and update README 2021-11-10 17:33:55 -05:00
README.md Add 'directives' to reference section in README 2021-11-15 10:25:43 -05:00
conf.py set baseurl from environment on readthedocs (#273) 2024-07-17 15:52:18 +02:00
index.rst refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
make.bat Support sphinx 3. (#19) 2020-04-10 14:25:49 -07:00
releng_wordlist.txt Remove releng changelog 2023-10-02 12:23:25 -07:00

README.md

Docs

Mozilla Release Engineering Documentation

This repository contains some of the more technical internal documentation for Mozilla Release Engineering.

Rendered versions of the documentation may be viewed at:
http://moz-releng-docs.readthedocs.io/en/latest/

Contributing

  1. Create a Python virtualenv

  2. Run:

     pip install -r requirements/dev.txt
    
  3. To build the docs locally and start a livereload server, run:

     make livehtml
    

    Verify changes by opening the linked URL in your browser. Further changes will automatically rebuild and refresh your page.

    Alternatively you can run:

     make html
    

    to build static docs. They will be generated under the _build/html directory.

Note: Any new docs should be directly or indirectly linked to from index.rst. (For example, if index.rst contains balrog/index.rst in its toctree, and the new doc is in the balrog/index.rst toctree, then the new doc is successfully indirectly linked.)

Reference

These docs use reStructuredText and Sphinx. Here are some reference materials:

Motivation

For the original motivation behind these docs see RELENG RFC 0007.