Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

@betterhook/docs

Mintlify documentation site for betterhook. Deploys to Mintlify.

Local preview

cd apps/docs
bun install
bun run dev

Opens http://localhost:3000 with hot reload.

Check links

cd apps/docs
bun run check

Structure

  • docs.json — Mintlify config (theme, navigation, colors, logo, icons)
  • *.mdx — pages (every path in docs.json → one MDX file)
  • logo/ + favicon.svg — brand assets
  • images/ — static assets referenced from MDX

Deploying

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.