Skip to content

Commit

Permalink
24/1/25 更新
Browse files Browse the repository at this point in the history
1.修复了一些问题
  • Loading branch information
qianmo2233 committed Jan 25, 2024
1 parent 51bac14 commit 5209a16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vitepress/config/sidebar.en.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {DefaultTheme} from "vitepress/theme";

const sidebarGuideEN: DefaultTheme.SidebarItem[] = [
{
base: '/en/guide/',
text: 'Get Started',
items: [
{
Expand All @@ -15,6 +16,7 @@ const sidebarGuideEN: DefaultTheme.SidebarItem[] = [
]
},
{
base: "/en/guide/essentials/",
text: 'Basics',
items: [
{
Expand All @@ -40,6 +42,7 @@ const sidebarGuideEN: DefaultTheme.SidebarItem[] = [
]
},
{
base: '/en/guide/advanced/',
text: 'Advanced',
items: [
{
Expand Down

0 comments on commit 5209a16

Please sign in to comment.