Skip to content

Commit 20eb30e

Browse files
committed
chore: docs config
1 parent c14b66e commit 20eb30e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/docs/docusaurus.config.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,20 @@ const config = {
107107
sidebarPath: require.resolve('./sidebars.js'),
108108
// Please change this to your repo.
109109
// 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/',
112112
// versions: {
113113
// current: {
114114
// label: `Development 🚧`,
115115
// },
116116
// },
117117
},
118118
blog: {
119-
showReadingTime: true,
119+
// showReadingTime: true,
120120
// Please change this to your repo.
121121
// 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/',
124124
},
125125
theme: {
126126
customCss: require.resolve('./src/css/custom.scss'),
@@ -210,8 +210,8 @@ const config = {
210210
title: 'Learn',
211211
items: [
212212
{
213-
label: 'Docs',
214-
to: '/docs',
213+
label: 'Demo',
214+
to: '/demo',
215215
},
216216
],
217217
},

0 commit comments

Comments
 (0)