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:
@@ -1,4 +1,5 @@
|
||||
export const generatedEditDates = {
|
||||
"app/page.mdx": "2025-06-12T12:31:48.681Z",
|
||||
"app/organization/page.mdx": "2025-06-12T14:43:20.772Z"
|
||||
"app/organization/page.mdx": "2025-06-12T14:43:20.772Z",
|
||||
"app/projects/page.mdx": "2025-06-13T08:53:08.964Z"
|
||||
}
|
||||
@@ -28,6 +28,14 @@ export const generatedSidebars = [
|
||||
"title": "Organizations",
|
||||
"path": "/organizations",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Projects",
|
||||
"path": "/projects",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user