We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9b37d commit 9f3d018Copy full SHA for 9f3d018
1 file changed
.vitepress/src/en/sidebars.ts
@@ -1,26 +1,6 @@
1
import {DefaultTheme} from "vitepress";
2
3
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
17
18
- // text: "Supported Components List",
19
- // link: "/en/guide/start/components"
20
- // }
21
22
23
- // ],
24
'/en/components/':[
25
{
26
text: 'Components',
0 commit comments