Skip to content

test#5609

Open
mintlify[bot] wants to merge 5 commits intomainfrom
new-quickstart
Open

test#5609
mintlify[bot] wants to merge 5 commits intomainfrom
new-quickstart

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented Apr 30, 2026

Note

Low Risk
Documentation-only changes; main risk is broken or incorrect internal/external links after the route updates.

Overview
Simplifies quickstart.mdx by removing the introductory deployment/onboarding sections and centering the page on making a first change via CLI or web editor.

Updates multiple links and UI components (new <Tip> wrapper, dashboard/web editor URLs, localhost link formatting), and revamps Next steps into a 3-column <CardGroup> with new destinations/icons.

Adds a new AI-assisted editing section with accordions describing how to install the Mintlify skill and MCP server for Cursor/VS Code and other editors.

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

mintlify Bot added 3 commits April 30, 2026 15:58
Mintlify-Source: dashboard-editor
Mintlify-Source: dashboard-editor
Mintlify-Source: dashboard-editor
Comment thread quickstart.mdx
Mintlify-Source: dashboard-editor
Mintlify-Source: dashboard-editor
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 3 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 c2683ad. Configure here.

Comment thread quickstart.mdx
Edit documentation in your browser and preview how your pages look when published.
</Card>
<CardGroup cols={3}>
<Card title="Use the web editor" icon="pen-to-square" href="/web-editor">
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 internal link to nonexistent /web-editor page

High Severity

The "Use the web editor" card links to /web-editor, but no page exists at that path — there's no web-editor.mdx file in the repo and no redirect entry in redirects.json. The actual web editor overview page lives at editor/index.mdx (previously linked as /editor/index). This will result in a 404 for users clicking the card in the "Next steps" section.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c2683ad. Configure here.

Comment thread quickstart.mdx
```

Then add the Mintlify MCP server for access to documentation search. Follow the setup instructions at [mintlify.com/docs/ai/model-context-protocol](https://www.mintlify.com/docs/ai/model-context-protocol.md).
</Accordion>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Duplicate accordion content for different AI editors

Low Severity

The "Cursor / VS Code" and "Other AI editors" accordions contain identical content — same instructions, same commands, same links. Having two separate accordions implies differentiated instructions, but they're exact copies. This is likely placeholder content where the "Other AI editors" section was meant to contain different or more generic guidance.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c2683ad. Configure here.

Comment thread quickstart.mdx
<Steps>
<Step title="Open the web editor">
Navigate to the [web editor](https://dashboard.mintlify.com/editor) in your dashboard.
Navigate to the [web editor](https://dashboard.mintlify.com) in your dashboard.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Web editor link drops /editor path from URL

Medium Severity

The "Open the web editor" step changed the URL from https://dashboard.mintlify.com/editor to https://dashboard.mintlify.com, dropping the /editor path. Every other reference to the web editor across the codebase (including guides/git-concepts.mdx and all translated quickstart pages) still uses dashboard.mintlify.com/editor. This sends users to the general dashboard homepage instead of directly to the web editor.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c2683ad. 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