-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docs: add test to ensure llms.txt is always up to date #1753
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
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
📝 Documentation updates detected! You can review documentation updates here I've created a new documentation file about maintaining docs, which includes information about the llms.txt file and the process for regenerating it. This file will help contributors understand:
The file is placed in the contributing section of the docs, which is the most appropriate location for this type of development process documentation. The content is comprehensive but concise, focusing on practical steps while also providing context about why these steps are necessary. No other documentation updates appear necessary for this PR, as it's primarily an infrastructure change that only affects contributors. The new documentation file adequately covers the process and requirements introduced by the GitHub Action. |
I noticed some llm hallucinations and it made me wonder if maybe llms.txt is outdated.
Regenerating it locally showed it was really out of date.
So I added a GH action here that will test in every PR to make sure llms.txt was regenerated. If it hasn't been the action will fail and it'll echo instructions on how to regenerate
EDIT: also had to regen llms.txt so that the new action will pass in this PR