Context
Identified in discussion #17680 — a quality analysis of documentation and CLI files.
Objective
Fix the inconsistent heading level for Step 3 in the Quick Start guide. Steps 1, 2, and 4 all use ### (h3), but Step 3 incorrectly uses ## (h2), causing it to visually dominate the page and break the numbered flow.
File to Modify
docs/src/content/docs/setup/quick-start.mdx
Change Required
Line 75 — Before:
## Step 3 - Wait for the workflow to complete
After:
### Step 3 - Wait for the workflow to complete
Acceptance Criteria
Generated by Plan Command for issue #discussion #17680
Context
Identified in discussion #17680 — a quality analysis of documentation and CLI files.
Objective
Fix the inconsistent heading level for Step 3 in the Quick Start guide. Steps 1, 2, and 4 all use
###(h3), but Step 3 incorrectly uses##(h2), causing it to visually dominate the page and break the numbered flow.File to Modify
docs/src/content/docs/setup/quick-start.mdxChange Required
Line 75 — Before:
## Step 3 - Wait for the workflow to completeAfter:
### Step 3 - Wait for the workflow to completeAcceptance Criteria
###(h3) consistently