-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Feature] Add automatic llms.txt generation via mkdocs-llmstxt plugin #8562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8cec845
to
51415e9
Compare
@TomeHirata I haven't really played with llms.txt, do you think the benefits outweigh the increased complexity of the docs? |
I think it's a good addition to have |
Great contribution @aberoham! |
llms.txt with small currated list of essential content. Also adjust vercel.json to serve .md's with appropriate header
Thanks for the feedback @TomeHirata -- note I also adjusted vercel.json, hopefully that works in the live deployed docs environment. (At least, that's what Vercel themselves do) |
|
||
- **`/llms.txt`** - A structured overview with links to key documentation sections | ||
- **`/llms-full.txt`** - A comprehensive version with full content for deep understanding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will we still produce llms-full.txt
?
Adds automated llms.txt generation directly into the docs build pipeline using the mkdocs-llmstxt plugin, complementing the excellent llms.txt generation tutorial from PR #8421