All skills
Skillintermediate
Mintlify Documentation Formatting Rules
When working with Mintlify documentation components (Card, Info, Tip, Note, Warning, etc.), follow these formatting guidelines:
Claude Code Knowledge Pack7/10/2026
Overview
Mintlify Documentation Formatting Rules
Component Formatting
When working with Mintlify documentation components (Card, Info, Tip, Note, Warning, etc.), follow these formatting guidelines:
Bullet Points and Lists
- Always add a blank line after the opening component tag and before the closing tag
- Indent content by 2 spaces within components
- Use proper list formatting with each item on its own line:
- Start lists on a new line after introductory text
- Use
-for unordered lists - Maintain consistent indentation
Examples
✅ Correct Formatting:
This is the content with proper formatting:
- First bullet point
- Second bullet point
- Third bullet point
Important information here:
- Point one
- Point two
- Point three
❌ Incorrect Formatting:
This is wrong: - All bullets - On one line - Bad formatting
Component-Specific Rules
- Card Components: Always include blank lines and proper indentation
- Info/Tip/Note/Warning: Format lists as bullet points, not inline
- CardGroup: Each Card within should follow the same formatting rules
- Code Blocks: Within components, maintain proper indentation
Links in Lists
When including links in bullet points:
- [Link Text](url): Description of the link
Nested Components
For nested components, maintain proper indentation levels:
Content here:
- Bullet one
- Bullet two
More content:
- Another bullet
- Final bullet
Application
These rules apply to all .mdx files in the docs/ directory, particularly:
- Guide documents
- Cookbook documents
- Reference documentation
- Any Mintlify-powered documentation
Automation Note
When using Continue or other AI assistants to generate or modify documentation:
- Always format Mintlify components according to these rules
- Review generated content for proper formatting
- Apply these rules consistently across all documentation