From 08c08a153bac3adbbce692fbb009397159df68c3 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Wed, 3 Jun 2026 19:14:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20add=20context7=20integration=20c?= =?UTF-8?q?onfiguration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add context7 widget integration to documentation site. Includes context7.json configuration file and updates docfx footer to load the context7 analytics widget. --- .docfx/docfx.json | 2 +- context7.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 context7.json diff --git a/.docfx/docfx.json b/.docfx/docfx.json index 5f5bd8a..3b546ba 100644 --- a/.docfx/docfx.json +++ b/.docfx/docfx.json @@ -51,7 +51,7 @@ ], "globalMetadata": { "_appTitle": "Extensions for Carter by Codebelt", - "_appFooter": "Generated by DocFX. Copyright 2026 Geekle. All rights reserved.", + "_appFooter": "Generated by DocFX. Copyright 2026 Geekle. All rights reserved.", "_appLogoPath": "images/50x50.png", "_appFaviconPath": "images/favicon.ico", "_googleAnalyticsTagId": "G-GGL98GEYWE", diff --git a/context7.json b/context7.json new file mode 100644 index 0000000..4b66380 --- /dev/null +++ b/context7.json @@ -0,0 +1,4 @@ +{ + "url": "https://context7.com/codebeltnet/carter", + "public_key": "pk_ZYmd0ipMJCtW5NudkKPxA" +}