What problem does it solve? Setting up and maintaining a Mintlify documentation site requires knowing the docs.json schema, dozens of MDX components, navigation patterns, and CLI validation commands, which is difficult to memorize and easy to misconfigure. ## Core Features & Use Cases - Configuration Guidance: Covers the complete docs.json schema including themes, colors, branding, navigation, tabs, anchors, products, versions, and 28+ language locales. - MDX Component Reference: Documents all 26+ built-in components such as Tabs, Steps, Cards, ParamField, ResponseField, and Mermaid diagrams for structured content. - API Documentation: Auto-generates API reference pages from OpenAPI and AsyncAPI specs with interactive playgrounds and multi-language code examples. - Deployment & AI Features: Covers Git-based auto-deploy, preview deployments, custom domains, subpath hosting, llms.txt, skill.md, MCP, and Discord/Slack bots. - Use Case: A developer needs to migrate an existing docs site to Mintlify, configure versioned navigation, validate the setup with mint validate and mint broken-links, and deploy via GitHub integration. ## Quick Start Ask the assistant to scaffold a new Mintlify docs project and configure docs.json with a theme, navigation groups, and an OpenAPI spec for your API reference.