docs: updates to Medusa server deployment guides (#8268)

* updated railway deployment docs

* general updates and fixes
This commit is contained in:
Shahed Nasser
2024-07-25 09:55:22 +03:00
committed by GitHub
parent 6ed1181057
commit 0c682b92c4
14 changed files with 368 additions and 1136 deletions
+11 -36
View File
@@ -7935,6 +7935,7 @@ export const generatedSidebar = [
"isPathHref": true,
"title": "Medusa Application",
"hasTitleStyling": true,
"autogenerate_path": "/deployment/medusa-application",
"children": [
{
"loaded": true,
@@ -7942,34 +7943,6 @@ export const generatedSidebar = [
"path": "/deployment/medusa-application/railway",
"title": "Railway",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/deployment/medusa-application/heroku",
"title": "Heroku",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/deployment/medusa-application/digitalocean",
"title": "DigitalOcean",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/deployment/medusa-application/microtica",
"title": "Microtica",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/deployment/medusa-application/general",
"title": "General Guide",
"children": []
}
]
},
@@ -7978,19 +7951,20 @@ export const generatedSidebar = [
"isPathHref": true,
"title": "Medusa Admin",
"hasTitleStyling": true,
"autogenerate_path": "/deployment/admin",
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/deployment/admin/vercel",
"title": "Vercel",
"path": "/deployment/admin/general",
"title": "General Deployment Guide for the Medusa Admin",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/deployment/admin/general",
"title": "General Guide",
"path": "/deployment/admin/vercel",
"title": "Vercel",
"children": []
}
]
@@ -8000,19 +7974,20 @@ export const generatedSidebar = [
"isPathHref": true,
"title": "Next.js Starter",
"hasTitleStyling": true,
"autogenerate_path": "/deployment/storefront",
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/deployment/storefront/vercel",
"title": "Vercel",
"path": "/deployment/storefront/general",
"title": "General Deployment Guide for the Next.js Starter",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/deployment/storefront/general",
"title": "General Guide",
"path": "/deployment/storefront/vercel",
"title": "Vercel",
"children": []
}
]