diff --git a/config.toml b/config.toml index da6c9d80313..ebe5cf2c4f6 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,8 @@ defaultContentLanguageInSubdir = false # Useful when translating. enableMissingTranslationPlaceholders = true -disableKinds = ["taxonomy", "taxonomyTerm"] +[taxonomies] +tags = "tags" # Highlighting config pygmentsCodeFences = true