title | description |
---|---|
Development Guide |
Guidelines and instructions for developing on the AI Platform |
Please note that each CLI release is associated with a specific version of Mintlify. If your local website doesn't align with the production version, please update the CLI:
npm i -g mintlify@latest
yarn global upgrade mintlify
The CLI can assist with validating reference links made in your documentation. To identify any broken links, use the following command:
mintlify broken-links
If the deployment is successful, you should see the following:
We suggest using extensions on your IDE to recognize and format MDX. If you're a VSCode user, consider the MDX VSCode extension for syntax highlighting, and Prettier for code formatting.
-
Mintlify CLI Not Updating:
- Solution: Ensure you have the latest version by running
npm i -g mintlify@latest
oryarn global upgrade mintlify
.
- Solution: Ensure you have the latest version by running
-
Broken Links Detected:
- Solution: Run
mintlify broken-links
to identify and fix broken links in your documentation.
- Solution: Run
-
Deployment Fails:
- Solution: Check the deployment logs for errors. Ensure all environment variables are correctly set and that you have the necessary permissions.