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 1f18879 commit 093bd32Copy full SHA for 093bd32
.vuepress/configs/navbar/zh-CN.ts
@@ -8,7 +8,7 @@ export const navbarZhCN: NavbarConfig = [
8
children: [
9
{ text: 'Nushell 之书', link: '/zh-CN/book/' },
10
{ text: '命令参考列表', link: '/commands/' },
11
- { text: '实战指南', link: '/zh-CN/cookbook/' },
+ { text: '实战宝典', link: '/zh-CN/cookbook/' },
12
{ text: '语言参考指南', link: '/lang-guide/' },
13
{ text: '贡献指南', link: '/zh-CN/contributor-book/' },
14
],
.vuepress/configs/sidebar/zh-CN.ts
@@ -144,7 +144,7 @@ export const sidebarZhCN: SidebarConfig = {
144
145
'/zh-CN/cookbook/': [
146
{
147
- text: '实战指南',
+ text: '实战宝典',
148
collapsible: false,
149
150
'/zh-CN/cookbook/README.md',
0 commit comments