Skip to content

Conversation

@mintlify-development
Copy link
Contributor

@mintlify-development mintlify-development bot commented Jan 28, 2026

Summary

This PR simplifies the quickstart page to reduce cognitive overhead and get users to success faster.

Changes made

  • Removed complex "Before you begin" section - Eliminated the detailed explanation about docs-as-code and repository concepts that could overwhelm new users
  • Streamlined deployment process - Condensed to 4 clear, actionable steps instead of lengthy paragraphs
  • Simplified "Make your first change" - Reduced from detailed multi-step instructions to essential actions only
  • Made web editor the recommended path - This is simpler and more accessible for new users
  • Removed optional accordion - The GitHub skip option added unnecessary complexity for a quickstart
  • Condensed CLI instructions - Combined multiple detailed steps into fewer, more concise actions

Before and after

Before: 146 lines with detailed explanations, complex concepts, and multiple optional paths
After: 84 lines focused on the essential happy path to success

Rationale

The original quickstart tried to explain concepts upfront and cover many edge cases, which could overwhelm users who just want to get started quickly. This simplified version focuses on getting users to their first success moment as fast as possible, while keeping links to more detailed guides available when they need them.

Users can always dive deeper into CLI setup, repository concepts, and advanced options after they've had their initial success.


Note

Streamlines quickstart.mdx to focus on a concise happy path and faster first success.

  • Rewrites intro and condenses deployment into 4 steps; removes long "Before you begin", images, and accordion
  • Clarifies live URL and moves URL details into a Tip
  • Makes web editor the recommended path with simplified steps to edit index.mdx and publish
  • Consolidates CLI/local workflow into a single "Local development" tab with minimal install, preview (mint dev), and deploy commands
  • Adds "Next steps" cards for web editor, CLI commands, and custom domain

Written by Cursor Bugbot for commit 112956e. This will update automatically on new commits. Configure here.

- Removed complex 'Before you begin' section
- Streamlined deployment to 4 clear steps  
- Condensed 'Make your first change' from detailed instructions to essential actions
- Made web editor the recommended path for new users
- Removed optional accordion that added complexity
- Focus on getting users to success quickly rather than explaining concepts upfront
className="hidden dark:block"
/>
</Frame>
Your documentation site is now live at `https://<your-project-name>.mintlify.app`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor wording nit: this reads as instantaneous, but initial deploy can take a bit. Future tense here might be less confusing.

Suggested change
Your documentation site is now live at `https://<your-project-name>.mintlify.app`.
After onboarding, your documentation site will be live at `https://<your-project-name>.mintlify.app`.

<Tab title="Local development">
<Steps>
<Step title="Install the CLI">
```bash
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be worth keeping the Node.js prereq here so local users don’t hit a confusing install error.

Suggested change
```bash
<Step title="Install the CLI">
The CLI requires [Node.js](https://nodejs.org/en) v20.17.0 or higher (LTS recommended).
```bash
npm i -g mint
```
</Step>


```bash
mint dev
```
Copy link
Contributor

Choose a reason for hiding this comment

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

Small UX win: add a quick “where do I see it?” verification after mint dev (and keep it flexible if the port changes).

Suggested change
```
<Step title="Clone and edit">
Clone your repository, edit `index.mdx`, then preview locally:
```bash
mint dev
```
Open the URL printed in your terminal (usually `http://localhost:3000`).
</Step>

@ethanpalm ethanpalm closed this Jan 28, 2026
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.

1 participant