Skip to content

Commit

Permalink
chore: docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Dec 28, 2024
1 parent c14b66e commit 20eb30e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,20 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
// editUrl:
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
// versions: {
// current: {
// label: `Development 🚧`,
// },
// },
},
blog: {
showReadingTime: true,
// showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
// editUrl:
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
theme: {
customCss: require.resolve('./src/css/custom.scss'),
Expand Down Expand Up @@ -210,8 +210,8 @@ const config = {
title: 'Learn',
items: [
{
label: 'Docs',
to: '/docs',
label: 'Demo',
to: '/demo',
},
],
},
Expand Down

0 comments on commit 20eb30e

Please sign in to comment.