docs(pterodactyl): added docs pages
This commit is contained in:
parent
839ead56eb
commit
84b0201662
2 changed files with 18 additions and 0 deletions
16
.docs/pterodactyl/index.md
Normal file
16
.docs/pterodactyl/index.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Pterodactyl
|
||||||
|
|
||||||
|
/// admonition | This project is in active development
|
||||||
|
type: warning
|
||||||
|
These docs are not complete yet, and there is a lot still to do.
|
||||||
|
///
|
||||||
|
|
||||||
|
Pterodactyl allows for connecting to a Pterodactyl server through websockets. It is intended primarily for use with Minecraft servers, as it allows for version & server platform-agnostic Discord integration, including console logging and two-way chat bridging.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
[p]repo add seacogs https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs
|
||||||
|
[p]cog install seacogs pterodactyl
|
||||||
|
[p]cog load aurora
|
||||||
|
```
|
|
@ -19,6 +19,8 @@ nav:
|
||||||
- Bible: bible.md
|
- Bible: bible.md
|
||||||
- Backup: backup.md
|
- Backup: backup.md
|
||||||
- Nerdify: nerdify.md
|
- Nerdify: nerdify.md
|
||||||
|
- Pterodactyl:
|
||||||
|
- pterodactyl/index.md
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- git-authors
|
- git-authors
|
||||||
|
|
Loading…
Reference in a new issue