Mintlify documentation site for betterhook. Deploys to Mintlify.
cd apps/docs
bun install
bun run devOpens http://localhost:3000 with hot reload.
cd apps/docs
bun run checkdocs.json— Mintlify config (theme, navigation, colors, logo, icons)*.mdx— pages (every path indocs.json→ one MDX file)logo/+favicon.svg— brand assetsimages/— static assets referenced from MDX
Mintlify deploys automatically on push to the main branch once the
GitHub app is connected to this repo. There's no local build step —
the dev server is the preview.
See Mintlify docs for the full config reference.