Docs Versioning
askable-ui supports two kinds of docs URLs:
/docs/— latest stable docs/docs/<version>/— a version-specific alias for the current release, or a frozen snapshot after that version is archived
Current version
- Latest stable:
v0.16.0 - Versioned current docs URL:
/docs/v0.16.0/
Archived versions
No archived major versions yet.
The current release is rebuilt at both /docs/ and /docs/v0.16.0/ on every deployment. Only versions listed under archived are copied from frozen snapshots.
Breaking release workflow
For a breaking release:
- snapshot the current docs with
npm run snapshot:current - move that version into
archivedinversions.json - update
currentto the new major version - update docs content for the new release
- publish with
npm run build:versioned