Skip to content
Closed

Test 1 #6199

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
5 changes: 3 additions & 2 deletions quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
boost: 3
---

import SkillMcpPrompt from "/snippets/skill-mcp-prompt.mdx";
<Info>
TEST TEST

Check warning on line 9 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L9

'TEST' is repeated!

Check warning on line 9 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L9

Spell out 'TEST', if it's unfamiliar to the audience.

Check warning on line 9 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L9

Spell out 'TEST', if it's unfamiliar to the audience.
</Info>

After you complete this guide, you'll have a live documentation site ready to customize and update.

Expand Down Expand Up @@ -75,7 +77,6 @@
```

```bash pnpm
pnpm add -g mint
```

</CodeGroup>
Expand Down
Loading