docs: added cloud environments documentation (#12750)

* initial

* finished environments page

* fixes

* fixes

* fix to introduction
This commit is contained in:
Shahed Nasser
2025-06-16 19:03:58 +03:00
committed by GitHub
parent 6a95c1a0a5
commit 0823deb25f
5 changed files with 408 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
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/projects/page.mdx": "2025-06-13T08:53:08.964Z",
"app/environments/page.mdx": "2025-06-16T13:42:04.870Z"
}
+8
View File
@@ -36,6 +36,14 @@ export const generatedSidebars = [
"title": "Projects",
"path": "/projects",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Environments",
"path": "/environments",
"children": []
}
]
}