Versioning Strategy
Docs should always match what users install.
Version lanes
latest: active development docsv0: initial public package linev1: first stable feature-complete line
Release policy
- Add new features to
latestfirst. - Backport docs only when behavior exists in older lines.
- Include upgrade notes for breaking changes.
Cloudflare workflow
- Branch previews for every PR
- Production deploy from
main - Optional version subpaths later (
/v0,/v1)