From 2514ad9981db8c4874802e36f00c12380b86e354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ribaud?= Date: Wed, 22 Jul 2020 10:38:15 +0200 Subject: [PATCH] Add warning to not put taxonomies key in [extra] (#1095) --- docs/content/documentation/content/taxonomies.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/documentation/content/taxonomies.md b/docs/content/documentation/content/taxonomies.md index 6f35b0f2..b7544b89 100644 --- a/docs/content/documentation/content/taxonomies.md +++ b/docs/content/documentation/content/taxonomies.md @@ -16,6 +16,10 @@ For example the default would be page/1. - `feed`: if set to `true`, a feed (atom by default) will be generated for each term. - `lang`: only set this if you are making a multilingual site and want to indicate which language this taxonomy is for +Insert into the configuration file (config.toml): + +⚠️ Place the taxonomies key in the main section and not in the `[extra]` section + **Example 1:** (one language) ```toml