Standardize header capitalization across documentation to follow title case conventions (capitalize major words like nouns, verbs, adjectives; keep minor words lowercase). Changes include: - Model provider docs: "Chat model" → "Chat Model", etc. - Plan mode docs: "Understanding Plan mode" → "Understanding Plan Mode" - CLI docs: "Quick start" → "Quick Start", "Next steps" → "Next Steps" - Guide docs: various headers fixed for consistency - Also fixed typo: "Availible models" → "Available Models" Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Mintlify Starter Kit
Click on Use this template to copy the Mintlify starter kit. The starter kit contains examples including
- Guide pages
- Navigation
- Customizations
- API Reference pages
- Use of popular components
Development
Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i -g mint
Run the following command at the root of your documentation (where docs.json is)
mint dev
Publishing Changes
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
Troubleshooting
- If the dev environment isn't running - Run
mint updateto ensure you have the most recent version of the CLI. - Page loads as a 404 - Make sure you are running in a folder with
docs.json