docs: added cloud deployments guide (#12755)

* docs: added cloud deployments guide

* fixes

* fixes

* fixes
This commit is contained in:
Shahed Nasser
2025-06-17 15:57:41 +03:00
committed by GitHub
parent 00505b4f8e
commit f12fb7dfad
7 changed files with 311 additions and 42 deletions
+8
View File
@@ -44,6 +44,14 @@ export const generatedSidebars = [
"title": "Environments",
"path": "/environments",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Deployments",
"path": "/deployments",
"children": []
}
]
}