From 7ca7007ed96c95428afabe9cc655b4443c0c0a4c Mon Sep 17 00:00:00 2001 From: Omar Kamel <30291302+TekExplorer@users.noreply.github.com> Date: Fri, 27 Nov 2020 22:37:39 -0500 Subject: [PATCH 1/2] Add warning to daemon page Add warning on the daemon install page so that new users know to only install wings with 1.0+ To be clear, I don't know exactly how this doc software works, so let me know if I did this wrong. --- daemon/0.6/installing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon/0.6/installing.md b/daemon/0.6/installing.md index 7894c0d1..011b70fe 100644 --- a/daemon/0.6/installing.md +++ b/daemon/0.6/installing.md @@ -1,5 +1,8 @@ # Installation +::: warning +Do not install this Daemon if you are using Pterodactyl 1.0 or higher! You will use [wings](/wings/1.0/installing.html) instead! + [[toc]] ## Supported Systems From 4547b9b3143685126bdcf95c90168081d69fe41b Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 29 Nov 2020 10:42:42 -0800 Subject: [PATCH 2/2] Update installing.md --- daemon/0.6/installing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/0.6/installing.md b/daemon/0.6/installing.md index 011b70fe..113876c9 100644 --- a/daemon/0.6/installing.md +++ b/daemon/0.6/installing.md @@ -1,7 +1,8 @@ # Installation ::: warning -Do not install this Daemon if you are using Pterodactyl 1.0 or higher! You will use [wings](/wings/1.0/installing.html) instead! +This specific software is for Pterodactyl v0.7 and **must not be used for Pterodactyl v1.0**. If you have installed 1.0 you should use [Wings](/wings/1.0/installing.html) instead. +::: [[toc]]