herdr/website
Ogulcan Celik 2371387411 docs: clarify mise registry fallback
refs #510
2026-06-08 17:08:36 +03:00
..
assets feat: add website release notes 2026-05-27 20:51:48 +03:00
css docs: hide windows beta homepage entry 2026-06-07 20:40:47 +03:00
scripts feat: add windows preview installer 2026-06-07 16:29:45 +03:00
src docs: clarify mise registry fallback 2026-06-08 17:08:36 +03:00
.gitignore feat: add preview update channel 2026-06-02 21:48:02 +03:00
README.md docs: redesign website and add starlight docs 2026-05-18 05:06:41 +03:00
_headers feat: add website update manifest 2026-04-07 13:16:59 +03:00
_redirects fix: update website sitemap discovery 2026-05-31 21:39:23 +03:00
astro.config.mjs fix: preserve preview docs navigation 2026-06-02 21:58:37 +03:00
bun.lock docs: redesign website and add starlight docs 2026-05-18 05:06:41 +03:00
index.html fix(update): keep windows installs on preview 2026-06-07 21:54:29 +03:00
install.ps1 fix(update): tolerate empty windows channel env 2026-06-07 22:54:24 +03:00
install.sh fix: version latest manifest metadata 2026-05-21 03:14:28 +03:00
latest.json docs: update website manifest for v0.6.8 2026-06-03 22:08:31 +00:00
package.json docs: redesign website and add starlight docs 2026-05-18 05:06:41 +03:00
preview.json docs: update preview manifest 2026-06-07 17:34:33 +00: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.