.continue/rules/mintlify-formatting.md
When working with Mintlify documentation components (Card, Info, Tip, Note, Warning, etc.), follow these formatting guidelines:
- for unordered lists<Card title="Example" icon="icon-name">
This is the content with proper formatting:
- First bullet point
- Second bullet point
- Third bullet point
</Card>
<Info>
Important information here:
- Point one
- Point two
- Point three
</Info>
<Card title="Example" icon="icon-name">
This is wrong: - All bullets - On one line - Bad formatting
</Card>
When including links in bullet points:
- [Link Text](url): Description of the link
For nested components, maintain proper indentation levels:
<CardGroup>
<Card title="First Card">
Content here:
- Bullet one
- Bullet two
</Card>
<Card title="Second Card">
More content:
- Another bullet
- Final bullet
</Card>
</CardGroup>
These rules apply to all .mdx files in the docs/ directory, particularly:
When using Continue or other AI assistants to generate or modify documentation: