From 8d3b3f0c3e4c7f65fa40ac8dd0556c09b6e8e542 Mon Sep 17 00:00:00 2001 From: Timothy Sturm Date: Thu, 8 May 2025 04:35:26 -0500 Subject: [PATCH] =?UTF-8?q?#535=20-=20=F0=9F=94=86/=F0=9F=94=85=20Enabled?= =?UTF-8?q?=20dark=20mode=20in=20Docsy=20theme=F0=9F=91=A8=F0=9F=8F=BC?= =?UTF-8?q?=E2=80=8D=F0=9F=A6=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flash Bang Out! --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 6915b9a953..27b5a08048 100644 --- a/config.toml +++ b/config.toml @@ -155,6 +155,8 @@ sidebar_menu_compact = true sidebar_search_disable = true # Limit for number of children pages (This is an undocumented option) sidebar_menu_truncate = 128 +# Enable the display of the light/dark mode menu in the navbar +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.