Skip to content

Commit 6dbf0c4

Browse files
authored
Merge pull request #24 from AdamG100/master
Migrate docs to docusaurus to v3.1
2 parents 4ea0e5d + 3ba387a commit 6dbf0c4

23 files changed

Lines changed: 7925 additions & 15665 deletions

docs/billing-api/tcadmin2-advanced-module-for-whmcs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ If you are going to keep the same custom fields and configurable options in your
373373

374374
If you are going to change custom fields and configurable options we recommend you create a copy of the product and modify the copy (Duplicate link at the top of the products page). When the new product is ready go to the client's service. Change the package and server. Enter the correct values again and save.
375375

376-
:::warning warning
376+
:::danger warning
377377
After you change the package all the values of custom fields and configurable options for that service will be lost and you will not be able to recover them.
378378
:::
379379

docs/customizations/scripts/general-scripts/automatically-create-mysql-database.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Automatically Create a MySQL Database
55

66
# Automatically Create a MySQL Database
77

8-
:::caution Use MySQL Manager
8+
:::warning Use MySQL Manager
99
Rather than utilizing these legacy scripts, we advise installing the MySQL Manager module for optimal results.
1010
:::
1111

docs/customizations/scripts/general-scripts/backup-restore-scripts-with-ftp-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These scripts are a modified version of [Backup & Restore_Scripts](/customizatio
1111

1212
## Secure your Backups folder
1313

14-
:::warning Urgent Warning: Critical Configuration Step - Neglect at Your Peril!
14+
:::danger Urgent Warning: Critical Configuration Step - Neglect at Your Peril!
1515
Failure to execute this pivotal step in the configuration process will render your server alarmingly susceptible to exploitations and security breaches.
1616
:::
1717

docs/customizations/scripts/general-scripts/backup-restore-scripts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Backup & Restore Scripts
77

88
## Secure your Backups folder
99

10-
:::warning Urgent Warning: Critical Configuration Step - Neglect at Your Peril!
10+
:::danger Urgent Warning: Critical Configuration Step - Neglect at Your Peril!
1111
Failure to execute this pivotal step in the configuration process will render your server alarmingly susceptible to exploitations and security breaches.
1212
:::
1313

docs/customizations/themes/mvc-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ New installations already have MVC enabled by default
4444
```
4545
- Restart the monitor service.
4646

47-
:::warning Important for Linux users
47+
:::danger Important for Linux users
4848
Https is not supported by the built in web server when `TCAdmin.Public.MVC` is set to True. To use https you must [**configure your control panel with Nginx**](/customizations/web-server-configurations/setting-up-nginx).
4949
:::
5050

docs/customizations/web-server-configurations/setting-up-nginx.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from "@theme/TabItem";
88

99
# Setting up Nginx with TCAdmin
1010

11-
:::caution important
11+
:::warning important
1212

1313
The steps provided for configuring nginx in this guide are tailored for Ubuntu 22.04, which is the suggested and preferred operating system. Should you be utilizing a different operating system, consider this guide as a point of reference.
1414

@@ -203,7 +203,7 @@ server {
203203

204204
<TabItem value='asp' label='ASP.NET'>
205205

206-
:::caution important
206+
:::warning important
207207
This file is for TCAdmin 2.0.127 and earlier or if you have MVC templates disabled.
208208
:::
209209

docs/database/improve-mysql-connection-speed.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To improve MySQL connection speed or fix the "Server did not respond within the
1414
skip-name-resolve
1515
```
1616

17-
:::caution
17+
:::warning
1818
Sometimes if you disable name resolve you lose the ability to log in with root@localhost. If this happens enable name resolve again and create root@127.0.0.1
1919
:::
2020

docs/getting-started/initial-configuration.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ If you are sure the port is not being blocked by a firewall enable debug mode to
2929

3030
### Windows Servers
3131

32-
View http://127.0.0.1:8880 using the server's browser or [http://public_server_ip:8880](http://public_server_ip:8880) using your PC's browser.
32+
View `http://127.0.0.1:8880` using the server's browser or `http://public_server_ip:8880` using your PC's browser.
3333

3434
### Linux Servers
3535

36-
View [http://public_server_ip:8880](http://public_server_ip:8880) using your PC's browser.
36+
View `http://public_server_ip:8880` using your PC's browser.
3737

3838
## License Information
3939

@@ -63,7 +63,7 @@ Select the server's primary IP, firewall IP and ports that TCAdmin will use. If
6363

6464
**Enable support for uPnP port forwarding** - If enabled, required ports will be forward in the router/firewall automatically. Only enable if the server is behind a router or hardware firewall with uPnP enabled.
6565

66-
:::caution
66+
:::warning
6767
The below feature is only supported on Windows
6868
:::
6969

@@ -87,7 +87,7 @@ Click on **My Profile.** Enter your email and select your time zone. All times s
8787

8888
## Enable support for Let's Encrypt
8989

90-
[Follow these instructions](/using-tcadmin/server-management/lets-encrypt/#configure-lets-encrypt)
90+
[Follow these instructions](/using-tcadmin/server-management/lets-encrypt/)
9191

9292
## Mail Server Configuration
9393

@@ -129,4 +129,4 @@ Other games require you to place the files in the **C:\TCAFiles\Games** or **/ho
129129

130130
## Install Plugins
131131

132-
You can go to Settings > [Plugin Repository](http://null) and install plugins shared by the community (games, themes, languages, modules.)
132+
You can go to Settings > [Plugin Repository](https://community.tcadmin.com/files/) and install plugins shared by the community (games, themes, languages, modules.)

docs/getting-started/system-requirements.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ System requirements for optimal performance:
3939
- Java **required for Minecraft.** We recommend [Adoptium variant](https://adoptium.net/)
4040

4141

42-
</TabItem>
42+
</TabItem>
43+
4344
<TabItem value="linux" label="Linux">
4445

4546
| Operating System | Version | Supported | Notes |
@@ -64,15 +65,15 @@ System requirements for optimal performance:
6465

6566
## Manual Installation Dependancies
6667

67-
:::caution
68+
:::warning
6869
Prior knowledge of Linux server management is required. TCAdmin support does not provide instruction on tasks such as logging in to your server using Putty, executing commands, or installing dependencies for game/voice servers or tools.
6970
:::
7071

71-
:::warning
72+
:::danger
7273
A swap partition is required. Mono is unstable when the server is configured without swap space.
7374
:::
7475

75-
:::caution
76+
:::warning
7677
If you accidentally install Mono 4 you must uninstall it before installing Mono 6.
7778
:::
7879

docs/getting-started/updating.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ TCAdmin's automatic update feature updates the master and all remote servers wit
5050

5151
## Manual Update
5252

53-
:::warning
53+
:::danger
5454
It is recommended to perform a manual update only in two scenarios: when a new remote server has been added or when the web update process has failed. The web update ensures that your database is updated before updating the files. Neglecting to update the database while updating may result in TCAdmin failing to start or encountering unpredictable errors.
5555
:::
5656

0 commit comments

Comments
 (0)