mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +02:00
chore: simplify dev setup docs (#520)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
fb4038a969
commit
4989bab1e9
6 changed files with 230 additions and 267 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue