mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-03 21:33:05 +00:00
Merge pull request #45 from acid-info/color-mode-switch
This commit is contained in:
commit
f9e788f7bd
@ -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',
|
||||||
|
|||||||
3
static/logo_white.svg
Normal file
3
static/logo_white.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user