Skip to content

Simplify quickstart page for better user experience#2921

Closed
mintlify-development[bot] wants to merge 1 commit intomainfrom
claude/-IYypM
Closed

Simplify quickstart page for better user experience#2921
mintlify-development[bot] wants to merge 1 commit intomainfrom
claude/-IYypM

Conversation

@mintlify-development
Copy link
Contributor

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

Summary

Simplified the quickstart page to reduce complexity and improve the new user experience.

Changes made

  • Streamlined introduction: Changed from complex docs-as-code explanation to simple "Get a live documentation site up and running in minutes"
  • Simplified deployment process: Converted verbose sections into clear 4-step numbered list
  • Prioritized web editor: Made web editor the primary workflow and moved CLI to accordion as secondary option
  • Reduced decision fatigue: Removed complex tabs and multiple workflow choices
  • Focused next steps: Updated cards to focus on actionable customization tasks instead of generic options

Before/After comparison

Before: 146 lines with complex explanations, tooltips, and dual workflow tabs
After: 80 lines with direct, actionable steps

Rationale

The previous quickstart had too much complexity for new users:

  • Long explanation about docs-as-code created cognitive overhead
  • Dual CLI/Web editor tabs created decision paralysis
  • Multiple complex steps made the "quick" start feel slow

The new version follows the project's content strategy of "just enough docs" and prioritizes getting users to success quickly.

Testing

  • Tested locally with mint dev
  • Verified all internal links work
  • Confirmed frontmatter is complete
  • Checked that content follows style guidelines

Note

Streamlines the quickstart.mdx to reduce steps and focus on fastest path to a live site.

  • Rewrites intro and consolidates deployment into a 4-step list; adds note that Mintlify can create a private repo if GitHub is skipped
  • Adds clear "Find your site URL" section with dashboard link and images
  • Replaces tabbed CLI/Web flows with a single web editor flow in Steps and moves CLI to an accordion as an optional path
  • Simplifies "Make your first change" to editing index.mdx, publishing, and viewing changes
  • Updates "Next steps" cards to focus on customization, adding pages, and setting a custom domain

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

- Streamlined intro from complex explanation to simple promise 
- Converted deployment to clear 4-step process
- Prioritized web editor workflow over CLI for beginners
- Simplified editing steps and removed decision fatigue
- Updated next steps to focus on actionable customization tasks
Mintlify uses a docs-as-code approach to manage your documentation. Every page on your site has a corresponding file stored in your documentation <Tooltip tip="Your documentation's source code where all files and their history are stored. The web editor connects to your documentation repository to access and modify content, or you can edit files locally in your preferred IDE.">repository</Tooltip>.
1. Go to [mintlify.com/start](https://mintlify.com/start)
2. Connect your GitHub account
3. Create a new repository or select an existing one
Copy link
Contributor

Choose a reason for hiding this comment

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

The numbered steps currently say "Connect your GitHub account", but the tip right below says you can skip GitHub. Might be less confusing if the steps call out that it’s optional.

Suggested change
3. Create a new repository or select an existing one
1. Go to [mintlify.com/start](https://mintlify.com/start)
2. Connect your GitHub account (optional)
3. Create a new repository or select an existing one (optional)
4. Complete the onboarding process

</Step>
<Step title="View your changes">
Check your site to see the updated description live.
</Step>
Copy link
Contributor

Choose a reason for hiding this comment

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

Small clarity tweak: publishing can take a moment; pointing folks to the dashboard avoids "why don’t I see it yet?" confusion.

Suggested change
</Step>
Refresh your site to see the updated description live. If you don’t see it yet, check the deployment status on the **Overview** page in your dashboard.

<AccordionGroup>
<Accordion title="Use the CLI instead">
Prefer working locally? [Install the CLI](/installation) to edit files in your preferred editor and preview changes with `mint dev`.
</Accordion>
Copy link
Contributor

Choose a reason for hiding this comment

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

For the CLI path, it might help to mention that pushing changes is what triggers a deploy (since the main flow now hides that detail).

Suggested change
</Accordion>
Prefer working locally? [Install the CLI](/installation) to edit files in your preferred editor, preview changes with `mint dev`, then commit and push to deploy.

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