docs: add cloud projects documentation (#12730)

* docs: add cloud projects documentation

* fixes

* more fixes

* fix details about configurations

* last fixes

* small fix

* remove environments page
This commit is contained in:
Shahed Nasser
2025-06-13 16:22:30 +03:00
committed by GitHub
parent b79215dd5c
commit aa1cadcb29
4 changed files with 243 additions and 1 deletions
+8
View File
@@ -28,6 +28,14 @@ export const generatedSidebars = [
"title": "Organizations",
"path": "/organizations",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Projects",
"path": "/projects",
"children": []
}
]
}