-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Provide entire docs in a single text file for LLMs #958
Comments
Hey Florian! I noticed this issue and would love to work on it! This would be my first contribution to an open-source project. Can you assign it to me? |
Welcome! Right, it's probably better to do I think yes, it can just be appended to the Thank you so much for having a stab at this! |
Hey @fhammerschmidt! Sorry for the delay. I finished the script to generate the llm files, but i'm struggling into creating the route to access the files, do I have to do this into For now, the page looks like this: |
I think we should host all the txt files in the static
---
title: "LLMs"
description: "Documentation for LLMs"
canonical: "/docs/manual/v11.0.0/llms"
---
- [llms.txt](/llms/v11.0.0/llms.txt)
- [llms-full.txt](/llms/v11.0.0/llms-full.txt)
- [llms-small.txt](/llms/v11.0.0/llms-small.txt)
...
"Extra": [
"newcomer-examples",
"project-structure",
"faq",
+ "llms"
]
|
Or rather |
There is a standard for providing LLMs with better information about the contents of a website: https://llmstxt.org/
This can make a huge difference with the suggestions LLMs make about ReScript code.
The goal is to generate the following files from a script:
Here are the Svelte docs as an example: https://svelte.dev/docs/llms
Thanks to forum user for johnny.b.good for mentioning that topic.
The text was updated successfully, but these errors were encountered: