Roadmap QL13: llms.txt and llms-full.txt for the published docs site #9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add docs/llms.txt (terse index) and docs/llms-full.txt (full content of all command pages concatenated) following the llmstxt.org standard. Wire into mkdocs.yml under not_in_nav so they are served as static files at .../latest/llms.txt and .../latest/llms-full.txt.
Findings: No
llms.txt/llms-full.txtexists.mkdocs.ymluses mike for versioned docs; longwei already follows this pattern. 21 docs pages covering all commands.Plan: Add static
docs/llms.txt(terse project summary + one-line per command) anddocs/llms-full.txt(header block + all 21 pages concatenated with separators). Wire both intomkdocs.ymlundernot_in_navso they publish as static files at.../latest/llms.txtand.../latest/llms-full.txt. Files maintained manually, same approach as longwei.