Generate llms.txt from TanStack Query React docs and keep it updated automatically.
This project reads TanStack Query React docs (docs/framework/react) and generates llms.txt at the repository root.
The file is automatically updated by GitHub Actions.
| Item | Value |
|---|---|
| Source docs | TanStack/query/docs/framework/react |
| Output file | llms.txt (repository root) |
| Schedule | Daily at 09:00 KST (00:00 UTC) |
Give this URL to your agent:
https://raw.githubusercontent.com/heyman333/tanstack-query-llms-txt/refs/heads/main/llms.txt
Example instruction:
Use this llms.txt as the TanStack Query React reference:
https://raw.githubusercontent.com/heyman333/tanstack-query-llms-txt/refs/heads/main/llms.txt
- Runs every day at 09:00 KST (
00:00 UTC).
scripts/generate-llms.mjsfetches the docs tree from GitHub.- It collects Markdown files (
.md,.mdx) and buildsllms.txt. .github/workflows/generate-llms.ymlruns on schedule or manually, then commitsllms.txtif changed.
- Repository:
https://github.com/heyman333/tanstack-query-llms-txt - Branch:
main - File:
llms.txt(repository root)
When the Generate llms.txt action succeeds, llms.txt is committed to the root of main.
npm run generate:llmsGenerated file:
llms.txt(repository root)
