docs(guides): publish the Send-to guide in nav + llms.txt so agents can discover it (#2667)

The Claude Design Send-to guide rendered at its URL but was an orphan — absent from the
docs nav and llms.txt, so it never surfaced as a fetchable search RESULT (only as body
text in another page's excerpt, which Claude Design's web_fetch rejects). Add it to the
Guides nav (→ llms.txt index) next to claude-design, and give it frontmatter title +
description for a clean entry. This makes the full guide discoverable + fetchable via
search, the reliable path since a URL named only in a tool description is not fetchable.
This commit is contained in:
Somansh Reddy
2026-07-20 16:09:37 -07:00
committed by GitHub
parent 32c41ea7dc
commit 911b332bb2
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@
"guides/antigravity",
"guides/copilot-cli",
"guides/claude-design",
"guides/claude-design-send-to-hyperframes",
"guides/open-design",
"guides/prompting",
"guides/hyperframes-vs-remotion",
@@ -1,3 +1,8 @@
---
title: "Send to HyperFrames"
description: "Author a Claude Design as a single-file HyperFrames composition for the \"Send to HyperFrames\" URL import."
---
# Claude Design → "Send to HyperFrames" (Single-File Import)
> This guide is **fully self-contained**: everything needed to author a valid "Send to HyperFrames" composition is inline here. Do not rely on fetching any other document — produce the composition from this guide alone.