Skip to content

Commit 6035aaf

Browse files
authored
Merge pull request #144 from Ctrlpanel-gg/development
Fix for typos & small improvements
2 parents affa991 + 2a92b86 commit 6035aaf

File tree

25 files changed

+10
-9
lines changed

25 files changed

+10
-9
lines changed

docs/contributing/reporting.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ We'd love for you to report it on [Issues](https://github.com/Ctrlpanel-gg/panel
1111
Please create an [Issue](https://github.com/Ctrlpanel-gg/panel/issues) on our GitHub as well!
1212

1313
## Discovered a critical vulnerability?
14-
Report it immediately via [GitHub Security Advisories](https://github.com/Ctrlpanel-gg/panel/security/advisories/new). Also, send a direct message to 1day2dir.
14+
Report it immediately via [GitHub Security Advisories](https://github.com/Ctrlpanel-gg/panel/security/advisories/new). Also, send a direct message to `1day2die` in discord.
15+
1516
We strongly ask you to keep the vulnerability confidential until the official fix and announcement are released.
1617
Avoid discussing vulnerabilities in public chats, and also do not create reports on public trackers!

docs/development/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"link": {
66
"type": "generated-index",
77
"title": "Development",
8-
"description": "цфв"
8+
"description": "Do you want to try out new features that haven't been released yet or help us find bugs? Or maybe even help fix some bug?"
99
}
1010
}

docs/getting-started/_parts/install/os/debian.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import NavigateToWeb from '../steps/navigate-to-web.mdx';
2727

2828
### Dependency Installation
2929

30-
_If you already have Pterodactyl installed, please check that you also install PHP 8.3!_
30+
_If you already have Pterodactyl installed, please check that you also installed PHP `intl` and `redis` extensions!_
3131

3232
The commands below are simply an example of how you might install these dependencies. Please consult with your operating system's package manager to determine the correct packages to install.
3333

docs/getting-started/_parts/install/os/ubuntu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import NavigateToWeb from '../steps/navigate-to-web.mdx';
2727

2828
### Dependency Installation
2929

30-
_If you already have Pterodactyl installed, please check that you also install PHP 8.3!_
30+
_If you already have Pterodactyl installed, please check that you also installed PHP `intl` and `redis` extensions!_
3131

3232
The commands below are simply an example of how you might install these dependencies. Please consult with your operating system's package manager to determine the correct packages to install.
3333

docs/guides/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Follow the [default installation guide](/docs/getting-started/install) and compl
2626

2727
## Database migration
2828

29-
Now we need to import the data from your `.sql` file into the database on your new server. You can follow [this](/docs/guides/backup?db-state=fresh) guide to do it.
29+
Now we need to import the data from your `.sql` file into the database on your new server. You can follow [this](/docs/guides/backup?db-state=fresh#how-to-restore-database-backup) guide to do it.
3030

3131
After that, place your old `.env` file into the CtrlPanel root directory (`/var/www/ctrlpanel/`).
3232
Update the database password or other values if needed, such as `APP_URL` or `APP_NAME`.

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ module.exports = {
111111
label: '1.1.x (Latest)',
112112
// path: 'development',
113113
},
114-
archived: {
115-
label: 'Archived',
114+
archive: {
115+
label: 'Archive',
116116
// path: 'development',
117117
},
118118
},

versioned_docs/version-archived/Contributing/_category_.json renamed to versioned_docs/version-archive/Contributing/_category_.json

File renamed without changes.

versioned_docs/version-archived/Contributing/contributing.md renamed to versioned_docs/version-archive/Contributing/contributing.md

File renamed without changes.

versioned_docs/version-archived/Contributing/donating.md renamed to versioned_docs/version-archive/Contributing/donating.md

File renamed without changes.

versioned_docs/version-archived/Contributing/partners.md renamed to versioned_docs/version-archive/Contributing/partners.md

File renamed without changes.

0 commit comments

Comments
 (0)