diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-06-14 14:38:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-14 14:38:32 +0200 |
| commit | 8b897c3384298674e82108357ee5e655f788229f (patch) | |
| tree | 2ce564452f2ec5c4ce3c4eebab0e885a2d398e23 | |
| parent | b75b57cb362a58e4816563ef0592742492eb04ab (diff) | |
| download | wiki-8b897c3384298674e82108357ee5e655f788229f.tar.gz wiki-8b897c3384298674e82108357ee5e655f788229f.tar.bz2 wiki-8b897c3384298674e82108357ee5e655f788229f.zip | |
chore: Permalink for docs/es/ folder (#544)
| -rw-r--r-- | _config.yml | 7 |
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" |
