feat(website): Auto-generate llms.txt and llms-full.txt#6247
feat(website): Auto-generate llms.txt and llms-full.txt#6247Xuanwo merged 3 commits intoapache:mainfrom
Conversation
|
Thank you so much for this! We have many externally generated documents, such as rust documentation created by rustdoc. Is this plugin able to generate those as well? |
The |
Hi, that doesn't seem very useful since all the important content is located at links like https://opendal.apache.org/docs/rust/opendal/, which isn't included in the |
If we add the content from However, currently https://docs.rs/crate/opendal/latest/json doesn't seem to be fully covered yet. Once this link becomes active, I noticed it contains a |
Xuanwo
left a comment
There was a problem hiding this comment.
crates-llms-txt is truly impressive! Let's go and to see how it works.
|
My local macbook is normal, but I don't know why this one reports this error: Error: Cannot find module 'crates-llms-txt-napi-linux-x64-gnu', npm on this package is clearly posted: crates-llms-txt-napi-linux -x64-gnu 😂 |
828b909 to
12df2a6
Compare
12df2a6 to
f1e529b
Compare
The Node version requirement for the crates-llms-txt package was set too high previously. |
|
Thank you! |



Which issue does this PR close?
Closes #5895.
Rationale for this change
What changes are included in this PR?
docusaurus-plugin-llms-builderpluginllms.txtand llms-full.txtare now auto-generated bydocusaurus buildBut currently, I'm using the content from
README.mdfor thetitle,description, anddetails, which might not be comprehensive enough.Are there any user-facing changes?