From 47338d8308b0219ea8ede75f16c0c4f75a46d38a Mon Sep 17 00:00:00 2001 From: James Date: Fri, 27 Mar 2026 23:07:14 +0000 Subject: [PATCH] docs: add Mintlify contextual menu for AI-assisted docs browsing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a contextual menu to every docs page with options to copy page content, open in Claude, connect via MCP to Cursor/VS Code/Windsurf, and file a GitHub issue — all directly from the docs header. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/docs.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index b55aff270..c7589d8e9 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -12,6 +12,23 @@ "dark": "/logo/dark.svg" }, "favicon": "/favicon.svg", + "contextual": { + "options": [ + "copy", + "claude", + "cursor", + "vscode", + "windsurf", + "mcp", + { + "title": "Open an issue", + "description": "Report a bug or request a feature", + "icon": "github", + "iconType": "brands", + "href": "https://github.com/heygen-com/hyperframes/issues/new" + } + ] + }, "navigation": { "tabs": [ {