docs(onboarding): streamline CLI onboarding docs (#9830)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user