https://github.com/nginx/documentation
Public source for docs.nginx.com
https://github.com/nginx/documentation
documentation nginx
Last synced: 9 months ago
JSON representation
Public source for docs.nginx.com
- Host: GitHub
- URL: https://github.com/nginx/documentation
- Owner: nginx
- License: bsd-2-clause
- Created: 2024-08-28T19:52:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T11:58:08.000Z (9 months ago)
- Last Synced: 2025-04-09T12:25:03.515Z (9 months ago)
- Topics: documentation, nginx
- Language: HTML
- Homepage: https://docs.nginx.com/
- Size: 62.8 MB
- Stars: 57
- Watchers: 18
- Forks: 45
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
[](https://securityscorecards.dev/viewer/?uri=github.com/nginxinc/template-repository)
[](https://www.repostatus.org/#active)
[](https://github.com/nginxinc/template-repository/blob/main/SUPPORT.md)
[](https://github.com/nginxinc/template-repository/main/CODE_OF_CONDUCT.md)

# NGINX documentation
If you want to contribute to [F5 NGINX documentation](https://docs.nginx.com), you've come to the right place. We've organized a series of README-type files to help you get started:
- [Contributing](/CONTRIBUTING.md) describes how you can contribute to our documentation.
- [Contributing guidelines for experts](/CONTRIBUTING_DOCS.md) describes how you can contribute (and check your work) with Hugo, our static site generator
- [Code of Conduct](/CODE_OF_CONDUCT.md) describes expectations in the NGINX open source community.
- [License](/LICENSE) shows the license associated with work on this repository.
- [Security](/SECURITY.md) describes the procedures we would like you to follow if you find a security issue.
- [Support](/SUPPORT.md) lists how you can get support as a customer or a community member.
## Explanation
This repository contains user documentation for NGINX's products, as well as the requirements for linting, building, and publishing the documentation.
Our documentation is written in Markdown, specifically the [Goldmark](https://github.com/yuin/goldmark) Markdown parser.
We build our docs using [Hugo](https://gohugo.io) and host them in custom URLs on Azure.
## License
[BSD 2-Clause "Simplified" License](/LICENSE)
© [F5, Inc.](https://www.f5.com/) 2025
## Credits
- [The Good Docs Project](https://www.thegooddocsproject.dev/), whose templates we've adapted for our use.