Skip to content

Commit f2e61b8

Browse files
committed
[Portal] updated billing docs (#6477)
CORE-0000 <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the billing information section in the documentation, specifically enhancing the instructions for viewing past invoices and modifying the related content. ### Detailed summary - Updated the navigation steps for viewing past invoices from **Settings > Billing > Manage Billing** to **Settings > Invoices**. - Changed the instructions for viewing invoices to emphasize breakdown by plan and usage. - Removed an unused `invoices-settings.png` import. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent ab0d330 commit f2e61b8

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed
Loading

apps/portal/src/app/account/billing/manage-billing/page.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { DocImage } from "@doc";
22
import billingSettings from "../assets/billing-settings.png";
33
import invoicesSettings from "../assets/invoices-settings.png";
44

5-
6-
75
import { createMetadata } from "@doc";
86

97
export const metadata = createMetadata({
@@ -35,8 +33,7 @@ To update your billing information:
3533

3634
To view your past invoices:
3735

38-
1. On your dashboard, navigate to **Settings > Billing > Manage Billing**.
39-
2. In the Stripe Customer Portal, scroll to the **Invoice History** section.
40-
3. View or download your past invoices.
36+
1. On your dashboard, navigate to **Settings > Invoices**
37+
2. View or download past invoices to see breakdown by plan and usage.
4138

4239
<DocImage src={invoicesSettings} />

apps/portal/src/app/account/billing/manage-team/page.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ Invite your team members using email addresses and assign a member or owner role
3030

3131
</Step>
3232

33-
</Steps>
34-
33+
</Steps>

0 commit comments

Comments
 (0)