Source for the Doofinder developer documentation site — Search API, Management API, Stats API, Recommendations API, and Category Merchandising API.
Install the Mintlify CLI:
npm i -g mintRun the preview server from the root of this repo (where docs.json lives):
mint devOpen http://localhost:3000 in your browser.
To configure your AI coding tool to understand Mintlify components and conventions:
npx skills add https://mintlify.com/docsThis installs Mintlify's writing skill for Claude Code, Cursor, Windsurf, and similar tools.
Changes merged to the default branch are deployed automatically via the Mintlify GitHub app. Configure it from the Mintlify dashboard.
- Preview not starting — run
mint updateto get the latest CLI version. - Page shows 404 — make sure
docs.jsonis present in the directory where you runmint dev. - Links broken after a rename — update both
docs.jsonnavigation and anyhrefreferences in MDX files.