-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Support llms.txt generation #4590
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
Comments
Hello 👋 I created This plugin generates the following files:
This plugin is still very new and under active development, not yet published, I will release the first release when I add tests (± tomorrow) You can star the project, I would be very grateful for your support! |
The current solution for this is The plugin is now quite stable and is already used by many popular websites. Regarding embedding
Moreover, this will mean wasted time integrating functionality + many more dependencies for VitePress I suggest the following option: transfer Footnotes |
It ultimately depends on how many users need that feature. Enabling |
having this feature in the core would open the door to additional plugins that can use llms.txt (e.g. semantic docs search). |
Without plugin: llms: true With: // pnpm i vitepress-plugin-llms -D
import llmstxt from 'vitepress-plugin-llms'
...
vite: { plugins: [llmstxt()] } Not so much compicated Besides, I don't want a month of work on the plugin (which is already used by popular websites) to go to waste... |
I would like to maintain the |
Is your feature request related to a problem? Please describe.
VitePress lacks support for the emerging
llms.txt
"standard", which provides markdown content in a format optimized for LLM consumption. Documentation sites need a way to make their content more easily digestible by AI assistants for improved accuracy and context preservation.Describe the solution you'd like
Implement native
llms.txt
generation in VitePress:Describe alternatives you've considered
Manual content transformation or post-processing scripts, but these create maintenance overhead and version inconsistencies.
Additional context
The
llms.txt
standard focuses on making documentation more accessible to AI systems through optimized formatting and structure. Supporting this would enhance how VitePress documentation is consumed by AI assistants, resulting in more accurate responses when users query documentation content through LLMs.Validations
The text was updated successfully, but these errors were encountered: