We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701cada commit fb18214Copy full SHA for fb18214
2 files changed
hugo-disabled.toml
@@ -13,8 +13,8 @@ enableRobotsTXT = true
13
# Will give values to .Lastmod etc.
14
enableGitInfo = true
15
16
-# Comment out to enable taxonomies in Docsy
17
-# disableKinds = ["taxonomy", "taxonomyTerm"]
+# Comment out to disable taxonomies in Docsy
+# disableKinds = ["taxonomy"]
18
19
# You can add your own taxonomies
20
[taxonomies]
hugo.yaml
@@ -15,8 +15,8 @@ enableRobotsTXT: true
enableGitInfo: true
-# disableKinds: [taxonomy, taxonomyTerm]
+# disableKinds: [taxonomy]
21
22
taxonomies:
0 commit comments