Skip to main content

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.

Use this when you’re contributing to the docs: run the site locally to preview your changes before opening a PR.
Prerequisites: Node.js 19+ and a clone of the frozi-lol/docs repo.
1

Install the Mintlify CLI

npm i -g mint
2

Start the preview

From the repo root (where docs.json is), run:
mint dev
Open http://localhost:3000 to view the docs. Edits refresh automatically.

Optional

  • Different portmint dev --port 3333
  • Check linksmint broken-links
  • Update CLInpm mint update

Troubleshooting

  • Port in use — Mintlify will try the next available port.
  • Strange errors — Delete ~/.mintlify and run mint dev again.
  • Node / sharp issues — Use Node 19+ and reinstall: npm remove -g mint then npm i -g mint.
See the repo README and CONTRIBUTING for full contribution steps.