Skip to content

Releases: WebTigers/TigerDocs

v0.9.0-beta — /docs/llms.txt (LLM-friendly docs export)

Choose a tag to compare

@WebTigers WebTigers released this 19 Jul 14:06

Added

  • /docs/llms.txt + /docs/llms-full.txt — the docs, LLM-friendly. An llms.txt export: llms.txt is a curated Markdown map (a section per public collection, its nav tree as a link list); llms-full.txt is 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 in var/docs-llms/ (a build artifact, never committed), and served as text/plain routes off the docs surface.
  • URLs honor an admin /help retarget and become absolute when tiger.site.url is set, else site-relative.
  • Sibling to the app-wide /llms.txt that TigerSEO serves (which links here).

Full Changelog: v0.8.0-beta...v0.9.0-beta

v0.8.0-beta

Choose a tag to compare

@WebTigers WebTigers released this 17 Jul 18:02

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

Choose a tag to compare

@WebTigers WebTigers released this 15 Jul 14:27

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).

v0.1.0

Choose a tag to compare

@WebTigers WebTigers released this 08 Jul 13:48

Initial stub — installable-module skeleton.