herdr/website
Ogulcan Celik 3563f5c56e chore: update repository links after organization transfer 2026-07-29 23:29:29 +03:00
..
agent-detection fix: harden hermes lifecycle detection 2026-07-25 01:05:14 +03:00
assets feat(website): homepage plugin showcase, live star count, faithful claude code mock 2026-07-15 00:30:28 +03:00
css fix: prefer branded homepage search image 2026-07-24 02:13:06 +03:00
scripts chore: update repository links after organization transfer 2026-07-29 23:29:29 +03:00
src chore: update repository links after organization transfer 2026-07-29 23:29:29 +03:00
.gitignore 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
_headers chore: publish agent detection manifests 2026-06-10 03:43:25 +03:00
_redirects fix: update website sitemap discovery 2026-05-31 21:39:23 +03:00
agent-guide.md chore: update repository links after organization transfer 2026-07-29 23:29:29 +03:00
astro.config.mjs chore: update repository links after organization transfer 2026-07-29 23:29:29 +03:00
bun.lock feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
index.html chore: update repository links after organization transfer 2026-07-29 23:29:29 +03:00
install.ps1 fix: preserve windows path variables during install 2026-07-29 15:43:38 +03:00
install.sh fix: version latest manifest metadata 2026-05-21 03:14:28 +03:00
latest.json chore: update repository links after organization transfer 2026-07-29 23:29:29 +03:00
package.json feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
preview.json chore: update repository links after organization transfer 2026-07-29 23:29:29 +03:00
robots.txt fix: update website sitemap discovery 2026-05-31 21:39:23 +03:00

README.md

herdr website

The homepage is index.html. The documentation source is in src/content/docs/ and is rendered by Astro Starlight.

bun install
bun run dev
bun run build

The build output is dist/. Configure Cloudflare Pages to use website as the project root and publish dist.

Stable docs live in src/content/docs/. Unreleased docs live in ../docs/next/website/src/content/docs/ and are generated at /docs/preview/. Immutable release snapshots live in ../docs/versions/ and are generated at /docs/<version>/.

Do not promote docs manually before a release. After the GitHub Release succeeds, release CI runs:

node website/scripts/docs-versions.mjs publish <tag>

This snapshots the tagged next docs and promotes the same tagged content to stable before the website deploy. Use node website/scripts/docs-versions.mjs check to validate committed snapshots against their release tags.