We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16044e4 commit 5d85252Copy full SHA for 5d85252
docs/.vitepress/config/zh.ts
@@ -80,14 +80,14 @@ function sidebarGuide(): DefaultTheme.Sidebar {
80
{ text: "Make 入门", link: "/tools/intro-make" },
81
],
82
},
83
- // {
84
- // text: "Linux & Shell",
85
- // collapsible: true,
86
- // collapsed: false,
87
- // items: [
88
- // { text: "Linux & Shell", link: "/linux-and-shell/linux-and-shell" },
89
- // ],
90
- // },
+ {
+ text: "Linux & Shell",
+ collapsible: true,
+ collapsed: false,
+ items: [
+ { text: "基本命令行常识", link: "/linux-and-shell/basic-command-line" },
+ ],
+ },
91
{ text: "关于 COMP101 项目", link: "/project" },
92
{ text: "关于我们", link: "/team" },
93
]
0 commit comments