Skip to content

Rewrite Quickstart page with richer MDX structure#5608

Open
mintlify[bot] wants to merge 1 commit intomainfrom
admin-mcp/quickstart-rewrite-0b46d77
Open

Rewrite Quickstart page with richer MDX structure#5608
mintlify[bot] wants to merge 1 commit intomainfrom
admin-mcp/quickstart-rewrite-0b46d77

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented Apr 30, 2026

Full rewrite of the Quickstart page:

  • Added CardGroup to present the two editing paths (web editor vs CLI) upfront
  • Used Steps component to structure the deploy flow
  • Expanded Next Steps from 3 to 4 cards in a CardGroup cols=2 grid
  • Tightened copy throughout
  • Maintained all existing content, links, Frames, Tabs, and AccordionGroup

Mintlify

0 threads from 0 users in Mintlify

  • No unresolved comments

Open in Mintlify Editor


Note

Low Risk
Low risk documentation-only changes that reorganize MDX components and copy without affecting runtime logic.

Overview
Reworks the Quickstart docs page to be more structured and scannable: adds a new "How Mintlify works" section with upfront workflow selection via CardGroup, and converts the deploy flow into a two-step Steps sequence (including the optional Git-provider accordion).

Reorganizes "Make your first change" into Tabs with the Web editor flow presented first, and tightens/clarifies copy across both Web editor and CLI instructions.

Expands Next steps into a 2-column CardGroup with four cards (adds a new link to site customization) and standardizes metadata formatting (e.g., keywords).

Reviewed by Cursor Bugbot for commit a766137. Bugbot is set up for automated code reviews on this repo. Configure here.

Mintlify-Source: dashboard-editor
@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented Apr 30, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Apr 30, 2026, 3:54 PM

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a766137. Configure here.

Comment thread quickstart.mdx
Use your own domain for your documentation site.
</Card> No newline at end of file
<Card title="Customize your site" icon="paintbrush" href="/customize/overview">
Configure branding, navigation, colors, and page layouts.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Broken link to nonexistent customize/overview page

High Severity

The newly added "Customize your site" card links to /customize/overview, but no customize/overview.mdx file exists in the repository. The customize/ directory only contains custom-404-page.mdx, custom-domain.mdx, custom-scripts.mdx, fonts.mdx, react-components.mdx, and themes.mdx. There's also no matching entry in docs.json navigation or redirects.json. This will result in a 404 for users clicking the card.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a766137. Configure here.

Comment thread quickstart.mdx
</Tip>

Then add the Mintlify MCP server for access to documentation search. Follow the setup instructions at https://www.mintlify.com/docs/ai/model-context-protocol.md" actions={["copy", "cursor"]}>
<Prompt description="Install the Mintlify skill to get context on Mintlify project structure, components, and documentation best practices:\\n\\nnpx skills add https://mintlify.com/docs\\n\\nThen add the Mintlify MCP server for access to documentation search. Follow the setup instructions at https://www.mintlify.com/docs/ai/model-context-protocol.md" actions={["copy", "cursor"]}>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Escaped newlines render as literal backslash-n text

Medium Severity

The Prompt component's description prop uses \\n\\n to represent newlines, but in JSX string attributes \\n produces a literal backslash followed by the letter 'n' — not a newline character. The prompt card will display raw \n text between sentences instead of line breaks. The original used actual multi-line attribute values which preserved real newlines.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a766137. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants