feat: Add llms.txt support - making docs AI-native #577
+197
−0
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.
PR Description
Summary
llms.txtandllms-full.txtgenerator following the llms.txt specification/documentation/llms.txtand/documentation/llms-full.txtWhat this enables
AI assistants (ChatGPT, Claude, Copilot, etc.) can now ingest documentation directly, giving users better answers when asking about CloudCannon. Instead of hallucinating or giving outdated info, LLMs can reference actual docs.
Two output formats:
llms.txtllms-full.txtTechnical details
afterBuildeventTest plan
deno task buildand verify files generate in_site/documentation/llms.txthas proper markdown structure with linksllms-full.txtcontains full article contentWorks perfectly on my machine. But it runs on coffee, deadlines, and self-belief, so no guarantees ☕✨