aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-05 15:37:26 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-05 15:37:26 +0100
commitd1dfb7449aea5f677c95ed45cf2bd48de9cc937d (patch)
tree182bb2f800e06a2f7b4d5f557f3ee791c9f9276a
parent52015349b2f190f5a24fff8a25163900b0a171b0 (diff)
Remove __TOTOC__ magic words
-rw-r--r--docs/Basic-options.md2
-rw-r--r--docs/Creating-a-quest.md2
-rw-r--r--docs/Defining-items.md2
-rw-r--r--docs/Download.md2
-rw-r--r--docs/Home.md4
-rw-r--r--docs/Storage-providers.md2
-rw-r--r--docs/_Templates.md2
7 files changed, 5 insertions, 11 deletions
diff --git a/docs/Basic-options.md b/docs/Basic-options.md
index ae803b5a..29b255cf 100644
--- a/docs/Basic-options.md
+++ b/docs/Basic-options.md
@@ -1,4 +1,4 @@
-\_\_NOTOC\_\_ Quests allows you to configure **basic options** for the
+Quests allows you to configure **basic options** for the
plugin. These can all be located in the `config.yml`.
## Table of contents
diff --git a/docs/Creating-a-quest.md b/docs/Creating-a-quest.md
index 17a93215..fe85bdea 100644
--- a/docs/Creating-a-quest.md
+++ b/docs/Creating-a-quest.md
@@ -1,4 +1,4 @@
-\_\_NOTOC\_\_ Each file inside the `quests` subfolder represents a
+Each file inside the `quests` subfolder represents a
single quest. The **name** of the file represents the **quest id** and
must be alphanumeric (excluding the .yml extension).
diff --git a/docs/Defining-items.md b/docs/Defining-items.md
index cad57de9..e8312f6d 100644
--- a/docs/Defining-items.md
+++ b/docs/Defining-items.md
@@ -1,5 +1,3 @@
-\_\_NOTOC\_\_
-
An **ItemStack** is a **representation of an item** in an inventory.
Every configured ItemStack in Quests is parsed the exact same way. This
page gives guidance on how to define items with specific attributes.
diff --git a/docs/Download.md b/docs/Download.md
index 460b8846..cbee853d 100644
--- a/docs/Download.md
+++ b/docs/Download.md
@@ -1,4 +1,4 @@
-\_\_NOTOC\_\_ Release builds of Quests are officially distributed at the
+Release builds of Quests are officially distributed at the
sites on this page. Sources not listed here may contain modified, or
outdated versions.
diff --git a/docs/Home.md b/docs/Home.md
index c11fac2b..1e63fec2 100644
--- a/docs/Home.md
+++ b/docs/Home.md
@@ -1,7 +1,3 @@
-\_\_NOTOC\_\_
-
-# Quests
-
Welcome to the Quests Wiki! Please use the sidebar for navigation around
the wiki.
diff --git a/docs/Storage-providers.md b/docs/Storage-providers.md
index d366ae85..41467dad 100644
--- a/docs/Storage-providers.md
+++ b/docs/Storage-providers.md
@@ -1,4 +1,4 @@
-\_\_NOTOC\_\_ A **storage provider** is a source for player data
+A **storage provider** is a source for player data
(sometimes referred to as quest progress files). Quests requires that
one storage system be configured to allow the plugin to initialise. If
there is no storage system configured, the plugin will default to
diff --git a/docs/_Templates.md b/docs/_Templates.md
index 710f65e5..01781df3 100644
--- a/docs/_Templates.md
+++ b/docs/_Templates.md
@@ -1,4 +1,4 @@
-\_\_NOTOC\_\_ This page contains wikicode templates for use through the
+This page contains wikicode templates for use through the
wiki. GitHub does not support page transclusion so instead they should
be simply copied from here.