|
|
||
|---|---|---|
| .. | ||
| 0.5.11/website/src/content/docs | ||
| 0.5.12/website/src/content/docs | ||
| 0.6.0/website/src/content/docs | ||
| 0.6.1/website/src/content/docs | ||
| 0.6.2/website/src/content/docs | ||
| 0.6.3/website/src/content/docs | ||
| 0.6.4/website/src/content/docs | ||
| 0.6.5/website/src/content/docs | ||
| 0.6.6/website/src/content/docs | ||
| 0.6.7/website/src/content/docs | ||
| 0.6.8/website/src/content/docs | ||
| 0.6.9/website/src/content/docs | ||
| 0.6.10/website/src/content/docs | ||
| 0.7.0/website/src/content/docs | ||
| 0.7.1/website/src/content/docs | ||
| 0.7.2/website/src/content/docs | ||
| 0.7.3/website/src/content/docs | ||
| 0.7.4/website/src | ||
| 0.7.5/website/src | ||
| 0.8.0/website/src | ||
| README.md | ||
| manifest.json | ||
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.