docs: added cloud organizations documentation (#12723)

This commit is contained in:
Shahed Nasser
2025-06-12 18:09:51 +03:00
committed by GitHub
parent d4b093207a
commit ea0b297b44
4 changed files with 242 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
export const generatedEditDates = {
"app/page.mdx": "2025-06-12T12:31:48.681Z"
"app/page.mdx": "2025-06-12T12:31:48.681Z",
"app/organization/page.mdx": "2025-06-12T14:43:20.772Z"
}
+20
View File
@@ -10,6 +10,26 @@ export const generatedSidebars = [
"path": "/",
"title": "Introduction",
"children": []
},
{
"type": "separator"
},
{
"loaded": true,
"isPathHref": true,
"type": "category",
"title": "Basics",
"initialOpen": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Organization",
"path": "/organization",
"children": []
}
]
}
]
}