Skip to content

Commit

Permalink
fix: sidebarMenuLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 5, 2024
1 parent dc0d58d commit 1aadf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
},
returnToTopLabel: '返回顶部',
darkModeSwitchLabel: '外观',
sidebarMenuLabel: '归档',
sidebarMenuLabel: '目录',
nav: [
{ text: '指引', link: '/guide/', activeMatch: '/guide/' },
{ text: 'API', link: '/api/', activeMatch: '/api/' },
Expand Down

0 comments on commit 1aadf76

Please sign in to comment.