chore: docs config

This commit is contained in:
mathuo 2024-12-28 14:30:30 +00:00
parent c14b66e5e5
commit 20eb30ed1c
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -107,8 +107,8 @@ 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 🚧`,
@ -116,11 +116,11 @@ const config = {
// },
},
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'),
@ -210,8 +210,8 @@ const config = {
title: 'Learn',
items: [
{
label: 'Docs',
to: '/docs',
label: 'Demo',
to: '/demo',
},
],
},