From dc39871e32941a5ade45df2cd3f40ee0ef3b9596 Mon Sep 17 00:00:00 2001 From: shivankurchavan Date: Mon, 23 Dec 2024 06:08:30 +0530 Subject: [PATCH] removed warning for taxonomyterm Signed-off-by: shivankurchavan --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 36cb2fdb..a7480f23 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,7 +14,7 @@ enableRobotsTXT = true enableGitInfo = true # Comment out to enable taxonomies in Docsy -# disableKinds = ["taxonomy", "taxonomyTerm"] +# disableKinds = ["taxonomy", "term"] # You can add your own taxonomies [taxonomies] @@ -89,7 +89,7 @@ description = "Product Documentation" home = ["HTML", "RSS", "SITEMAP"] section = ["HTML", "RSS"] taxonomy = ["HTML", "RSS"] - taxonomyTerm = ["HTML", "RSS"] + term = ["HTML", "RSS"] [sitemap] changefreq = "daily"