diff --git a/www/apps/book/app/learn/deployment/general/page.mdx b/www/apps/book/app/learn/deployment/general/page.mdx index c688e159c3f9b..6bc53666f8cc1 100644 --- a/www/apps/book/app/learn/deployment/general/page.mdx +++ b/www/apps/book/app/learn/deployment/general/page.mdx @@ -8,10 +8,21 @@ export const metadata = { In this document, you'll learn the general steps to deploy your Medusa application. How you apply these steps depend on your chosen hosting provider or platform. - - Find how-to guides for specific platforms in [this documentation](!resources!/deployment). + + +Want Medusa to manage and maintain your infrastructure? [Sign up and learn more about Medusa Cloud](https://medusajs.com/contact) + +The creators and maintainers of Medusa provide Medusa Cloud, a managed infrastructure to host your Medusa application, Admin, databases, and more. + +With Medusa Cloud, you maintain full customization control as you deploy your own modules and customizations directly from GitHub: + +- Push to deploy. +- Multiple testing environments. +- Preview environments for new PRs. +- Test on production-like data. + \ No newline at end of file +Find guides to deploy your Medusa application, Medusa Admin, and Next.js storefront. + +## Deploy Medusa Application + +### Medusa Cloud + +The creators and maintainers of Medusa provide Medusa Cloud, a managed infrastructure to host your Medusa application, Admin, databases, and more. + +Medusa Cloud is an optimized and security-compliant infrastructure pre-configured for optimal Medusa support with: + +- Zero configuration. +- Built-in autoscaling. +- Global server access. +- 99.99% uptime guarantee. + +With Medusa Cloud, you maintain full customization control as you deploy your own modules and customizations directly from GitHub: + +- Push to deploy. +- Multiple testing environments. +- Preview environments for new PRs. +- Test on production-like data. + +[Sign up and learn more about Medusa Cloud](https://medusajs.com/contact) + +### Self-hosting + +To host and maintain Medusa on your own, check out the following guides. + + + +### Medusa Admin + +To host and maintain on your own the Medusa Admin separately from your Medusa application, check out the following guides. + + + +If you're hosting your admin dashboard with the Medusa application, then check out the [deployment guides of the Medusa application](#self-hosting) instead. + + + + + +--- + +## Deploy Next.js Starter Storefront + +Learn how to deploy the Next.js Starter Storefront. + + diff --git a/www/apps/resources/generated/edit-dates.mjs b/www/apps/resources/generated/edit-dates.mjs index e31220846388b..f96394796b745 100644 --- a/www/apps/resources/generated/edit-dates.mjs +++ b/www/apps/resources/generated/edit-dates.mjs @@ -118,7 +118,7 @@ export const generatedEditDates = { "app/deployment/admin/vercel/page.mdx": "2024-10-16T08:10:29.377Z", "app/deployment/medusa-application/railway/page.mdx": "2024-11-11T11:50:10.517Z", "app/deployment/storefront/vercel/page.mdx": "2024-07-26T07:21:31+00:00", - "app/deployment/page.mdx": "2024-07-25T09:55:22+03:00", + "app/deployment/page.mdx": "2024-11-25T14:31:45.277Z", "app/integrations/page.mdx": "2024-11-19T10:09:54.075Z", "app/medusa-cli/page.mdx": "2024-08-28T11:25:32.382Z", "app/medusa-container-resources/page.mdx": "2024-11-21T08:59:01.120Z", diff --git a/www/apps/resources/generated/sidebar.mjs b/www/apps/resources/generated/sidebar.mjs index 162016f3a676e..1c7b7d4cd707d 100644 --- a/www/apps/resources/generated/sidebar.mjs +++ b/www/apps/resources/generated/sidebar.mjs @@ -9127,6 +9127,17 @@ export const generatedSidebar = [ "title": "Deployment Guides", "isChildSidebar": true, "children": [ + { + "loaded": true, + "isPathHref": true, + "type": "link", + "title": "Medusa Cloud", + "path": "https://medusajs.com/contact", + "children": [] + }, + { + "type": "separator" + }, { "loaded": true, "isPathHref": true, diff --git a/www/apps/resources/sidebar.mjs b/www/apps/resources/sidebar.mjs index 4f8a679aecee1..97d2f51b93050 100644 --- a/www/apps/resources/sidebar.mjs +++ b/www/apps/resources/sidebar.mjs @@ -2144,6 +2144,14 @@ export const sidebar = sidebarAttachHrefCommonOptions([ title: "Deployment Guides", isChildSidebar: true, children: [ + { + type: "link", + title: "Medusa Cloud", + path: "https://medusajs.com/contact", + }, + { + type: "separator", + }, { type: "category", title: "Medusa Application",