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 <>
This commit is contained in:
Xavier Béguin 2023-05-03 15:54:57 -04:00 committed by GitHub
parent 2b56bcb967
commit 7b095e4ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,6 +172,8 @@ The type of the output is:
```ts
kind: TaxonomyConfig;
items: Array<TaxonomyTerm>;
lang: String;
permalink: String;
```
`lang` (optional) default to `config.default_language` in config.toml