From efb2aeabe416d1c53dc35e4f0590430a17197b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20B=C3=A9guin?= <41195209+XavierBeguin@users.noreply.github.com> Date: Wed, 3 May 2023 15:54:57 -0400 Subject: [PATCH] Complete output for get_taxonomy in the documentation (#2204) Complete the documentation for the output of the tera function `get_taxonomy` to include the `lang` and `permalink` overlooked fields. Co-authored-by: Xavier B <> --- docs/content/documentation/templates/overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/documentation/templates/overview.md b/docs/content/documentation/templates/overview.md index 7eca41ecb1..bcceb96534 100644 --- a/docs/content/documentation/templates/overview.md +++ b/docs/content/documentation/templates/overview.md @@ -180,6 +180,8 @@ The type of the output is: ```ts kind: TaxonomyConfig; items: Array; +lang: String; +permalink: String; ``` `lang` (optional) default to `config.default_language` in config.toml