Source code
Revision control
Copy as Markdown
Other Tools
# 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.
> ```shell
> mach try fuzzy -q "'doc-generate"
> ```
- `doc-upload` - This uploads documentation to [gecko-l1 bucket](http://gecko-docs.mozilla.org-l1.s3.us-west-2.amazonaws.com/index.html) with the committed changes.
> ```shell
> 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 {ref}`try server documentation <Pushing to Try>`
:::