mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user