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

View File

@@ -1,6 +1,8 @@
export const generatedEditDates = {
"app/page.mdx": "2025-06-12T12:31:48.681Z",
"app/organization/page.mdx": "2025-06-12T14:43:20.772Z",
"app/projects/page.mdx": "2025-06-13T08:53:08.964Z",
"app/environments/page.mdx": "2025-06-16T13:42:04.870Z"
"app/projects/page.mdx": "2025-06-17T11:20:16.174Z",
"app/environments/page.mdx": "2025-06-17T11:12:50.824Z",
"app/deployments/page.mdx": "2025-06-17T11:17:03.236Z",
"app/organizations/page.mdx": "2025-06-17T10:48:50.969Z"
}

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": []
}
]
}