Improve quickstart page clarity and navigation #3116
+40
−23
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.
Enhanced the quickstart guide with clearer prerequisites, structured deployment steps, and expanded next steps section. Improved readability by converting prose into step-by-step components and adding more actionable guidance for new users.
Files changed:
quickstart.mdx- Added GitHub requirement upfront, converted deployment instructions to Steps component, simplified accordion to Tip callout, changed Tip to Note for custom domain section, and expanded next steps from 3 to 6 cards in a 2-column CardGroup layoutNote
Low Risk
Documentation-only MDX changes (layout/copy and component swaps) with no runtime/business logic impact; main risk is minor rendering regressions if MDX components are misused.
Overview
Improves the
Quickstartguide by making prerequisites explicit (adds GitHub requirement) and rewriting the deployment section from prose into a structured<Steps>flow with clearer onboarding actions.Replaces the optional GitHub-connection accordion with a simpler
<Tip>callout, switches the custom-domain callout from<Tip>to<Note>, and expands the Next steps section into a 2-column<CardGroup>with additional navigation cards (theme, navigation organization, API docs).Written by Cursor Bugbot for commit 5e8f7d3. This will update automatically on new commits. Configure here.