tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

[request] Add /llms.txt and /llms-full.txt to help LLMs access docs

Open thomasmol opened this issue 9 months ago • 1 comments

Question you want answered

Add /llms.txt and /llms-full.txt to help LLMs access latest docs

Where did you look for an answer?

I use LLMs a lot to write code but they often struggles to index and parse the latest Tauri docs properly. A lot of the times it starts suggesting code from v1 for example. I would like to be able to add the proper latest docs to the context window or at least create embeddings for it to get better answers and code generation

My request: Add two files, /llms.txt and /llms-full.txt, as described in https://llmstxt.org/, to the Tauri website (something like tauri.app/llms.txt):

  1. /llms.txt: a summary index in markdown format with key links and project overview.
  2. /llms-full.txt markdown file containing the full documentation. This single document would allow LLMs to index the entire docs in one pass without navigating page-by-page. also useful for LLMs that have large context windows to just add the full docs as input like a system prompt

Page URL

No response

Additional context

some other projects have done the same and it works great! Some examples: https://svelte.dev/docs/llms and https://developers.cloudflare.com/llms.txt

Are you willing to work on this yourself?

  • [ ] I want to work on this myself

thomasmol avatar Jan 30 '25 09:01 thomasmol

This would be awesome! What would we need to do to get this to refresh automatically whenever the docs are updated?

voxmenthe avatar Mar 04 '25 08:03 voxmenthe

This has been added quite a while ago in #3194 with a relatively recent rework in #3444

FabianLars avatar Sep 30 '25 19:09 FabianLars