enable color mode switch button
This commit is contained in:
parent
95922cc678
commit
6fbca7b30c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue