From d1dfb7449aea5f677c95ed45cf2bd48de9cc937d Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:37:26 +0100 Subject: Remove __TOTOC__ magic words --- docs/Basic-options.md | 2 +- docs/Creating-a-quest.md | 2 +- docs/Defining-items.md | 2 -- docs/Download.md | 2 +- docs/Home.md | 4 ---- docs/Storage-providers.md | 2 +- docs/_Templates.md | 2 +- 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. -- cgit v1.2.3-70-g09d2