docs: wording and structural changes to cloud (#12820)

* docs: wording and structural changes to cloud

* Fix vale error

* Fix faq title

* Fix heading levels

* Small change to previews
This commit is contained in:
Shahed Nasser
2025-06-25 12:20:02 +03:00
committed by GitHub
parent 820a936b98
commit 91f6cfad5d
24 changed files with 713 additions and 663 deletions
+18 -16
View File
@@ -1,20 +1,22 @@
export const generatedEditDates = {
"app/page.mdx": "2025-06-20T07:56:00.893Z",
"app/page.mdx": "2025-06-25T08:00:52.728Z",
"app/organization/page.mdx": "2025-06-12T14:43:20.772Z",
"app/projects/page.mdx": "2025-06-24T11:17:17.668Z",
"app/environments/page.mdx": "2025-06-24T11:18:00.011Z",
"app/deployments/page.mdx": "2025-06-19T14:14:31.740Z",
"app/organizations/page.mdx": "2025-06-19T14:15:13.990Z",
"app/notifications/page.mdx": "2025-06-17T12:29:18.819Z",
"app/database/page.mdx": "2025-06-19T14:13:32.800Z",
"app/redis/page.mdx": "2025-06-19T14:16:06.488Z",
"app/s3/page.mdx": "2025-06-19T14:16:11.227Z",
"app/draft-order-plugin/page.mdx": "2025-06-19T14:14:49.500Z",
"app/loyalty-plugin/page.mdx": "2025-06-24T13:00:52.953Z",
"app/billing-usage/page.mdx": "2025-06-19T14:13:29.533Z",
"app/projects/page.mdx": "2025-06-25T07:57:21.261Z",
"app/environments/page.mdx": "2025-06-25T08:00:05.550Z",
"app/deployments/page.mdx": "2025-06-25T07:57:13.059Z",
"app/organizations/page.mdx": "2025-06-25T07:13:02.263Z",
"app/notifications/page.mdx": "2025-06-25T07:27:37.642Z",
"app/database/page.mdx": "2025-06-25T07:54:40.231Z",
"app/redis/page.mdx": "2025-06-25T07:57:23.246Z",
"app/s3/page.mdx": "2025-06-25T07:57:24.832Z",
"app/draft-order-plugin/page.mdx": "2025-06-25T07:57:14.898Z",
"app/loyalty-plugin/page.mdx": "2025-06-25T07:57:16.691Z",
"app/billing-usage/page.mdx": "2025-06-25T07:57:03.206Z",
"app/logs/page.mdx": "2025-06-19T07:44:38.336Z",
"app/support/page.mdx": "2025-06-19T11:18:37.253Z",
"app/update-medusa/page.mdx": "2025-06-19T11:18:42.545Z",
"app/connect-storefront/page.mdx": "2025-06-19T14:13:06.812Z",
"app/infrastructure/page.mdx": "2025-06-20T07:16:54.699Z"
"app/update-medusa/page.mdx": "2025-06-25T07:57:30.170Z",
"app/connect-storefront/page.mdx": "2025-06-25T07:47:00.499Z",
"app/environments/environment-variables/page.mdx": "2025-06-25T07:42:53.521Z",
"app/environments/long-lived/page.mdx": "2025-06-25T07:55:24.283Z",
"app/environments/preview/page.mdx": "2025-06-25T08:00:00.839Z",
"app/faq/page.mdx": "2025-06-25T08:00:26.853Z"
}
+47 -21
View File
@@ -6,10 +6,27 @@ export const generatedSidebars = [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/",
"title": "Introduction",
"children": []
"type": "category",
"title": "Getting Started",
"initialOpen": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/",
"title": "Introduction",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/faq",
"title": "FAQ",
"children": []
}
]
},
{
"type": "separator"
@@ -43,7 +60,32 @@ export const generatedSidebars = [
"type": "link",
"title": "Environments",
"path": "/environments",
"children": []
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Long-Lived",
"path": "/environments/long-lived",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Preview",
"path": "/environments/preview",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Environment Variables",
"path": "/environments/environment-variables",
"children": []
}
]
},
{
"loaded": true,
@@ -62,14 +104,6 @@ export const generatedSidebars = [
"title": "Resources",
"initialOpen": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Infrastructure",
"path": "/infrastructure",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -160,14 +194,6 @@ export const generatedSidebars = [
"title": "Notifications",
"path": "/notifications",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Support",
"path": "/support",
"children": []
}
]
},