mirror of
https://github.com/godotengine/doc-status.git
synced 2026-01-04 10:09:48 +03:00
Disable taxonomyTerm page generation to avoid Hugo build warnings
This commit is contained in:
@@ -3,4 +3,4 @@ languageCode = "en-us"
|
|||||||
title = "Godot class reference status"
|
title = "Godot class reference status"
|
||||||
|
|
||||||
# This is a single-page website, no need to generate a sitemap and RSS feed.
|
# This is a single-page website, no need to generate a sitemap and RSS feed.
|
||||||
disableKinds = ["sitemap", "RSS"]
|
disableKinds = ["sitemap", "RSS", "taxonomyTerm"]
|
||||||
|
|||||||
Reference in New Issue
Block a user