herdr/docs/versions
Ogulcan Celik 3e85f0e6a3 chore: update canonical repository references 2026-08-06 01:16:37 +03:00
..
0.5.11/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.5.12/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.0/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.1/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.2/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.3/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.4/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.5/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.6/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.7/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.8/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.9/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.6.10/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.7.0/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.7.1/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.7.2/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.7.3/website/src/content/docs chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.7.4/website/src chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.7.5/website/src chore: update canonical repository references 2026-08-06 01:16:37 +03:00
0.8.0/website/src fix(docs): allow corrections to published versions 2026-08-04 03:59:22 +03:00
README.md fix(docs): allow corrections to published versions 2026-08-04 03:59:22 +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 the published documentation for stable Herdr releases.

Release CI creates each version from the tagged docs/next tree after the GitHub Release succeeds. Maintainers can correct published documentation in its version directory afterward. When a correction also applies to future releases, make the same focused change under docs/next; do not replace a published tree with the current draft.

Validate the manifest and build every published version with:

node website/scripts/docs-versions.mjs check
cd website && bun run build

website/scripts/prepare-docs.mjs renders each maintained version at /docs/<version>/ and uses the version selected by manifest.json for /docs/. Generated files under website/src/content/docs/ are not editable sources. /docs/preview/ comes only from the active preview release snapshot in docs/preview/, never directly from docs/next/.

The tag, commit, and source fields in manifest.json record where release CI initially published a version. Git history records later documentation corrections.

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