Skip to content

Commit

Permalink
add account pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotski committed Dec 22, 2023
1 parent c8447be commit 3e5c300
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ export default defineConfig({
autogenerate: {
directory: 'games'
}
}, {
label: 'Account',
collapsed: true,
autogenerate: {
directory: 'account'
}
}, {
label: 'Support',
link: 'https://portal.gamehostbros.com/supporttickets.php'
Expand Down
18 changes: 18 additions & 0 deletions src/content/docs/account/cancel your service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Cancel Your Service
description: Learn how to change your Game Host Bros service.
tableOfContents: false
sidebar:
label: Cancel Your Service
---

Cancelling your service with Game Host Bros is easy and hassle-free. Follow these simple steps to contact a bro on Discord and get your service cancelled in no time.

1. Login to the [Billing Portal](https://portal.gamehostbros.com/).
2. Under Your `Active Products/Services`, look for the service you want to cancel and click `VIEW DETAILS`.
3. In the sidebar on the left, select `Request Cancellation`.
4. Describe why you want to cancel then click the `REQUEST CANCELLATION` button.

:::note
Were you having trouble getting things setup? Remember we are always here to help you grow your server. Jump on [Discord](https://discord.gg/FN4XgbAwzr) and let us know what issues you're facing.
:::
14 changes: 14 additions & 0 deletions src/content/docs/account/upgrade your server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Upgrade Your Server
description: Learn how to upgrade your Game Host Bros server.
tableOfContents: false
sidebar:
label: Upgrade Your Server
---

Follow these easy steps to upgrade or downgrade your server with Game Host Bros.

1. Login to the [Billing Portal](https://portal.gamehostbros.com/).
2. Under Your `Active Products/Services`, look for the service you want to upgrade and click `VIEW DETAILS`.
3. In the sidebar on the left, select `Upgrade/Downgrade Options`.
4. Change the settings you want then click `Continue`.
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/houston.webp
actions:
- text: Get Started
link: /getting-started/example/
link: /getting-started/beginners-guide/
icon: right-arrow
variant: primary
- text: Contact support
Expand Down

0 comments on commit 3e5c300

Please sign in to comment.