docs: fix broken image in billing docs + clarify billing details (#13944)

This commit is contained in:
Shahed Nasser
2025-11-03 17:20:59 +02:00
committed by GitHub
parent 516e217dbb
commit b30dda3eda
4 changed files with 16 additions and 12 deletions
@@ -51,7 +51,9 @@ You can also view the preview deployment and its status in the comment made on y
## Increase Preview Environment Limits
Based on your [plan](../../pricing/page.mdx), you may have limits on the number of active preview environments you can have at a time. For example, if your plan allows for one active preview environment, you can only have one open PR with a preview environment at a time.
Based on your [plan](../../pricing/page.mdx), you may have limits on the number of active preview environments you can have at a time across all projects in your organization.
For example, if your plan allows for one active preview environment, you can only have one open PR with a preview environment at a time. If you open a second PR in any project, the preview environment for that PR will fail to deploy.
You can increase this limit either from the [Billing](../../billing/manage/page.mdx#change-concurrent-previews-limit) settings or on the project dashboard.
@@ -62,7 +64,7 @@ To increase the concurrent previews limit from the project dashboard:
3. In the pop-up that opens, you can see how much it would cost to increase the limit.
4. Click the "Increase limit and deploy preview" button to confirm.
This will increase the concurrent previews limit for your organization, and you can view your updated bill in the [Invoices](../../billing/page.mdx#view-billing-history-and-invoices) settings.
This will increase the concurrent previews limit across projects in your organization, and you can view your updated bill in the [Invoices](../../billing/page.mdx#view-billing-history-and-invoices) settings.
![Provision preview environments pop-up in the project dashboard](https://res.cloudinary.com/dza7lstvk/image/upload/v1759410384/Cloud/CleanShot_2025-10-02_at_16.04.33_2x_z5zpw6.png)