Welcome to Gladia Documentation
npm iRun the following command at the root of your documentation (where mint.json is) to run a local development server
npm run devThe following command will check the documentation for any formatting error or broken links
npm run broken-linksYou may need to install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i -g mintlify- Mintlify dev isn't running - Run
mintlify installit'll re-install dependencies. - Page loads as a 404 - Make sure you are running in a folder with
mint.json - Openapi.json not taken in account in API Reference, stop and relaunch server
- 'Error: Could not load the "sharp" module using the darwin-arm64 runtime':
npm uninstall -g mintlify
npm update -g
npm i -g mintlify