diff --git a/www/apps/cloud/app/faq/page.mdx b/www/apps/cloud/app/faq/page.mdx index aa69141a9f..c5cf485c8e 100644 --- a/www/apps/cloud/app/faq/page.mdx +++ b/www/apps/cloud/app/faq/page.mdx @@ -14,7 +14,7 @@ You can also contact a [Medusa Expert](https://medusajs.com/experts/) to help yo --- -## Does Cloud support hosting storefronts? +## Does Medusa support hosting storefronts on Cloud? Medusa can only host Medusa servers and admin dashboards. To host your storefront, you can use hosting providers like Vercel. @@ -22,9 +22,9 @@ Learn more in the [Connect Production Storefront](../connect-storefront/page.mdx --- -## What resources does Cloud provide? +## What resources does Medusa provide in Cloud? -Cloud fully-manages your [PostgreSQL databases](../database/page.mdx), [Redis instances](../redis/page.mdx), and [S3 buckets](../s3/page.mdx). You don't need to configure or maintain them. +Medusa fully-manages your [PostgreSQL databases](../database/page.mdx), [Redis instances](../redis/page.mdx), and [S3 buckets](../s3/page.mdx) on Cloud. You don't need to configure or maintain them. --- @@ -48,7 +48,7 @@ You can deploy projects like marketplaces, B2B, subscription-based stores, and m --- -## Does Cloud create new Medusa projects for each deployment? +## Does Medusa create new Medusa projects for each deployment on Cloud? No, Medusa does not create new Medusa projects for your deployments. Instead, it deploys your existing Medusa project from your GitHub repository. diff --git a/www/apps/cloud/app/projects/page.mdx b/www/apps/cloud/app/projects/page.mdx index da0f70661a..6147a41ed0 100644 --- a/www/apps/cloud/app/projects/page.mdx +++ b/www/apps/cloud/app/projects/page.mdx @@ -69,8 +69,7 @@ To create a project: ![The project settings step in the project creation flow with the settings filled in](https://res.cloudinary.com/dza7lstvk/image/upload/v1749741990/Cloud/CleanShot_2025-06-12_at_18.26.15_2x_kyxggl.png) 7. You can optionally change the "Build and project" settings by expanding its section: - - Select a region to deploy the project. For better performance, choose a region that's closer to your target users. The region can't be changed later. - - If you don't find the region you need, you can contact support to request it. + - Select a [region](#available-regions) to deploy the project. For better performance, choose a region that's closer to your target users. The region can't be changed later. - If your project is in a monorepo, you can specify the path to the Medusa project in the repository. Otherwise, leave it empty. - You can change the email and password for the admin user created for the project. These are the credentials you'll use to access the Medusa Admin. @@ -119,7 +118,17 @@ When you choose a subdomain for your project, it must be at least five character - `production` - `preview` - `development` -- `proxy`. +- `proxy` + +### Available Regions + +Medusa supports hosting your Medusa projects on Cloud in the following regions: + +- US East (`us-east-1`) +- Europe Central (`eu-central-1`) +- Asia Southeast (`ap-southeast-1`) + +For better performance, choose a region that's closer to your target users. If you need to host your Medusa project in a different region, contact support. --- diff --git a/www/apps/cloud/generated/edit-dates.mjs b/www/apps/cloud/generated/edit-dates.mjs index 381afda3fa..1ce2ce5fd1 100644 --- a/www/apps/cloud/generated/edit-dates.mjs +++ b/www/apps/cloud/generated/edit-dates.mjs @@ -1,7 +1,7 @@ export const generatedEditDates = { "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-25T07:57:21.261Z", + "app/projects/page.mdx": "2025-08-15T14:34:25.262Z", "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", @@ -18,5 +18,5 @@ export const generatedEditDates = { "app/environments/environment-variables/page.mdx": "2025-06-25T07:42:53.521Z", "app/environments/long-lived/page.mdx": "2025-07-14T11:01:54.536Z", "app/environments/preview/page.mdx": "2025-06-25T08:00:00.839Z", - "app/faq/page.mdx": "2025-07-14T11:44:58.587Z" + "app/faq/page.mdx": "2025-08-15T14:32:23.372Z" } \ No newline at end of file diff --git a/www/apps/cloud/generated/sidebar.mjs b/www/apps/cloud/generated/sidebar.mjs index 65929bb44e..1a40a38833 100644 --- a/www/apps/cloud/generated/sidebar.mjs +++ b/www/apps/cloud/generated/sidebar.mjs @@ -28,9 +28,6 @@ export const generatedSidebars = [ } ] }, - { - "type": "separator" - }, { "loaded": true, "isPathHref": true, diff --git a/www/apps/cloud/sidebar.mjs b/www/apps/cloud/sidebar.mjs index a65a87986d..64f799a47f 100644 --- a/www/apps/cloud/sidebar.mjs +++ b/www/apps/cloud/sidebar.mjs @@ -21,9 +21,6 @@ export const sidebar = [ }, ], }, - { - type: "separator", - }, { type: "category", title: "Basics",