Skip to content

Commit

Permalink
removed warning for taxonomyterm
Browse files Browse the repository at this point in the history
Signed-off-by: shivankurchavan <[email protected]>
  • Loading branch information
shivankurchavan committed Dec 23, 2024
1 parent e9cab08 commit dc39871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit dc39871

Please sign in to comment.