chore: simplify dev setup docs (#520)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Abhishek 2026-07-10 16:09:37 +05:30 committed by GitHub
parent fb4038a969
commit 4989bab1e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 230 additions and 267 deletions

View file

@ -129,11 +129,8 @@
{
"group": "Contribution",
"pages": [
"contribution/introduction",
"contribution/setup",
"contribution/devcontainer",
"contribution/host-managed-setup",
"contribution/fork-workflow"
"contribution/reference"
]
},
{
@ -318,5 +315,23 @@
},
"api": {
"openapi": "api-reference/openapi.json"
}
},
"redirects": [
{
"source": "/contribution/introduction",
"destination": "/contribution/setup"
},
{
"source": "/contribution/devcontainer",
"destination": "/contribution/reference"
},
{
"source": "/contribution/host-managed-setup",
"destination": "/contribution/reference"
},
{
"source": "/contribution/fork-workflow",
"destination": "/contribution/reference"
}
]
}