herdr/docs/versions
Ogulcan Celik c234f221f9 feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03: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
README.md feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
manifest.json feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03: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>/ while keeping /docs/ on the latest stable documentation and /docs/preview/ on unreleased work.

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