Releases: WebTigers/TigerDocs
Release list
v0.9.0-beta — /docs/llms.txt (LLM-friendly docs export)
Added
/docs/llms.txt+/docs/llms-full.txt— the docs, LLM-friendly. An llms.txt export:llms.txtis a curated Markdown map (a section per public collection, its nav tree as a link list);llms-full.txtis every public doc's plain text in one file — ideal for feeding a language model the whole docs site cheaply.- Regenerated on every index rebuild (
Docs_Model_Docs::rebuildIndex→_writeLlms), cached per-server invar/docs-llms/(a build artifact, never committed), and served astext/plainroutes off the docs surface. - URLs honor an admin
/helpretarget and become absolute whentiger.site.urlis set, else site-relative. - Sibling to the app-wide
/llms.txtthat TigerSEO serves (which links here).
Full Changelog: v0.8.0-beta...v0.9.0-beta
v0.8.0-beta
Docs map into the sitemap.
TigerDocs now contributes every public doc URL to the core Tiger_Sitemap registry (requires tiger-core ≥ v0.15.0-beta), so /sitemap.xml lists the whole docs site — the default collection at /docs, the rest under /docs/<collection>, and every page node in each public tree. A new Docs_Model_Docs::publicUrls($locale) walks the visibility-filtered trees; admin-only docs are never mapped. Guarded on Tiger_Sitemap, so it no-ops on an older Core.
TigerDocs v0.7.0-beta
Keeps pace with TigerCore v0.7.0-beta. Adds directory media (logo + hero) for the Vendor Registry card and removes legacy content/en duplicates of the docs/ self-docs. The zero-config, multi-source docs engine (shipped files + DB content, ⌘K search, docblock reference generator).