Add LLM-friendly documentation (llms.txt) by goruha · Pull Request #824 · cloudposse/docs

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@goruha

Copy link

Member

@goruha goruha commented

Oct 9, 2025

what

  • Add support for llms.txt standard using docusaurus-plugin-llms
  • Generate two LLM-friendly documentation files:
  • Configure plugin to prioritize core documentation sections
  • Include blog content in generated files

why

  • LLMs need structured documentation: The llms.txt standard (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.txt for search engines, llms.txt is becoming a standard for AI-friendly documentation
  • Better developer experience: Users asking AI assistants will get more accurate, up-to-date responses

references

@goruha goruha merged commit 0c451f4 into master

Oct 9, 2025

2 checks passed

@goruha goruha deleted the llm-support branch

October 9, 2025 22:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@milldr milldr milldr approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@goruha @milldr