-
-
Notifications
You must be signed in to change notification settings - Fork 969
docs(llms): add simple and full versions of LLMs.txt #4451
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
simonguo
commented
Dec 5, 2025
- Rename generate-llms-simple.js to generate-llms-txt.js
- Rename generate-llms-txt.js to generate-llms-full-txt.js
- Update package.json to build both versions in prebuild
- Add titles to all guide and resource links
- Simplify documentation descriptions
- Add comprehensive README for LLMs.txt scripts
- Update .gitignore to exclude both generated files
- Rename generate-llms-simple.js to generate-llms-txt.js - Rename generate-llms-txt.js to generate-llms-full-txt.js - Update package.json to build both versions in prebuild - Add titles to all guide and resource links - Simplify documentation descriptions - Add comprehensive README for LLMs.txt scripts - Update .gitignore to exclude both generated files
- Add file size (~9KB) for llms.txt - Add file size (~1.4MB) for llms-full.txt - Update both English and Chinese versions
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4451 +/- ##
=======================================
Coverage 94.47% 94.48%
=======================================
Files 559 559
Lines 13740 13740
Branches 4081 4080 -1
=======================================
+ Hits 12981 12982 +1
+ Misses 687 686 -1
Partials 72 72
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Remove negative lookahead pattern that caused incomplete sanitization warning - Use simple regex to remove ALL HTML comments since include directives are already processed - Add do-while loop to ensure complete removal of nested/multiple comments - Add detailed comments explaining why it's safe to remove all comments at this stage
8210bad to
4c5c75a
Compare