Files
doc-status/config.toml
Hugo Locurcio 2aaeeef21b Fade out 0/0 completion ratios as there's nothing to document
This makes the table easier to read.
2020-06-15 21:26:19 +02:00

10 lines
288 B
TOML

baseURL = "https://godotengine.github.io/doc-status/"
languageCode = "en-us"
title = "Godot class reference status"
# This is a single-page website, no need to generate a sitemap and RSS feed.
disableKinds = ["sitemap", "RSS", "taxonomyTerm"]
[markup.goldmark.renderer]
unsafe = true