summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-10-23 15:59:53 +0200
committerThomas Lange <code@nerdmind.de>2017-10-23 15:59:53 +0200
commit89dcbebe875e6bb9d81b7ca8b8ffea45ea245927 (patch)
tree6c9bbbcc331e1b23b0829227680fb62801a703ec
parent8167064c143237bb0f7d387c78b64b91b2d67f32 (diff)
downloadwiki-89dcbebe875e6bb9d81b7ca8b8ffea45ea245927.tar.gz
wiki-89dcbebe875e6bb9d81b7ca8b8ffea45ea245927.tar.xz
wiki-89dcbebe875e6bb9d81b7ca8b8ffea45ea245927.zip
Trailing slashes from the "*.DIRECTORY" configuration parameters removed because this was a mistake.
-rw-r--r--Configuration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configuration.md b/Configuration.md
index b50cbf6..076385c 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -69,9 +69,9 @@ Enable or disable the use of slug URLs for item permalinks. If disabled, the uni
## Directories
Item base directories relative to your base directory where the application is installed.
-* `PAGE.DIRECTORY`: [string: `'page/'`]
-* `POST.DIRECTORY`: [string: `'post/'`]
-* `USER.DIRECTORY`: [string: `'user/'`]
+* `PAGE.DIRECTORY`: [string: `'page'`]
+* `POST.DIRECTORY`: [string: `'post'`]
+* `USER.DIRECTORY`: [string: `'user'`]
## Emoticons
Enable or disable parsing of emoticons for the body of the item.