Running a try job for DocumentationΒΆ

Documentation has two try jobs associated:

  • doc-generate - This generates the documentation with the committed changes on the try server and gives the same output as if it has landed on regular integration branch.

mach try fuzzy -q "'doc-generate"
  • doc-upload - This uploads documentation to gecko-l1 bucket with the committed changes.

mach try fuzzy -q "'doc-upload"

When the documentation is modified, at review phase, reviewbot will automatically generate a temporary documentation with a direct link to the modified pages.

Important

Running try jobs require the user to have try server access.

Note

To learn more about setting up try server or using a different selector head over to try server documentation