diff --git a/docs.json b/docs.json index 31a666c..2146bc7 100644 --- a/docs.json +++ b/docs.json @@ -156,6 +156,40 @@ } ] }, + "contextual": { + "options": [ + { + "title": "Ask ChatGPT", + "description": "Ask ChatGPT about this page", + "icon": "message", + "href": { + "base": "https://chatgpt.com/", + "query": [ + { + "key": "q", + "value": "Here is some documentation. Answer any questions I have about it: $page" + } + ] + } + }, + { + "title": "Ask Claude", + "description": "Ask Claude about this page", + "icon": "message", + "href": { + "base": "https://claude.ai/new", + "query": [ + { + "key": "q", + "value": "Here is some documentation. Answer any questions I have about it: $page" + } + ] + } + }, + "perplexity", + "copy" + ] + }, "footer": { "socials": { "x": "https://x.com/potpiedotai",