-
-
Notifications
You must be signed in to change notification settings - Fork 201
📝 Generate llms.txt and related for AI crawlers #6180
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
📝 Generate llms.txt and related for AI crawlers #6180
Conversation
|
Co-authored-by: dubzzz <[email protected]>
Co-authored-by: dubzzz <[email protected]>
Co-authored-by: dubzzz <[email protected]>
|
@copilot please make the content dynamic |
…d repository Co-authored-by: dubzzz <[email protected]>
Made the content dynamic! The script now extracts information from package.json, README.md, and git tags to generate up-to-date llms.txt content. It includes current version (4.3.0), actual package description, keywords, dependencies, funding links, and author information dynamically. Commit: 2a51e4b |
Co-authored-by: dubzzz <[email protected]>
|
@copilot restart from scratch, connect this library instead https://github.com/rachfop/docusaurus-plugin-llms |
Co-authored-by: dubzzz <[email protected]>
Done! Replaced the custom implementation with the Generated files:
|
|
@copilot fix merge conflicts |
- Updated dependency versions from main - Kept docusaurus-plugin-llms addition - Regenerated pnpm-lock.yaml
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
👋 A preview of the new documentation is available at: http://6905cd64a0cf68b10bf45653--dubzzz-fast-check.netlify.app |
@fast-check/ava
@fast-check/expect-type
fast-check
@fast-check/jest
@fast-check/packaged
@fast-check/poisoning
@fast-check/vitest
@fast-check/worker
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6180 +/- ##
=======================================
Coverage 95.98% 95.98%
=======================================
Files 212 212
Lines 10194 10194
Branches 2765 2765
=======================================
Hits 9785 9785
Misses 409 409
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:
|
|
👋 A preview of the new documentation is available at: http://690656710ef96afb1c25ca6d--dubzzz-fast-check.netlify.app |
Applied by GitHub Action workflow: PR Format Run ID: 19001249160 Target PR: 6180
|
@copilot fix merge conflicts |
- Added GitHub Copilot instructions - Renamed format-pr workflow to pr-format - Added pr-pnpm-conflicts workflow
|
👋 A preview of the new documentation is available at: http://6906786565a79639cd53473b--dubzzz-fast-check.netlify.app |
Implementation Complete ✅
Successfully integrated the
docusaurus-plugin-llmsplugin and kept the branch up to date with main.Merge Conflict Resolution
Resolved conflicts in:
website/package.json: Updated to latest dependency versions from main while keepingdocusaurus-plugin-llmsaddition@types/node: Updated from^22.18.6to^24.9.2@types/react: Updated from^19.1.13to^19.2.2docusaurus-plugin-llms: ^0.2.2pnpm-lock.yaml: Regenerated with updated dependenciesMultiple clean merges from main to keep the branch up to date with latest changes including new GitHub workflows and Copilot instructions.
Plugin Configuration
The plugin is configured in
website/docusaurus.config.ts:Generated Files
The plugin automatically generates during build:
llms.txt(19KB) - Table of contents with links to all 110+ documentation sectionsllms-full.txt(555KB) - Complete documentation content in a single fileAll files follow the llmstxt.org standard and will be served at
https://fast-check.dev/llms.txtandhttps://fast-check.dev/llms-full.txtwhen deployed.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.