Skip to content

Add llms.txt and per-page markdown for LLM accessibility#2042

Merged
jthiller merged 1 commit intomasterfrom
add-llms-txt
Feb 18, 2026
Merged

Add llms.txt and per-page markdown for LLM accessibility#2042
jthiller merged 1 commit intomasterfrom
add-llms-txt

Conversation

@jthiller
Copy link
Contributor

Summary

  • Installs docusaurus-plugin-llms to auto-generate /llms.txt (structured index) and per-page .md files at build time, following the llmstxt.org standard
  • Skips llms-full.txt (mixed content domains would confuse LLMs in a single concatenated file) and excludes devblog content
  • No dual maintenance — output is generated from existing MDX source

Test plan

  • yarn build completes without errors
  • build/llms.txt contains organized index with links to all 63 doc pages
  • Per-page .md files exist (e.g., build/tokens/hnt-token.md)
  • build/llms-full.txt does NOT exist
  • No devblog content appears in output
  • yarn serve confirms files are accessible at their URLs

🤖 Generated with Claude Code

Install docusaurus-plugin-llms to generate a structured llms.txt index
and per-page .md files at build time, following the llmstxt.org standard.
Excludes the concatenated llms-full.txt and devblog content.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jthiller
Copy link
Contributor Author

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

🤖 Generated with Claude Code

@jthiller jthiller merged commit ec0f1d8 into master Feb 18, 2026
4 checks passed
@jthiller jthiller deleted the add-llms-txt branch February 18, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments