docs: add regions supported by Cloud (#13220)
* docs: add regions supported by Cloud * fix vale error * change location
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -69,8 +69,7 @@ To create a project:
|
||||

|
||||
|
||||
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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -28,9 +28,6 @@ export const generatedSidebars = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
@@ -21,9 +21,6 @@ export const sidebar = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "separator",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "Basics",
|
||||
|
||||
Reference in New Issue
Block a user