This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch website-poc-from-asf-template in repository https://gitbox.apache.org/repos/asf/otava-website.git
commit 7c9bc18c26e9bf9722bf8c3618dcf18bad689434 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Mar 22 16:12:58 2025 -0700 Remove colour mode switching button --- docusaurus.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b5d58ef..fb8d7e4 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -66,6 +66,10 @@ const config: Config = { ], themeConfig: { + colorMode: { + defaultMode: "light", + disableSwitch: true, + }, // TODO: Replace with your project's social card image: "img/social-card.png", navbar: {
