This commit is contained in:
Radiation_pi 2024-06-11 12:31:53 +08:00
parent b569cd802b
commit f47b4944a4
2 changed files with 0 additions and 25 deletions

View File

@ -1,6 +0,0 @@
---
title: 概览
sidebar_position: 1
---
测试

View File

@ -60,19 +60,6 @@ const config = {
],
],
plugins: [
[
'@docusaurus/plugin-content-docs',
{
id: 'demo',
path: 'demo',
routeBasePath: 'demo',
sidebarPath: require.resolve('./sidebars.js'),
// ... other options
},
],
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
@ -92,12 +79,6 @@ const config = {
position: 'left',
label: '开始',
},
{
to: '/demo/intro', // To highlight the navbar item, you must link to a document, not a top-level directory
position: 'left',
label: 'Demo',
activeBaseRegex: `/demo/`,
},
// 搜索框
{
type: 'search',