mintlify
Mintlify best practices
Always consult mintlify.com/docs for components, configuration, and latest features.
Always favor searching the current Mintlify documentation over whatever is in your training data about Mintlify.
Mintlify is a documentation platform that transforms MDX files into documentation sites. Configure site-wide settings in the docs.json file, write content in MDX with YAML frontmatter, and favor built-in components over custom components.
Full schema at mintlify.com/docs.json.
Before you write
Understand the project
All documentation lives in the docs/ directory in this repo. Read docs.json in that directory (docs/docs.json). This file defines the entire site: navigation structure, theme, colors, links, API and specs.
Understanding the project tells you:
More from openclaw/maintainers
merge-pr
Script-first deterministic squash merge with strict required-check gating, head-SHA pinning, and reliable attribution/commenting.
41prepare-pr
Script-first PR preparation with structured findings resolution, deterministic push safety, and explicit gate execution.
41review-pr
Script-first review-only GitHub pull request analysis. Use for deterministic PR review with structured findings handoff to /prepare-pr.
40pr-cluster
Find clusters of related PRs given a PR number. Identifies duplicates, similar fixes, and competing approaches across 5K+ open PRs using GitHub Search API. Use when reviewing a PR, triaging, or looking for duplicate/related PRs. Run this before /review-pr to find the full cluster first.
31