Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude/commands/lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ Reference `mintlify-reference.md` for correct component syntax.
Check for correct syntax on these components:

**Callouts** — must be self-closing or have content:
- `<Note>`, `<Tip>`, `<Warning>`, `<Info>`, `<Check>`
- <Note>This is important</Note>
<Tip>Remember to enable cookies</Tip>
<Warning>Do not share your API key</Warning>

**Structural** — check for proper nesting:
- `<Steps>` must contain `<Step title="...">` children
Expand Down