herdr/docs/versions
github-actions[bot] 3642e67c7b docs: update website manifest for v0.8.0 2026-08-03 19:00:20 +00:00
..
0.5.11/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.5.12/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.0/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.1/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.2/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.3/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.4/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.5/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.6/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.7/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.8/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.9/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.6.10/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.7.0/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.7.1/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.7.2/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.7.3/website/src/content/docs feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.7.4/website/src feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.7.5/website/src feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
0.8.0/website/src docs: update website manifest for v0.8.0 2026-08-03 19:00:20 +00:00
README.md fix(docs): publish only released documentation 2026-08-03 01:21:30 +03:00
manifest.json docs: update website manifest for v0.8.0 2026-08-03 19:00:20 +00:00

README.md

Versioned documentation

This directory contains immutable documentation snapshots for stable Herdr releases.

Do not edit snapshot files manually. They must match the release tag recorded in manifest.json. Validate them with:

node website/scripts/docs-versions.mjs check

Release CI creates a new snapshot from the tagged docs/next tree after the GitHub Release succeeds. website/scripts/prepare-docs.mjs renders these snapshots at /docs/<version>/ and uses the current snapshot for /docs/ after the legacy stable-doc migration completes. /docs/preview/ comes only from the active preview release snapshot in docs/preview/, never directly from docs/next/.

The historical backfill starts at v0.5.11, the first release that included the Astro/Starlight documentation site.