mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-11-27 07:30:14 +08:00
回滚
This commit is contained in:
parent
b569cd802b
commit
f47b4944a4
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: 概览
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
测试
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user