-
Notifications
You must be signed in to change notification settings - Fork 207
added llms.txt to docs #544
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
settings/llms.mdx
Outdated
|
||
## Supported formats | ||
We support industry standards such as [/llms.txt](https://llmstxt.org) as well as additional markdown formats. | ||
- **/llms.txt**: Append /llms.txt to your documentation to see a structured index. Helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI). |
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.
Not technically append. I would phrase it like
- An llms.txt link is automatically generated from your content...
settings/llms.mdx
Outdated
## Supported formats | ||
We support industry standards such as [/llms.txt](https://llmstxt.org) as well as additional markdown formats. | ||
- **/llms.txt**: Append /llms.txt to your documentation to see a structured index. Helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI). | ||
- **/llms-full.txt**: Append /llms-full.txt to your docs URL to see a single markdown file of all your docs content. Helps users load complete context into AI tools in one link. |
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.
and ditto to the rest of the content
Co-authored-by: Han Wang <[email protected]>
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.
removed mention of ads lol
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.
lgtm
No description provided.