enable color mode switch button
This commit is contained in:
parent
95922cc678
commit
6fbca7b30c
|
@ -39,12 +39,19 @@ const config = {
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
staticDirectories: ["static"],
|
||||||
themeConfig:
|
themeConfig:
|
||||||
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
|
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
|
||||||
({
|
({
|
||||||
|
colorMode: {
|
||||||
|
defaultMode: "light",
|
||||||
|
disableSwitch: false,
|
||||||
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "Waku",
|
title: "Waku",
|
||||||
|
logo: {
|
||||||
|
srcDark: "logo_white.svg",
|
||||||
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: 'docSidebar',
|
type: 'docSidebar',
|
||||||
|
|
Loading…
Reference in New Issue