Add LLM-friendly documentation (llms.txt) by goruha · Pull Request #824 · cloudposse/docs
Navigation Menu
{{ message }}
cloudposse / docs Public
- Notifications You must be signed in to change notification settings
- Fork 33
Merged
Conversation
Copy link
Member
goruha
commented
Oct 9, 2025
goruha
commented
what
- Add support for
llms.txtstandard usingdocusaurus-plugin-llms - Generate two LLM-friendly documentation files:
/llms.txt- Compact link list/llms-full.txt- Full documentation content
- Configure plugin to prioritize core documentation sections
- Include blog content in generated files
why
- LLMs need structured documentation: The
llms.txtstandard (https://llmstxt.org/) provides a standardized way for LLMs to efficiently understand website documentation - Address context window limitations: Instead of crawling entire websites, LLMs can access curated, structured content optimized for their understanding
- Improve AI assistance: Tools like Claude, ChatGPT, and other AI assistants can provide better answers about Atmos by referencing these files
- Follow emerging standards: Similar to
robots.txtfor search engines,llms.txtis becoming a standard for AI-friendly documentation - Better developer experience: Users asking AI assistants will get more accurate, up-to-date responses
references
- https://llmstxt.org/ - llms.txt standard specification
- https://github.com/rachfop/docusaurus-plugin-llms - Docusaurus plugin used
- Live files will be available at:
milldr approved these changes Oct 9, 2025
goruha
deleted the
llm-support
branch
osterman
mentioned this pull request
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