You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// announcementBar: {id: "supportus", content: '⭐️ If you like ModuleCheck, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/rickbusarow/ModuleCheck/">GitHub</a>! ⭐️',},
69
-
navbar: {
70
-
title: "ModuleCheck",
71
-
logo: {
72
-
alt: 'ModuleCheck Logo',
73
-
src: 'img/logo.png',
57
+
({
58
+
docs: {
59
+
sidebar: {
60
+
hideable: true,
61
+
}
74
62
},
75
-
items: [
76
-
{
77
-
type: "doc",
78
-
docId: "quickstart",
79
-
label: "Docs",
80
-
position: "left",
81
-
},
82
-
{
83
-
to: 'CHANGELOG',
84
-
label: 'ChangeLog',
85
-
position: 'left'
86
-
},
87
-
{
88
-
to: 'migrations',
89
-
label: 'Migrations',
90
-
position: 'left'
91
-
},
92
-
{
93
-
type: "docsVersionDropdown",
94
-
position: "left",
95
-
dropdownActiveClassDisabled: true,
96
-
dropdownItemsAfter: [
97
-
{
98
-
to: "/changelog",
99
-
label: "CHANGELOG",
100
-
},
101
-
],
102
-
},
103
-
{
104
-
label: "Api",
105
-
href: 'pathname:///api/index.html',
106
-
position: "left",
63
+
colorMode: {
64
+
defaultMode: "light",
65
+
disableSwitch: false,
66
+
respectPrefersColorScheme: true,
67
+
},
68
+
// announcementBar: {id: "supportus", content: '⭐️ If you like ModuleCheck, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/rickbusarow/ModuleCheck/">GitHub</a>! ⭐️',},
0 commit comments