Closed
Conversation
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
| The CLI requires [Node.js](https://nodejs.org/en) v20.17.0 or higher. Use an LTS version for stability. | ||
|
|
||
| <CodeGroup> | ||
| Requires [Node.js](https://nodejs.org/en) v20.17.0 or higher. |
Contributor
There was a problem hiding this comment.
Consider making this a full sentence for consistency/readability.
Suggested change
| Requires [Node.js](https://nodejs.org/en) v20.17.0 or higher. | |
| The CLI requires [Node.js](https://nodejs.org/en) v20.17.0 or higher. |
| <Step title="Edit a page"> | ||
| Open `index.mdx` in your preferred editor and update the description in the frontmatter: | ||
| <Step title="Edit and preview"> | ||
| Clone your repository, open `index.mdx`, and update the description: |
Contributor
There was a problem hiding this comment.
Minor: adding a direct link here makes the “Clone your repository” step easier to find.
Suggested change
| Clone your repository, open `index.mdx`, and update the description: | |
| Clone your repository (see [/installation#clone-your-repository](/installation#clone-your-repository)), open `index.mdx`, and update the description: |
| ``` | ||
|
|
||
| View your preview at `http://localhost:3000`. | ||
| Preview locally with `mint dev` at `http://localhost:3000`. |
Contributor
There was a problem hiding this comment.
mint dev can bind a different port if 3000 is taken; calling that out avoids confusion.
Suggested change
| Preview locally with `mint dev` at `http://localhost:3000`. | |
| Preview locally with `mint dev` (default: `http://localhost:3000`). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reduced quickstart content from ~1,100 to ~495 words while maintaining all essential deployment and editing steps. Removed redundant sections including "Before you begin", accordion content, images, and "Next steps" cards to create a more focused getting-started experience.
Files changed:
quickstart.mdx- Consolidated content by 55%Note
Low Risk
Documentation-only changes that remove/condense onboarding content and steps; low risk beyond potentially omitting guidance users previously relied on.
Overview
Streamlines
quickstart.mdxinto a shorter, more direct “deploy + first edit” guide, removing the prior Before you begin section, optional GitHub-skip accordion, dashboard screenshots/frames, tips, and other redundant explanations.Reworks the “Make your first change” section to lead with a new Web editor tab and condenses the CLI path (drops pnpm/CodeGroup, merges edit+preview instructions, and simplifies deployment language) while keeping the core steps to install, edit, preview, and deploy.
Written by Cursor Bugbot for commit c9015cb. This will update automatically on new commits. Configure here.