diff --git a/config.toml b/config.toml index f50e7312f0..2d066dec44 100644 --- a/config.toml +++ b/config.toml @@ -10,6 +10,7 @@ enableMissingTranslationPlaceholders = true enableRobotsTXT = true + # Will give values to .Lastmod etc. enableGitInfo = true @@ -155,6 +156,7 @@ sidebar_menu_compact = true sidebar_search_disable = true # Limit for number of children pages (This is an undocumented option) sidebar_menu_truncate = 128 +showLightDarkModeMenu = true # Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events. # This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.