Skip to content

Commit

Permalink
清理侧边栏配置,移除注释部分
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Dec 27, 2024
1 parent ff9b37d commit 9f3d018
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .vitepress/src/en/sidebars.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
import {DefaultTheme} from "vitepress";

const sidebar:DefaultTheme.Sidebar = {
// '/en/guide/': [
// {
// text: 'Introduce',
// items: [
// {
// text: 'About',
// link: '/en/guide/introduce/about',
// },
// ]
// },
// {
// text: 'Quick Start',
// items: [
// {
// text: "Supported Components List",
// link: "/en/guide/start/components"
// }
// ]
// }
// ],
'/en/components/':[
{
text: 'Components',
Expand Down

0 comments on commit 9f3d018

Please sign in to comment.