From 84b02016625d3e31d2de8ec06701c49634a7e2b3 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 29 Feb 2024 22:11:37 -0500 Subject: [PATCH] docs(pterodactyl): added docs pages --- .docs/pterodactyl/index.md | 16 ++++++++++++++++ mkdocs.yml | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .docs/pterodactyl/index.md diff --git a/.docs/pterodactyl/index.md b/.docs/pterodactyl/index.md new file mode 100644 index 0000000..748a465 --- /dev/null +++ b/.docs/pterodactyl/index.md @@ -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 +``` diff --git a/mkdocs.yml b/mkdocs.yml index 427d75f..4e9272e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,8 @@ nav: - Bible: bible.md - Backup: backup.md - Nerdify: nerdify.md + - Pterodactyl: + - pterodactyl/index.md plugins: - git-authors