Skip to content

Commit 9f3d018

Browse files
committed
清理侧边栏配置,移除注释部分
1 parent ff9b37d commit 9f3d018

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.vitepress/src/en/sidebars.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
import {DefaultTheme} from "vitepress";
22

33
const sidebar:DefaultTheme.Sidebar = {
4-
// '/en/guide/': [
5-
// {
6-
// text: 'Introduce',
7-
// items: [
8-
// {
9-
// text: 'About',
10-
// link: '/en/guide/introduce/about',
11-
// },
12-
// ]
13-
// },
14-
// {
15-
// text: 'Quick Start',
16-
// items: [
17-
// {
18-
// text: "Supported Components List",
19-
// link: "/en/guide/start/components"
20-
// }
21-
// ]
22-
// }
23-
// ],
244
'/en/components/':[
255
{
266
text: 'Components',

0 commit comments

Comments
 (0)