Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/apps/cloud/app/projects/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To create a project from either of these starters:

1. Click on the **Browse Starters** button at the top right of the [project creation page](#create-a-project).
2. Click the **Clone** button of the starter you want to use.
3. In the Repository step, authenticate with your GitHub account if you haven't already.
3. If you haven't connected your GitHub account yet, you'll be automatically redirected to GitHub to authorize Medusa access. After authorization, you'll return to the project creation flow.
4. Choose a GitHub organization to clone the starter into in the "Organization" field.
- If you don't see your organization, you can click the **Configure accessible organizations** link to manage accessible organizations in GitHub.
5. In the "Repository name" field, enter a name for your new repository.
Expand All @@ -73,7 +73,7 @@ Refer to the [Prerequisites for Creating Projects](./prerequisites/page.mdx) gui

To create a project from an existing Medusa application:

1. In the GitHub section of the [project-creation page](#create-a-project), authenticate with your GitHub account if you haven't already.
1. If you haven't connected your GitHub account yet, you'll be automatically redirected to GitHub to authorize Medusa access. After authorization, you'll return to the project creation flow.
2. Under the Repository section, choose the repository to create the project from.
- If you don't see your repository, you can click the **Configure repositories** link to manage the GitHub repositories that Medusa can access.
3. Once you're done, click the **Continue** button.
Expand Down
2 changes: 1 addition & 1 deletion www/apps/cloud/app/usage/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you have Flex Usage, you can also see the flex charges visualized in the char

### Usage Chart Per Resource

In the "Billable metrics" section of the Usage settings, you can view a chart for each resource showing your usage over time with forcasted usage. For example, you can view the usage chart for data transfer, Compute, object storage, etc...
In the "Billable metrics" section of the Usage settings, you can view a chart for each resource showing your usage over time with forcasted usage. For example, you can view the usage chart for data transfer, Compute, object storage, and custom domain metrics such as custom domain storefront, custom domain backend, and custom domain email.

#### Usage Chart Types

Expand Down
2 changes: 1 addition & 1 deletion www/apps/cloud/generated/edit-dates.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const generatedEditDates = {
"app/page.mdx": "2026-01-08T09:12:42.756Z",
"app/organization/page.mdx": "2025-06-12T14:43:20.772Z",
"app/projects/page.mdx": "2026-01-08T08:58:12.499Z",
"app/projects/page.mdx": "2026-04-03T14:14:43.813Z",
"app/environments/page.mdx": "2026-01-07T12:07:20.976Z",
"app/deployments/page.mdx": "2026-01-07T13:12:29.617Z",
"app/organizations/page.mdx": "2026-03-27T09:49:54.966Z",
Expand Down
Loading