summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-02-17 20:07:02 +0100
committerYehonal <yehonal.azeroth@gmail.com>2019-02-17 20:07:02 +0100
commit693de6feb59eaf1f7d81c6ad98fee23a44d04edb (patch)
treeac65bf625a0d5b7e725d91a624b206eaea2d881d
parent6e7a8ed813d8552e8af07b9461b319137d7aeea3 (diff)
downloadwiki-693de6feb59eaf1f7d81c6ad98fee23a44d04edb.tar.gz
wiki-693de6feb59eaf1f7d81c6ad98fee23a44d04edb.tar.bz2
wiki-693de6feb59eaf1f7d81c6ad98fee23a44d04edb.zip
trying another way to rootify paths
-rw-r--r--_config.yml9
-rw-r--r--docs/Installation.md (renamed from Installation.md)0
-rw-r--r--docs/index.md (renamed from index.md)0
3 files changed, 6 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index a83ac31..5b86664 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_folder: docs
# (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
@@ -54,9 +54,12 @@ google_cse_token:
# check _layouts folder
#
-permalink: pretty
-
defaults:
+ -
+ scope:
+ path: "docs"
+ values:
+ permalink: /:basename
-
scope:
path: "" # an empty string here means all files in the project
diff --git a/Installation.md b/docs/Installation.md
index 1392422..1392422 100644
--- a/Installation.md
+++ b/docs/Installation.md
diff --git a/index.md b/docs/index.md
index 3109c50..3109c50 100644
--- a/index.md
+++ b/docs/index.md