OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Add downloadable .txt version of Orchard Core docs to support LLMs

Open barthamark opened this issue 4 months ago • 3 comments

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.

barthamark avatar Oct 17 '25 09:10 barthamark

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.

sebastienros avatar Oct 23 '25 17:10 sebastienros

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.

github-actions[bot] avatar Oct 23 '25 17:10 github-actions[bot]

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?

barthamark avatar Oct 23 '25 21:10 barthamark