Skip to content

Commit d32622b

Browse files
[update] deprecated colorMode config
1 parent 3661044 commit d32622b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docusaurus.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module.exports = {
136136
projectName: 'docs-spreadsheet', // Usually your repo name
137137
trailingSlash: true,
138138
themeConfig: {
139-
colorMode: {
139+
/*colorMode: {
140140
// "light" | "dark"
141141
defaultMode: 'light',
142142
@@ -159,7 +159,7 @@ module.exports = {
159159
marginLeft: '0px',
160160
},
161161
},
162-
},
162+
},*/
163163
algolia: {
164164
// This is a read-only, search-only key served directly by the front-end, managed by Algolia via their
165165
// free DocSearch program. The key is not sensitive. See https://docsearch.algolia.com/ for more details.
@@ -211,7 +211,8 @@ module.exports = {
211211
},
212212
footer: {
213213
style: 'dark',
214-
links: [{
214+
links: [
215+
{
215216
title: 'Development center',
216217
items: [{
217218
label: 'Download Spreadsheet',

0 commit comments

Comments
 (0)