From 0aac85ff5c27e98564243a9f43ae58685bd18ff2 Mon Sep 17 00:00:00 2001
From: LMBishop <13875753+LMBishop@users.noreply.github.com>
Date: Thu, 6 Jul 2023 14:10:24 +0100
Subject: Migrate docs to GitHub pages
---
docs/_old_mediawiki/Creating-a-category.mediawiki | 36 +++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 docs/_old_mediawiki/Creating-a-category.mediawiki
(limited to 'docs/_old_mediawiki/Creating-a-category.mediawiki')
diff --git a/docs/_old_mediawiki/Creating-a-category.mediawiki b/docs/_old_mediawiki/Creating-a-category.mediawiki
new file mode 100644
index 00000000..e5c1e05d
--- /dev/null
+++ b/docs/_old_mediawiki/Creating-a-category.mediawiki
@@ -0,0 +1,36 @@
+= Creating a category =
+
+Categories are stored in categories.yml. On older versions of Quests they were stored in the main config.yml; quests will read categories from config.yml if a categories.yml file is not present.
+
+== Category ID ==
+ID of category, this is the text you should enter when putting quests inside a category.
+
+== Display ==
+:''display''
+
+The item that is shown in the GUI.
+
+=== Name ===
+:''display.name''
+
+The name of the item.
+
+=== Lore ===
+:''display.lore''
+
+The lore (description) of the item.
+
+=== Type ===
+:''display.type''
+
+The type (material name/id) of item.
+
+== Permission required ==
+:''permission-required''
+
+Whether permission is needed to open this category, or start quests within it. This permission will follow this format: quests.category.`.
+
+== Hidden ==
+:''hidden''
+
+Whether this category is shown in the main quests menu.
\ No newline at end of file
--
cgit v1.2.3-70-g09d2