mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
feat: add devcontainer based setup (#352)
* feat: add devcontainer for local setup * feat: add local install hook * feat: add devcontainer based setup docs * feat: use uv in api/Dockerfile * fix: fix CI scripts * fix: fix post job cleanup step
This commit is contained in:
parent
285de92528
commit
0716582aa7
31 changed files with 971 additions and 227 deletions
|
|
@ -125,6 +125,16 @@
|
|||
"tab": "Developer",
|
||||
"icon": "code",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Contribution",
|
||||
"pages": [
|
||||
"contribution/introduction",
|
||||
"contribution/setup",
|
||||
"contribution/devcontainer",
|
||||
"contribution/host-managed-setup",
|
||||
"contribution/fork-workflow"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Guides",
|
||||
"pages": [
|
||||
|
|
@ -152,13 +162,6 @@
|
|||
"deployment/update",
|
||||
"deployment/heroku"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Contribution",
|
||||
"pages": [
|
||||
"contribution/introduction",
|
||||
"contribution/setup"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -292,7 +295,6 @@
|
|||
"search": {
|
||||
"prompt": "Search for Tools, Webhook, Deployment, etc..."
|
||||
},
|
||||
"openapi": "/api-reference/openapi.json",
|
||||
"customCSS": "/custom.css",
|
||||
"contextual": {
|
||||
"options": [
|
||||
|
|
@ -311,5 +313,8 @@
|
|||
"github": "https://github.com/dograh-hq",
|
||||
"linkedin": "https://linkedin.com/company/dograh"
|
||||
}
|
||||
},
|
||||
"api": {
|
||||
"openapi": "api-reference/openapi.json"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue