docs: updates to billing details (#14096)

* docs: updates to billing details

* fix installation errors
This commit is contained in:
Shahed Nasser
2025-11-24 09:34:52 +02:00
committed by GitHub
parent b3f4ddc27c
commit d6a9e36bf0
4 changed files with 75 additions and 36 deletions

View File

@@ -81,8 +81,6 @@ This will open the receipt in a new tab, where you can view and download it as a
Your organization can purchase additional resources beyond its plan's limits as add-ons. For example, you can purchase additional user seats or environments.
You can purchase an add-on resource as you're creating that resource. For example, if you're creating a new project and you've already reached your plan's limit for projects, you'll see a note indicating that this project will be billed as an add-on.
Add-ons are billed monthly in advance, and they are pro-rated based on the number of days remaining in the month when you purchase them.
For example, if you purchase a $10 Preview Environment halfway through the month, you'll be charged $5 (pro-rated) for usage in the previous billing cycle and $10 upfront for usage in the next.
@@ -91,7 +89,7 @@ For example, if you purchase a $10 Preview Environment halfway through the month
When you're creating a resource that exceeds your plan's limits, such as a project or user seat, look for a note indicating that you'll be charged an additional amount for that resource.
For example, you may see a note saying "Creating an additional project adds $X to your bill."
For example, you may see a note saying "Inviting an additional member adds $X to your bill."
### Where can I view my add-ons?

View File

@@ -2,7 +2,7 @@ import { Prerequisites, InlineIcon } from "docs-ui"
import { ChevronUpDown } from "@medusajs/icons"
export const metadata = {
title: `Projects`,
title: `Create Projects and Deploy to Cloud`,
}
# {metadata.title}
@@ -21,6 +21,12 @@ Each project can have multiple environments, such as production and staging. The
## Create a Project
<Note>
If you've reached the limit of projects allowed in your organization's plan, you need to upgrade your plan to create more projects. Learn more in the [Plans & Pricing](../pricing/page.mdx) guide.
</Note>
In this section, you'll learn how to create a project in Cloud to deploy your Medusa application.
<Note title="Prerequisites">

View File

@@ -1,7 +1,7 @@
export const generatedEditDates = {
"app/page.mdx": "2025-10-13T10:56:37.352Z",
"app/organization/page.mdx": "2025-06-12T14:43:20.772Z",
"app/projects/page.mdx": "2025-10-17T13:38:32.827Z",
"app/projects/page.mdx": "2025-11-20T09:48:32.899Z",
"app/environments/page.mdx": "2025-10-15T15:25:09.940Z",
"app/deployments/page.mdx": "2025-10-17T14:40:07.793Z",
"app/organizations/page.mdx": "2025-10-02T11:31:07.315Z",
@@ -17,7 +17,7 @@ export const generatedEditDates = {
"app/environments/long-lived/page.mdx": "2025-10-15T15:27:08.743Z",
"app/environments/preview/page.mdx": "2025-11-03T12:50:29.841Z",
"app/faq/page.mdx": "2025-10-08T14:43:21.930Z",
"app/billing/page.mdx": "2025-11-03T13:16:46.330Z",
"app/billing/page.mdx": "2025-11-20T09:46:30.191Z",
"app/usage/page.mdx": "2025-11-03T12:45:13.760Z",
"app/billing/manage/page.mdx": "2025-10-08T14:40:23.629Z",
"app/pricing/page.mdx": "2025-09-05T10:31:59.059Z",