Commit 20eb30e 1 parent c14b66e commit 20eb30e Copy full SHA for 20eb30e
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -107,20 +107,20 @@ const config = {
107
107
sidebarPath : require . resolve ( './sidebars.js' ) ,
108
108
// Please change this to your repo.
109
109
// Remove this to remove the "edit this page" links.
110
- editUrl :
111
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
110
+ // editUrl:
111
+ // 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
112
112
// versions: {
113
113
// current: {
114
114
// label: `Development 🚧`,
115
115
// },
116
116
// },
117
117
} ,
118
118
blog : {
119
- showReadingTime : true ,
119
+ // showReadingTime: true,
120
120
// Please change this to your repo.
121
121
// Remove this to remove the "edit this page" links.
122
- editUrl :
123
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
122
+ // editUrl:
123
+ // 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
124
124
} ,
125
125
theme : {
126
126
customCss : require . resolve ( './src/css/custom.scss' ) ,
@@ -210,8 +210,8 @@ const config = {
210
210
title : 'Learn' ,
211
211
items : [
212
212
{
213
- label : 'Docs ' ,
214
- to : '/docs ' ,
213
+ label : 'Demo ' ,
214
+ to : '/demo ' ,
215
215
} ,
216
216
] ,
217
217
} ,
You can’t perform that action at this time.
0 commit comments