-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Auto-generate llms.txt and llms-full.txt #125
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
Thanks for the contribution! Could you please regenerate |
491f26a
to
5003905
Compare
@kingsword09 I finished #123, so we can start merging this PR. I started the development server, but
|
I am triggered during the |
5b7be2d
to
3a2cf47
Compare
3a2cf47
to
5a82833
Compare
Will be merged after #123 is merged. |
Changes
This PR integrates the
docusaurus-plugin-llms-builder
plugin—which I developed—to automatically generate standardized LLM prompt files (llms.txt
and llms-full.txt
) from the project documentation.Main changes:
llms.txt
(clean, formatted content for LLM training) and llms-full.txt
(full documentation context) are now auto-generatedHow it works:
Whenever you run
docusaurus build
, the plugin will automatically extract content from the documentation and generate/update llms.txt
and llms-full.txt
in the output directory.Testing
Tested manually by the contributor and the reviewer.