This repository contains the Mintlify documentation for Mixpeek.
Install the Mintlify CLI globally:
npm i -g mintlifyNote: Requires Node.js v19 or higher. If using nvm:
nvm use 20.19.3Run the local development server:
mintlify devThe documentation will be available at http://localhost:3000 by default. Use --port to specify a custom port:
mintlify dev --port 3333To generate API reference documentation from the OpenAPI specification:
npx @mintlify/scraping@latest openapi-file api-reference/openapi.jsonThis will automatically create API reference pages in the api-reference/ directory based on your OpenAPI spec.
mintlify broken-links- Check for broken internal linksmintlify openapi-check api-reference/openapi.json- Validate your OpenAPI filemintlify update- Update to the latest Mintlify CLI version