From 24bc93df12f78db5600b411991d489afb9fe68e9 Mon Sep 17 00:00:00 2001 From: Somansh Reddy Satish Date: Fri, 31 Jul 2026 07:35:22 +0000 Subject: [PATCH] docs: unlist the Send-to guide from the docs nav (tool-served, not web-searched) The "Send to HyperFrames" authoring guide is an internal contract for the Claude Design import flow, delivered exclusively by the get-send-to-hyperframes-guide MCP tool (raw server-side fetch of the .md, returned as tool-result data). The llms.txt / web_search discovery path it was published for is no longer used. Drop it from docs.json so it stops appearing in the public product docs nav + llms.txt; keep the .md file at its path (the tool's raw fetch URL depends on it) and the redirect note in claude-design-hyperframes.md (points at the raw URL, not the docs page). Orphan guide files build cleanly here (claude-design-hyperframes.md already is one). Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/docs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index 8bb5f0e6dc..585f85826b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -164,7 +164,6 @@ "guides/antigravity", "guides/copilot-cli", "guides/claude-design", - "guides/claude-design-send-to-hyperframes", "guides/open-design", "guides/hyperframes-vs-remotion", "guides/gsap-animation",