Add downloadable .txt version of Orchard Core docs to support LLMs
Is your feature request related to a problem?
While the latest LLM models are starting to catch up with Orchard Core, they still don’t fully understand the entire documentation.
Describe the solution you'd like
I came across a documentation site that includes a section specifically for LLMs: Flowbite – API Routes for LLMs . It provides a .txt file containing the full documentation.
I think we could do something similar for Orchard Core and share it on the docs page. This way, developers could feed the file to their LLM of choice to improve their Orchard Core development experience.
Usually pointing to an index file should be sufficient, the LLM should be able to follow the links if it's mentioned explicitly.
Do you have specific LLMs in mind that don't support this? We might have LL specific instructions though, which is different.
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
I was mainly thinking of use cases like ChatGPT’s file uploads or Claude, where the model can’t crawl links but can read a single text source. A .txt export would make the docs directly usable in those scenarios. It could even be generated automatically during the docs build to stay in sync. Does it make sense?