From 5bcdcda59f5de02868d0ff217fe806bfff5d9ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 4 May 2023 20:58:53 +0200 Subject: [PATCH] [docs] clarify config.toml --- exampleSite/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index caed47eeed..e653c3fe59 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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" ]