summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-06-14 14:38:32 +0200
committerGitHub <noreply@github.com>2021-06-14 14:38:32 +0200
commit8b897c3384298674e82108357ee5e655f788229f (patch)
tree2ce564452f2ec5c4ce3c4eebab0e885a2d398e23
parentb75b57cb362a58e4816563ef0592742492eb04ab (diff)
downloadwiki-8b897c3384298674e82108357ee5e655f788229f.tar.gz
wiki-8b897c3384298674e82108357ee5e655f788229f.tar.bz2
wiki-8b897c3384298674e82108357ee5e655f788229f.zip
chore: Permalink for docs/es/ folder (#544)
-rw-r--r--_config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index a3c3add..720f908 100644
--- a/_config.yml
+++ b/_config.yml
@@ -64,11 +64,18 @@ highlighter: rouge
defaults:
-
scope:
+ locale: "en"
path: "docs"
values:
permalink: /:basename
-
scope:
+ locale: "es"
+ path: "docs/es"
+ values:
+ permalink: /es/:basename
+ -
+ scope:
path: "" # an empty string here means all files in the project
values:
layout: "azerothcore"