| title | Contribute to the docs |
|---|---|
| description | Run the Mintlify docs locally and keep public docs aligned with the product. |
Install the Mintlify CLI:
npm i -g mintRun the preview server from pkg/docs:
cd pkg/docs
mint devThe local preview runs at http://localhost:3000.
- Document what ships now.
- Put planned features in the roadmap.
- Keep examples aligned with the current CLI, SDK, and HTTP API.
- Prefer small examples over screenshots until the UI stabilizes.
Validate links before you push:
cd pkg/docs
mint broken-linksThese directories in usebarekey/barekey should drive most public docs updates:
pkg/clipkg/sdkpkg/convex/http.tsdocs/design
When product behavior changes, update this repo in the same cycle.