diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 19:02:37 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 19:02:37 +0100 |
| commit | 87ad28faf59d65e222c53dd3fa78e827bfd84f97 (patch) | |
| tree | 04a87583d2d04f258a05cb7bb3affbe3042d31c8 | |
| parent | a2912a16c0bfd43d44a0429bb04710d26b5f1814 (diff) | |
| download | wiki-87ad28faf59d65e222c53dd3fa78e827bfd84f97.tar.gz wiki-87ad28faf59d65e222c53dd3fa78e827bfd84f97.tar.bz2 wiki-87ad28faf59d65e222c53dd3fa78e827bfd84f97.zip | |
use root folder for wiki documents
| -rw-r--r-- | _config.yml | 2 | ||||
| -rw-r--r-- | home.md (renamed from wiki/home.md) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index ee816eb..7932ec0 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ logo_url: http://www.azerothcore.org/images/logo.png # (string) The UA-XXXXX-Y code from google analytic to enable GA on your wiki google_analytics: # (string) folder where wiki pages are stored, it's needed for tool buttons -wiki_folder: wiki +wiki_folder: # (boolean) if you're using github wiki as submodule then this config # must be enabled to allow tool buttons to work properly use_github_wiki: false |
