Use this when you’re contributing to the docs: run the site locally to preview your changes before opening a PR.Documentation Index
Fetch the complete documentation index at: https://docs.frozi.lol/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites: Node.js 19+ and a clone of the frozi-lol/docs repo.
Start the preview
From the repo root (where Open http://localhost:3000 to view the docs. Edits refresh automatically.
docs.json is), run:Optional
- Different port —
mint dev --port 3333 - Check links —
mint broken-links - Update CLI —
npm mint update
Troubleshooting
- Port in use — Mintlify will try the next available port.
- Strange errors — Delete
~/.mintlifyand runmint devagain. - Node / sharp issues — Use Node 19+ and reinstall:
npm remove -g mintthennpm i -g mint.

