Replies: 6 comments
-
LLMs understand markdown. The "txt" files you point to look like they are formatted with markdown but just renamed. Can you pull in the current documentation in this repository to do what you need? |
Beta Was this translation helpful? Give feedback.
-
Yeah, txt/markdown. The current docs are great, it would just be awesome if they were provided already concatenated (by top level folder). Ideally, a CI job would do it automatically. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, Following up on the idea of an llms.txt for React Router. I've generated one for v7 using gemini, based on the current docs structure. |
Beta Was this translation helpful? Give feedback.
-
u can feed it an entire repo |
Beta Was this translation helpful? Give feedback.
-
Thanks @astanciu for raising. I converted this to a proposal since it's not an issue I considered putting it in |
Beta Was this translation helpful? Give feedback.
-
Pleasure also include this docs path: I found projects setting up with this structure are compatible with Next file system routing, given LLM knows about the subtle differences mention in above link. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe what's incorrect/missing in the documentation
Having all the docs in a plain text file that can be fed to an LLM would be super useful. This is slowly becoming a pattern. For example, Cloudflare adds the following to their docs:
(bottom of the side bar here )
Beta Was this translation helpful? Give feedback.
All reactions