From 8b897c3384298674e82108357ee5e655f788229f Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 14 Jun 2021 14:38:32 +0200 Subject: chore: Permalink for docs/es/ folder (#544) --- _config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index a3c3add..720f908 100644 --- a/_config.yml +++ b/_config.yml @@ -64,9 +64,16 @@ 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 -- cgit