From 8deed4c5f5425a89ce44264e5e8a1c6e1f2f4435 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Fri, 4 Sep 2026 13:49:04 -0700 Subject: [PATCH] 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).