docs: added cloud infrastructure guide (#12783)

* docs: added cloud infrastructure guide

* added md route

* fixes
This commit is contained in:
Shahed Nasser
2025-06-20 11:40:59 +03:00
committed by GitHub
parent 1c987540aa
commit 03fb24af8d
6 changed files with 134 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
export const generatedEditDates = {
"app/page.mdx": "2025-06-19T14:17:00.893Z",
"app/page.mdx": "2025-06-20T07:56:00.893Z",
"app/organization/page.mdx": "2025-06-12T14:43:20.772Z",
"app/projects/page.mdx": "2025-06-19T14:17:06.679Z",
"app/environments/page.mdx": "2025-06-19T14:15:00.389Z",
@@ -15,5 +15,6 @@ export const generatedEditDates = {
"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/connect-storefront/page.mdx": "2025-06-19T14:13:06.812Z",
"app/infrastructure/page.mdx": "2025-06-20T07:16:54.699Z"
}

View File

@@ -62,6 +62,14 @@ export const generatedSidebars = [
"title": "Resources",
"initialOpen": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Infrastructure",
"path": "/infrastructure",
"children": []
},
{
"loaded": true,
"isPathHref": true,