From 2338ec7798104e13ac6ee0c557c914ef22665bf3 Mon Sep 17 00:00:00 2001 From: vv221 Date: Fri, 3 Apr 2020 23:21:07 +0200 Subject: [PATCH] Add information about configuration in the README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bfe99c1..8ea3809 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ REPO_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages.git git clone --branch master --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages" ``` +## Configuration + +### Namespaces list + +The links to children pages are generated from a list of reserved top level +namespaces. Normal pages should not be created in these namespaces. + +This list can be modified in DokuWiki config manager, and defaults to: +``` +animation, gameplay, dev, talk +``` + ## Developers instructions Up-to-date installation instructions for developers can be found [on the project wiki].