docs: replace support form urls#792
Open
lancesnider wants to merge 2 commits into
Open
Conversation
remove unused
Contributor
There was a problem hiding this comment.
Pull request overview
This PR centralizes account/support form links by introducing Mintlify docs.json variables and updating multiple docs pages to reference those variables instead of hard-coded form URLs.
Changes:
- Added
supportFormandsupportFormEducationalvariables todocs.json. - Replaced hard-coded support/student form URLs across account-admin and home account-admin docs with
{{supportForm}}/{{supportFormEducational}}. - Updated the Support page to use the new variables for Account support and Student Plan request links.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| home/account-admin/workspaces/delete-a-workspace.mdx | Swaps multiple hard-coded support form links to {{supportForm}}. |
| home/account-admin/account-overview/refunds.mdx | Replaces support form link with {{supportForm}}. |
| home/account-admin/account-overview/change-your-email-or-password.mdx | Replaces support form link with {{supportForm}}. |
| home/account-admin/account-overview/cancel-a-former-employees-subscription.mdx | Replaces support form links with {{supportForm}}. |
| home/account-admin/account-overview/add-vat-tax-id-to-your-invoice.mdx | Updates “Request a Tax Invoice” and questions link to {{supportForm}}. |
| docs.json | Adds reusable supportForm and supportFormEducational variables. |
| community/support.mdx | Updates Account support + student discount links to use the new variables. |
| account-admin/workspaces/reactivating-a-canceled-workspace.mdx | Replaces support form links with {{supportForm}}. |
| account-admin/workspaces/managing-workspaces.mdx | Replaces support form link with {{supportForm}}. |
| account-admin/workspaces/managing-workspace-members.mdx | Replaces support form link with {{supportForm}}. |
| account-admin/pricing.mdx | Updates student plan request link to {{supportFormEducational}} and questions link to {{supportForm}}. |
| account-admin/account-overview/trouble-logging-in.mdx | Replaces support form link with {{supportForm}}. |
| account-admin/account-overview/downloading-my-receipt-or-invoice.mdx | Replaces support form link with {{supportForm}}. |
| account-admin/account-overview/delete-my-account.mdx | Replaces support form link with {{supportForm}}. |
| account-admin/account-overview/creating-an-account.mdx | Updates support + student plan request links to the new variables. |
| account-admin/account-overview/cancel-my-account.mdx | Replaces multiple support form links with {{supportForm}}. |
| account-admin/account-overview/billing-changes.mdx | Replaces multiple support form links with {{supportForm}}. |
| account-admin/account-overview/account-management.mdx | Replaces support form link with {{supportForm}}. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <AccordionGroup> | ||
| <Accordion title="Do you offer student discounts?"> | ||
| Yes. See [Rive Student Plan Request](https://airtable.com/appUtquW7bOB1IIqA/pagYXiM10pusJxcdV/form?utm_medium=support_page) for details. | ||
| Yes. See <a href="{{supportFormEducational}}">Rive Student Plan Request</a> for details. |
| - [Enterprise](https://rive.app/pricing?utm_source=docs&utm_medium=support_page&utm_content=enterprise_support) - For teams that need closer collaboration, Enterprise plans include a dedicated Slack channel with the Rive team | ||
| - [Discord](https://discord.com/invite/FGjmaTr) — Chat with the community in real time for quick questions and discussion | ||
| - [Account Support](https://airtable.com/appUtquW7bOB1IIqA/pagzVBE4tO5QdjWTM/form?utm_source=docs&utm_medium=support_page) — Billing, account issues, or private inquiries | ||
| - <a href="{{supportForm}}">Account support</a> — Billing, account issues, or private inquiries |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use variables so if these change again, we only have to change the var.