From 74426a06951b99c1ef7abd5f930d1cfa22c052da Mon Sep 17 00:00:00 2001 From: Uday Arora Date: Mon, 6 Jul 2026 12:11:15 -0700 Subject: [PATCH] docs: configure Context7 --- context7.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/context7.json b/context7.json index d87afcd31e6..99fc556c850 100644 --- a/context7.json +++ b/context7.json @@ -1,4 +1,32 @@ { + "$schema": "https://context7.com/schema/context7.json", "url": "https://context7.com/nvidia/cuda-python", - "public_key": "pk_gupaHhsdvsuT1j3BZpb7i" + "public_key": "pk_gupaHhsdvsuT1j3BZpb7i", + "folders": [ + "cuda_python/docs/source", + "cuda_bindings/docs/source", + "cuda_core/docs/source", + "cuda_pathfinder/docs/source" + ], + "excludeFolders": [ + "**/_templates" + ], + "excludeFiles": [ + "AGENTS.md", + "CLAUDE.md", + "CHANGELOG.md", + "CHANGELOG.mdx", + "changelog.md", + "changelog.mdx", + "CONTRIBUTING.md", + "LICENSE.md", + "license.md", + "CODE_OF_CONDUCT.md", + "code_of_conduct.md", + "SECURITY.md", + "api_private.rst", + "conduct.rst", + "contribute.rst", + "license.rst" + ] }