From 8deed4c5f5425a89ce44264e5e8a1c6e1f2f4435 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Fri, 4 Sep 2026 13:49:04 -0700 Subject: [PATCH 1/2] chore: add docs/ dir which links to official docs site Signed-off-by: Christopher Desiniotis --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..00752df1a --- /dev/null +++ b/docs/README.md @@ -0,0 +1,3 @@ +The official documentation for the NVIDIA GPU Operator can be found at https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html. + +For any questions or issues related to documentation, file an issue in our [documentation repository](https://github.com/NVIDIA/cloud-native-docs). From 1333e84557ed6a348ea85ec493a5d91da3263ede Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 8 Sep 2026 10:10:57 -0700 Subject: [PATCH 2/2] chore: link to docs repo in CONTRIBUTING.md Signed-off-by: Christopher Desiniotis --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28931f013..6a310a7a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,9 @@ The NVIDIA GPU Operator source code is available on GitHub at https://github.com ### Documentation -The official NVIDIA GPU Operator documentation is available at https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html +The official NVIDIA GPU Operator documentation is available at https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html. + +For any questions or issues related to documentation, file an issue in our [documentation repository](https://github.com/NVIDIA/cloud-native-docs). ### Container Images