This is the source code for NGINX Unit's official website, written in reStructuredText and built with the Sphinx generator.
To run a local version of the website:
git clone https://github.com/nginx/unit-docs && cd unit-docs
pip install -r requirements.txt
make serve
Commits in any branch associated with a Pull Request, if made by a maintainer, will automatically deploy a preview site. A comment with a link to the preview will show up in the PR.
See the docs-actions
README.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
The documentation for NGINX Unit is licensed under CC BY 4.0.