feat: add devcontainer based setup docs

This commit is contained in:
Abhishek Kumar 2026-05-25 18:28:47 +05:30
parent 1eb6c534d8
commit c4df866bcf
10 changed files with 311 additions and 125 deletions

View file

@ -129,7 +129,10 @@
"group": "Contribution",
"pages": [
"contribution/introduction",
"contribution/setup"
"contribution/setup",
"contribution/devcontainer",
"contribution/host-managed-setup",
"contribution/fork-workflow"
]
},
{
@ -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"
}
}