Files
medusa-store/www/apps/cloud/generated/sidebar.mjs
Shahed Nasser aa1cadcb29 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
2025-06-13 16:22:30 +03:00

44 lines
934 B
JavaScript

export const generatedSidebars = [
{
"sidebar_id": "cloud",
"title": "Cloud",
"items": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/",
"title": "Introduction",
"children": []
},
{
"type": "separator"
},
{
"loaded": true,
"isPathHref": true,
"type": "category",
"title": "Basics",
"initialOpen": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Organizations",
"path": "/organizations",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Projects",
"path": "/projects",
"children": []
}
]
}
]
}
]