From 96317501714995b1fda228debacf71cde80fd847 Mon Sep 17 00:00:00 2001 From: Hunter Date: Mon, 9 Feb 2026 16:44:03 -0600 Subject: [PATCH] Add URL and public key to context7.json configuration - Included a new "url" field pointing to the chartgpu-react documentation. - Added a "public_key" field for API access configuration. --- context7.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/context7.json b/context7.json index 6ec6824..e8d8f3c 100644 --- a/context7.json +++ b/context7.json @@ -12,5 +12,7 @@ "If you use `createAnnotationAuthoring(container, chart, ...)`, dispose the authoring instance before disposing the chart.", "Ensure the chart container has an explicit, non-zero height; otherwise the chart may render blank.", "In React 18 StrictMode (dev), effects run twice (mount→unmount→mount); avoid retaining stale chart instances outside refs/onReady." - ] + ], + "url": "https://context7.com/chartgpu/chartgpu-react", + "public_key": "pk_8QNeg6DDgVImbbajzdevV" }