Merge pull request #45 from acid-info/color-mode-switch

This commit is contained in:
fryorcraken.eth
2023-03-29 16:06:46 +11:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+8 -1
View File
@@ -39,12 +39,19 @@ const config = {
}),
],
],
staticDirectories: ["static"],
themeConfig:
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
({
colorMode: {
defaultMode: "light",
disableSwitch: false,
},
navbar: {
title: "Waku",
logo: {
srcDark: "logo_white.svg",
},
items: [
{
type: 'docSidebar',
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB