From 9beba5a6b63a538a9d7b9fbed75f2696cd62a642 Mon Sep 17 00:00:00 2001 From: alex <alex@coderabbit.ai> Date: Tue, 11 Mar 2025 10:36:17 -0400 Subject: [PATCH 1/2] make width 600 --- .../subscription-management.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/getting-started/subscription-management.md b/docs/getting-started/subscription-management.md index 31fb9ffe..bf053b4a 100644 --- a/docs/getting-started/subscription-management.md +++ b/docs/getting-started/subscription-management.md @@ -17,11 +17,11 @@ You can access your billing history and download invoices by: 2. Once in the customer portal select **Billing History** 3. Click to download an invoice from any specific month of billing - +<img src="../../static/img/getting-started/subscription-page.png" alt="Subscription page navigation" width="600" /> - +<img src="../../static/img/getting-started/billing-history.png" alt="Billing history view" width="600" /> - +<img src="../../static/img/getting-started/download-invoice.png" alt="Downloading an invoice" width="600" /> ## Managing Your Subscription Plan @@ -36,13 +36,13 @@ To upgrade or change your subscription plan: 5. Select the new plan you'd like to change to 6. Click **Update** - +<img src="../../static/img/getting-started/manage-subscription.png" alt="Changing your plan" width="600" /> - +<img src="../../static/img/getting-started/edit-subscription.png" alt="Changing your plan" width="600" /> - +<img src="../../static/img/getting-started/change-seats.png" alt="Changing your plan" width="600" /> - +<img src="../../static/img/getting-started/change-plan.png" alt="Changing your plan" width="600" /> ### Adjusting Seat Count @@ -54,8 +54,8 @@ To modify the number of seats in your subscription: 4. Enter the new number of seats needed 5. Click **Update Subscription** - +<img src="../../static/img/getting-started/manage-subscription.png" alt="Changing your plan" width="600" /> - +<img src="../../static/img/getting-started/edit-subscription.png" alt="Changing your plan" width="600" /> - +<img src="../../static/img/getting-started/change-seats.png" alt="Changing your plan" width="600" /> From 3d87014da19005258315630f7d4809881b306f1d Mon Sep 17 00:00:00 2001 From: alex <alex@coderabbit.ai> Date: Tue, 11 Mar 2025 10:54:33 -0400 Subject: [PATCH 2/2] fix path --- .../subscription-management.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/getting-started/subscription-management.md b/docs/getting-started/subscription-management.md index bf053b4a..210c68f4 100644 --- a/docs/getting-started/subscription-management.md +++ b/docs/getting-started/subscription-management.md @@ -17,11 +17,11 @@ You can access your billing history and download invoices by: 2. Once in the customer portal select **Billing History** 3. Click to download an invoice from any specific month of billing -<img src="../../static/img/getting-started/subscription-page.png" alt="Subscription page navigation" width="600" /> +<img src="/static/img/getting-started/subscription-page.png" alt="Subscription page navigation" width="600" /> -<img src="../../static/img/getting-started/billing-history.png" alt="Billing history view" width="600" /> +<img src="/static/img/getting-started/billing-history.png" alt="Billing history view" width="600" /> -<img src="../../static/img/getting-started/download-invoice.png" alt="Downloading an invoice" width="600" /> +<img src="/static/img/getting-started/download-invoice.png" alt="Downloading an invoice" width="600" /> ## Managing Your Subscription Plan @@ -36,13 +36,13 @@ To upgrade or change your subscription plan: 5. Select the new plan you'd like to change to 6. Click **Update** -<img src="../../static/img/getting-started/manage-subscription.png" alt="Changing your plan" width="600" /> +<img src="/static/img/getting-started/manage-subscription.png" alt="Changing your plan" width="600" /> -<img src="../../static/img/getting-started/edit-subscription.png" alt="Changing your plan" width="600" /> +<img src="/static/img/getting-started/edit-subscription.png" alt="Changing your plan" width="600" /> -<img src="../../static/img/getting-started/change-seats.png" alt="Changing your plan" width="600" /> +<img src="/static/img/getting-started/change-seats.png" alt="Changing your plan" width="600" /> -<img src="../../static/img/getting-started/change-plan.png" alt="Changing your plan" width="600" /> +<img src="/static/img/getting-started/change-plan.png" alt="Changing your plan" width="600" /> ### Adjusting Seat Count @@ -54,8 +54,8 @@ To modify the number of seats in your subscription: 4. Enter the new number of seats needed 5. Click **Update Subscription** -<img src="../../static/img/getting-started/manage-subscription.png" alt="Changing your plan" width="600" /> +<img src="/static/img/getting-started/manage-subscription.png" alt="Changing your plan" width="600" /> -<img src="../../static/img/getting-started/edit-subscription.png" alt="Changing your plan" width="600" /> +<img src="/static/img/getting-started/edit-subscription.png" alt="Changing your plan" width="600" /> -<img src="../../static/img/getting-started/change-seats.png" alt="Changing your plan" width="600" /> +<img src="/static/img/getting-started/change-seats.png" alt="Changing your plan" width="600" />