docs: added cloud deployments guide (#12755)
* docs: added cloud deployments guide * fixes * fixes * fixes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -44,6 +44,14 @@ export const generatedSidebars = [
|
||||
"title": "Environments",
|
||||
"path": "/environments",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Deployments",
|
||||
"path": "/deployments",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user