File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments