Skip to content

Commit fb18214

Browse files
authored
Fix warning about deprecated kind 'taxonomyterm' in disableKinds (#357)
1 parent 701cada commit fb18214

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

hugo-disabled.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ enableRobotsTXT = true
1313
# Will give values to .Lastmod etc.
1414
enableGitInfo = true
1515

16-
# Comment out to enable taxonomies in Docsy
17-
# disableKinds = ["taxonomy", "taxonomyTerm"]
16+
# Comment out to disable taxonomies in Docsy
17+
# disableKinds = ["taxonomy"]
1818

1919
# You can add your own taxonomies
2020
[taxonomies]

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ enableRobotsTXT: true
1515
# Will give values to .Lastmod etc.
1616
enableGitInfo: true
1717

18-
# Comment out to enable taxonomies in Docsy
19-
# disableKinds: [taxonomy, taxonomyTerm]
18+
# Comment out to disable taxonomies in Docsy
19+
# disableKinds: [taxonomy]
2020

2121
# You can add your own taxonomies
2222
taxonomies:

0 commit comments

Comments
 (0)