docs(onboarding): streamline CLI onboarding docs (#9830)

This commit is contained in:
Seb Slight
2026-02-05 13:46:11 -05:00
committed by GitHub
parent ddedb56c01
commit 9e0030b75f
5 changed files with 465 additions and 335 deletions

View File

@@ -698,6 +698,18 @@
"source": "/wizard",
"destination": "/start/wizard"
},
{
"source": "/start/wizard-cli-flow",
"destination": "/start/wizard-cli-reference"
},
{
"source": "/start/wizard-cli-auth",
"destination": "/start/wizard-cli-reference"
},
{
"source": "/start/wizard-cli-outputs",
"destination": "/start/wizard-cli-reference"
},
{
"source": "/start/faq",
"destination": "/help/faq"
@@ -745,8 +757,22 @@
"start/getting-started",
{
"group": "Onboarding",
"pages": ["start/wizard", "start/onboarding", "start/bootstrapping"]
"pages": [
{
"group": "CLI onboarding",
"pages": [
"start/wizard",
"start/wizard-cli-reference",
"start/wizard-cli-automation"
]
},
{
"group": "macOS onboarding",
"pages": ["start/onboarding"]
}
]
},
"start/bootstrapping",
"start/pairing"
]
},