Skip to content
Closed
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
8 changes: 8 additions & 0 deletions quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
boost: 3
---

<Note>
Test 2.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test content left in docs

Medium Severity

The Quickstart page now shows a Note with Test 2.0, which reads as leftover placeholder text rather than onboarding guidance. This will appear to users on the first-run docs page.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d4794c4. Configure here.

</Note>
Comment thread
cursor[bot] marked this conversation as resolved.

<Warning>
I JUST ADDED THIS TO SHOW YOU HOW TO MAKE CHANGES HERE!

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

Avoid first-person pronouns such as 'I '.

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

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

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

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

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

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

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

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

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

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

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

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

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

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

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

Don't use exclamation points in text.

Check warning on line 13 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L13

Spell out 'HERE', if it's unfamiliar to the audience.
</Warning>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental demo warning in docs

Medium Severity

A Warning on the Quickstart page contains placeholder text about demonstrating how to make changes. That copy is not real documentation and will show to every visitor on a primary onboarding page.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 68489a6. Configure here.


import SetupAgentPrompt from "/snippets/setup-agent-prompt.mdx";

After you complete this guide, you'll have a live documentation site ready to customize and update.
Expand Down Expand Up @@ -75,7 +83,7 @@
</Visibility>

<Visibility for="agents">
Use the preceding CLI setup workflow. Initiate the corresponding `mint signup` or `mint login` command. Account verification and GitHub authorization open browser pages; have the user approve them. Continue the setup when they finish. Do not consider setup complete until `mint status` reports a subdomain and the deployed `.mintlify.site` URL loads.

Check warning on line 86 in quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

quickstart.mdx#L86

Use semicolons judiciously.
</Visibility>

## View your deployed site
Expand Down
Loading