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

@@ -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">