[docs] clarify config.toml

This commit is contained in:
Sören Weber 2023-05-04 20:58:53 +02:00
parent cf589941a0
commit 5bcdcda59f
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -201,9 +201,11 @@ disableHugoGeneratorInject = true
themeVariant = [ "auto", "relearn-bright", "relearn-light", "relearn-dark", "learn", "neon", "blue", "green", "red" ]
themeVariantAuto = [ "relearn-light", "relearn-dark" ]
disableSeoHiddenPages = true
# this is to index search for your native language in other languages, too (eg.
# pir in this showcase)
additionalContentLanguage = [ "en" ]
# this is for the stylesheet generator to allow for interactivity in Mermaid
# graphs; you usually will not need it and you should remove this for
# security reasons
mermaidInitialize = "{ \"securityLevel\": \"loose\" }"
mermaidZoom = true
additionalContentLanguage = [ "en" ]