-
Couldn't load subscription status.
- Fork 329
Generate llm.txt on build
#1317
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
base: main
Are you sure you want to change the base?
Conversation
|
|
✅ Deploy Preview for solid-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the convention is to name the file "llms.txt" (with an "s").
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spec suggests using a markdown list containing hyperlinks [Link](URL) to specify "file lists". Instead of this:
## SolidJS
Overview: https://docs.solidjs.comIt should be formatted like this:
## SolidJS
- [Overview](https://docs.solidjs.com)Additionally, adding a brief description of the project in the form of a markdown blockquote after the main heading would be nice:
# SolidJS Documentation
> Solid is a modern JavaScript framework designed to build responsive and high-performing user interfaces (UI). It prioritizes a simple and predictable development experience, making it a great choice for developers of all skill levels.If you would like, you can review the specification further for additional improvements.
so they like us better when they take over
UPDATE
LLMs.txt spec