From 2f61d576d0e1df726ad5c818939f70ff9f4188d3 Mon Sep 17 00:00:00 2001 From: Kanishk Sahni Date: Mon, 1 Jun 2026 12:19:33 -0400 Subject: [PATCH] docs: enable contextual menu for copying pages as Markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the Mintlify `contextual` config so each page gets a header dropdown to copy the page as Markdown, view it as Markdown, or open it in ChatGPT/Claude — making it easy to feed Flox docs into an LLM as context. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs.json b/docs.json index d3a4132..210d966 100644 --- a/docs.json +++ b/docs.json @@ -24,6 +24,14 @@ } }, "favicon": "/favicon.ico", + "contextual": { + "options": [ + "copy", + "view", + "chatgpt", + "claude" + ] + }, "navigation": { "tabs": [ {