Skip to content

Commit 1b1b026

Browse files
authored
Change HypeServ naming in docs pages (#57)
* python venv messed up the gitignore. Fix gitignore and add the missing files * fix hypeserv naming in discordtickets docs
1 parent a982719 commit 1b1b026

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

docs/self-hosting/installation/hypesrv.md renamed to docs/self-hosting/installation/hypeserv.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
description: How to install Discord Tickets on HypeSrv
2+
description: How to install Discord Tickets on HypeServ
33
---
44

5-
# HypeSrv
5+
# HypeServ
66

77
!!! warning
8-
Due to sharing an IP address with other HypeSrv users (who may also be hosting a Discord bot),
8+
Due to sharing an IP address with other HypeServ users (who may also be hosting a Discord bot),
99
you are more likely to encounter rate limits. It should be fine for most use-cases. You can request a dedicated IP-Address for your bot with our support team if you encounter issues.
1010

1111

1212
## Installation
1313

14-
After purchasing your [Discord Bot Server](https://hypesrv.net/en/discord-bot-hosting?utm_source=discordtickets-docs), click on `Content Manager` in your Server Dashboard, then select `Discord Tickets Bot` and hit install.
14+
After purchasing your [Discord Bot Server](https://hypeserv.com/en/discord-bot-hosting?utm_source=discordtickets-docs), click on `Content Manager` in your Server Dashboard, then select `Discord Tickets Bot` and hit install.
1515

1616
![Screenshot](/img/hypesrv-1.png)
1717

1818
![Screenshot](/img/hypesrv-2.png)
1919

2020
!!! warning
21-
Installing Discord Tickets via the HypeSrv Content Manager will completely WIPE/DELETE all your server-files!
21+
Installing Discord Tickets via the HypeServ Content Manager will completely WIPE/DELETE all your server-files!
2222

2323
![Screenshot](/img/hypesrv-3.png)
2424

docs/self-hosting/installation/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99

1010
## Shared/containerised services
1111

12-
| :simple-bisecthosting:<br>BisectHosting { .bisect .text-lg } | :fontawesome-solid-cube:<br>HypeSrv { .hypesrv .text-lg } | :simple-pterodactyl:<br>Pterodactyl { .pterodactyl .text-lg } | :fontawesome-solid-cube:<br>PebbleHost { .pebblehost .text-lg } | :simple-railway:<br>Railway { .railway .text-lg } |
13-
|:------------------------------------------------------------:|:---------------------------------------------------------:|:-------------------------------------------------------------:|:---------------------------------------------------------------:|:---------------------------------------------------:|
14-
| :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :orange_book:<br>Docker experience recommended |
15-
| [Start](bisecthosting.md){.md-button .md-button--primary} | [Start](hypesrv.md){.md-button .md-button--primary} | [Start](pterodactyl/index.md){.md-button .md-button--primary} | [Start](pebblehost.md){ .md-button .md-button--primary } | [Start](railway.md){.md-button .md-button--primary} |
12+
| :simple-bisecthosting:<br>BisectHosting { .bisect .text-lg } | :fontawesome-solid-cube:<br>HypeServ { .hypesrv .text-lg } | :simple-pterodactyl:<br>Pterodactyl { .pterodactyl .text-lg } | :fontawesome-solid-cube:<br>PebbleHost { .pebblehost .text-lg } | :simple-railway:<br>Railway { .railway .text-lg } |
13+
|:------------------------------------------------------------:|:----------------------------------------------------------:|:-------------------------------------------------------------:|:---------------------------------------------------------------:|:---------------------------------------------------:|
14+
| :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :orange_book:<br>Docker experience recommended |
15+
| [Start](bisecthosting.md){.md-button .md-button--primary} | [Start](hypeserv.md){.md-button .md-button--primary} | [Start](pterodactyl/index.md){.md-button .md-button--primary} | [Start](pebblehost.md){ .md-button .md-button--primary } | [Start](railway.md){.md-button .md-button--primary} |
1616

1717

1818
[![BisectHosting](https://www.bisecthosting.com/partners/custom-banners/41ca8074-184e-4ad1-a44d-77750ee8bfb9.webp){ .no-glightbox }](https://bisecthosting.com/discordtickets?r=docs-installation)
19-

docs/self-hosting/updating.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Alternatively, you can use [Watchtower](https://containrrr.dev/watchtower/) to d
3939

4040
## Standalone
4141

42-
## HypeSrv
42+
## HypeServ
4343

44-
Your HypeSrv installation of DiscordTickets (if done via the `Content Manager`) will automatically check for and perform updated on every (re-)start of your server.
44+
Your HypeServ installation of DiscordTickets (if done via the `Content Manager`) will automatically check for and perform updates on every (re-)start of your server.
4545

46-
HypeSrv doesn't currently offer a first-party solution for backing up a database server.
46+
HypeServ doesn't currently offer a first-party solution for backing up a database server.
4747
Instead, please connect to the database with an SQL Client like HeidiSQL and export your database via such a tool.
4848

4949

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ nav:
119119
- Docker: self-hosting/installation/docker.md
120120
- Standalone: self-hosting/installation/standalone.md
121121
- BisectHosting: self-hosting/installation/bisecthosting.md
122-
- HypeSrv: self-hosting/installation/hypesrv.md
122+
- HypeServ: self-hosting/installation/hypeserv.md
123123
- Pterodactyl:
124124
- Pterodactyl: self-hosting/installation/pterodactyl/index.md
125125
- Official egg: self-hosting/installation/pterodactyl/official.md

0 commit comments

Comments
 (0)