Skip to content

Commit 1bbe08a

Browse files
committed
Update CONTRIBUTING.md
Clarifies the section of the contribution guide that covers docs not developed in this repo: - adds `nginx/nginx.org` repo - adds `nginx/nginx-agent` repo - removes `nginx/nginx-gateway-fabric` repo
1 parent bcad679 commit 1bbe08a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,15 @@ issue lifecycle:
8484
- The owner assigns one or more [labels](https://github.com/nginxinc/oss-docs/issues/labels) to the issue
8585
- The owner, in collaboration with the community member, determines what milestone to attach to an issue. They may be milestones correspond to product releases
8686

87-
## Content edited elsewhere
87+
## Additional NGINX documentation
8888

89-
This repository does not include all documentation available at https://docs.nginx.com. Other relevant repositories include:
89+
This repository does not include all of the source content for the NGINX documentation. Other relevant repositories include:
9090

91-
- [NGINX Open Source](https://github.com/nginx/nginx)
92-
- [NGINX Unit](https://github.com/nginx/unit)
93-
- [NGINX Ingress Controller](https://github.com/nginxinc/kubernetes-ingress/)
94-
- [NGINX Gateway Fabric](https://github.com/nginxinc/nginx-gateway-fabric)
91+
- [NGINX Open Source](https://github.com/nginx/nginx) - source for [NGINX changelog](https://nginx.org/en/CHANGES)
92+
- [nginx.org](https://github.com/nginx/nginx.org) - source for https://nginx.org
93+
- [NGINX Unit](https://github.com/nginx/unit) - source for https://unit.nginx.org
94+
- [NGINX Ingress Controller](https://github.com/nginxinc/kubernetes-ingress/) - source for https://docs.nginx.com/nginx-ingress-controller
95+
- [NGINX Agent](https://github.com/nginx/agent) - source for https://docs.nginx.com/nginx-agent
9596

9697
In those repositories, you can find documentation source code in the `docs` or `site` subdirectories.
9798

0 commit comments

Comments
 (0)