You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use cursor IDE to assist with my development. In my typical workflow, I @ the docs page to add knowledge to LLMs for better code generation. Most popular coding models work really well with markdown but docs website have only html content.
There is a proposal to serve llms.txt, llms-full.txt and .md extension for each docs page - https://llmstxt.org/. To make websites LLM friendly.
Docs companies like mintlify offer this out of the box as a feature. Also, there are public directories [1][2] that show 112 projects are using it already
The text was updated successfully, but these errors were encountered:
There are quite a few of projects using them (directories [1][2]) . Looking at some of the project's Github workflows, it looks likely that the managed hosting service (mintlify, vercel) is generating it automatically for them NOT via a Github Action. I checked that github-pages or readthedocs dont support this natively, hence this PR.
I use cursor IDE to assist with my development. In my typical workflow, I @ the docs page to add knowledge to LLMs for better code generation. Most popular coding models work really well with markdown but docs website have only html content.
There is a proposal to serve llms.txt, llms-full.txt and .md extension for each docs page - https://llmstxt.org/. To make websites LLM friendly.
Docs companies like mintlify offer this out of the box as a feature. Also, there are public directories [1] [2] that show 112 projects are using it already
The text was updated successfully, but these errors were encountered: