Skip to content

Commit 9631750

Browse files
committed
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.
1 parent ef0cf38 commit 9631750

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

context7.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
"If you use `createAnnotationAuthoring(container, chart, ...)`, dispose the authoring instance before disposing the chart.",
1313
"Ensure the chart container has an explicit, non-zero height; otherwise the chart may render blank.",
1414
"In React 18 StrictMode (dev), effects run twice (mount→unmount→mount); avoid retaining stale chart instances outside refs/onReady."
15-
]
15+
],
16+
"url": "https://context7.com/chartgpu/chartgpu-react",
17+
"public_key": "pk_8QNeg6DDgVImbbajzdevV"
1618
}

0 commit comments

Comments
 (0)