Skip to content

Commit

Permalink
Complete output for get_taxonomy in the documentation (#2204)
Browse files Browse the repository at this point in the history
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 <>
  • Loading branch information
XavierBeguin authored May 3, 2023
1 parent 2b56bcb commit 7b095e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/documentation/templates/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b095e4

Please sign in to comment.