docs(site): add llms.txt + generated llms-full.txt#34
Merged
Conversation
Hand-authored public/llms.txt (llmstxt.org format: summary + all 22 pages grouped by section, absolute links to the live site). A buildEnd hook concatenates every page in reading order into llms-full.txt at the site root, so it stays in sync with the docs and is never committed stale. Served at /chain-builder/llms.txt and /chain-builder/llms-full.txt. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds llms.txt support to the docs site so LLMs can ingest the documentation efficiently.
docs/site/public/llms.txt(hand-authored, committed) — llmstxt.org format: a summary blockquote, all 22 pages grouped by the sidebar sections with absolute links to the live site, and an Optional section (full dump, docs.rs, GitHub, crates.io).llms-full.txt(generated) — abuildEndhook inconfig.mtsconcatenates every page in reading order (frontmatter stripped) into the site root at build time, so it never goes stale and isn't committed.Both served at
/chain-builder/llms.txtand/chain-builder/llms-full.txt.Verified locally: build green;
llms-full.txthas all 22 page markers, no frontmatter leakage, norust,ignoreresidue;llms.txt(4.7 KB) copied to dist root.Docs-only; no crate changes.
🤖 Generated with Claude Code