-
-
Notifications
You must be signed in to change notification settings - Fork 770
feat(website): add llms.txt for AI agents #2513
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
Conversation
andreynering
left a comment
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.
Good idea, and thanks for working on it!
Co-authored-by: Andrey Nering <[email protected]>
| "packageManager": "[email protected]+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a" | ||
| "packageManager": "[email protected]+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a", | ||
| "dependencies": { | ||
| "vitepress-plugin-llms": "^1.9.1" |
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.
It should be in devDependencies.
| 'index.md', | ||
| 'team.md', | ||
| 'donate.md', | ||
| 'docs/styleguide.md', | ||
| 'docs/contributing.md', | ||
| 'docs/releasing.md', | ||
| 'docs/changelog.md', | ||
| 'blog/*' |
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.
These files are excluded by default.
| 'index.md', | |
| 'team.md', | |
| 'donate.md', | |
| 'docs/styleguide.md', | |
| 'docs/contributing.md', | |
| 'docs/releasing.md', | |
| 'docs/changelog.md', | |
| 'blog/*' | |
| 'donate.md', | |
| 'docs/styleguide.md', | |
| 'docs/contributing.md', | |
| 'docs/releasing.md', | |
| 'docs/changelog.md', |
✨ Add LLM Asset Generation with vitepress-plugin-llms
This PR integrates vitepress-plugin-llms to automatically generate two new files during the build process:
llms.txt– a lightweight, optimized version of the site content for fast ingestion by AI agents. ⚡llms_full.txt– a complete, expanded version containing the full documentation content. 📚These files make it easier to plug our documentation into AI-powered tools, assistants, or indexing pipelines, improving both performance and accuracy. 🤖🚀