Skip to content

Commit 093bd32

Browse files
jexjwsclaude
andcommitted
docs(zh-CN): fix remaining cookbook references from practical guide to cookbook
Fix remaining '实战指南' references in VuePress config files: - navbar/zh-CN.ts navigation configuration - sidebar/zh-CN.ts sidebar configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1f18879 commit 093bd32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vuepress/configs/navbar/zh-CN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const navbarZhCN: NavbarConfig = [
88
children: [
99
{ text: 'Nushell 之书', link: '/zh-CN/book/' },
1010
{ text: '命令参考列表', link: '/commands/' },
11-
{ text: '实战指南', link: '/zh-CN/cookbook/' },
11+
{ text: '实战宝典', link: '/zh-CN/cookbook/' },
1212
{ text: '语言参考指南', link: '/lang-guide/' },
1313
{ text: '贡献指南', link: '/zh-CN/contributor-book/' },
1414
],

.vuepress/configs/sidebar/zh-CN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const sidebarZhCN: SidebarConfig = {
144144
],
145145
'/zh-CN/cookbook/': [
146146
{
147-
text: '实战指南',
147+
text: '实战宝典',
148148
collapsible: false,
149149
children: [
150150
'/zh-CN/cookbook/README.md',

0 commit comments

Comments
 (0)