diff --git a/docs/content/documentation/templates/overview.md b/docs/content/documentation/templates/overview.md index 83ba23ce..2f97a5ce 100644 --- a/docs/content/documentation/templates/overview.md +++ b/docs/content/documentation/templates/overview.md @@ -190,6 +190,15 @@ Gets the whole taxonomy of a specific kind. {% set categories = get_taxonomy(kind="categories") %} ``` +The type of the output is: + +```ts +kind: TaxonomyConfig; +items: Array; +``` + +See the [Taxonomies documentation](@/documentation/templates/taxonomies.md) for a full documentation of those types. + ### `load_data` Loads data from a file or URL. Supported file types include *toml*, *json* and *csv*. Any other file type will be loaded as plain text.