From 7cb8112a1e527b578653e0c5a82e45ff8b3f1c11 Mon Sep 17 00:00:00 2001 From: Jodie Putrino Date: Thu, 30 Jan 2025 14:56:22 -0700 Subject: [PATCH] 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 --- CONTRIBUTING.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d746d24d2..740b54fcf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,14 +84,15 @@ issue lifecycle: - The owner assigns one or more [labels](https://github.com/nginxinc/oss-docs/issues/labels) to the issue - The owner, in collaboration with the community member, determines what milestone to attach to an issue. They may be milestones correspond to product releases -## Content edited elsewhere +## Additional NGINX documentation -This repository does not include all documentation available at https://docs.nginx.com. Other relevant repositories include: +This repository does not include all of the source content for the NGINX documentation. Other relevant repositories include: -- [NGINX Open Source](https://github.com/nginx/nginx) -- [NGINX Unit](https://github.com/nginx/unit) -- [NGINX Ingress Controller](https://github.com/nginxinc/kubernetes-ingress/) -- [NGINX Gateway Fabric](https://github.com/nginxinc/nginx-gateway-fabric) +- [NGINX Open Source](https://github.com/nginx/nginx) - source for [NGINX changelog](https://nginx.org/en/CHANGES) +- [nginx.org](https://github.com/nginx/nginx.org) - source for https://nginx.org +- [NGINX Unit](https://github.com/nginx/unit) - source for https://unit.nginx.org +- [NGINX Ingress Controller](https://github.com/nginxinc/kubernetes-ingress/) - source for https://docs.nginx.com/nginx-ingress-controller +- [NGINX Agent](https://github.com/nginx/agent) - source for https://docs.nginx.com/nginx-agent In those repositories, you can find documentation source code in the `docs` or `site` subdirectories.