fix(pterodactyl): remove useless config key
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 18s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 21s

This commit is contained in:
Seaswimmer 2024-03-01 01:17:48 -05:00
parent afc5868e9e
commit dd6184ccd0
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
3 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,9 @@
# Setup
This page will go over the steps required to setup the Pterodactyl cog.
/// admonition | Screenshots may be visually distinct
type: info
For the purpose of this guide, I'll be using [Bloom Host's](https://bloom.host/) [Pterodactyl fork](https://mc.bloom.host/).
The steps should be basically identical for other panels, but screenshots will look visually different.
///

View file

@ -21,6 +21,7 @@ nav:
- Nerdify: nerdify.md
- Pterodactyl:
- pterodactyl/index.md
- Setup: pterodactyl/setup.md
plugins:
- git-authors
@ -107,3 +108,4 @@ watch:
- ./backup
- ./bible
- ./nerdify
- ./pterodactyl

View file

@ -5,7 +5,6 @@ config: Config = Config.get_conf(None, identifier=457581387213637448123567, cog_
def register_config(config_obj: Config) -> None:
config_obj.register_global(
base_url=None,
api_key=None,
server_id=None,
console_channel=None,
startup_jar=None,