doc-status/config.toml

10 lines
288 B
TOML
Raw Permalink Normal View History

baseURL = "https://godotengine.github.io/doc-status/"
2020-02-26 19:56:46 +01:00
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