From a97d1920b02ffe21ad343d6fa6ed78c94824beb9 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Tue, 24 Jun 2025 09:26:46 -0700 Subject: [PATCH] AI tools: enable chat with ChatGPT and Claude from doc pages --- docs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.json b/docs.json index a79aa4b5..8a68da04 100644 --- a/docs.json +++ b/docs.json @@ -568,6 +568,12 @@ "appearance": { "default": "dark" }, + "contextual": { + "options": [ + "chatgpt", + "claude" + ] + }, "navbar": { "primary": { "type": "github",