File tree Expand file tree Collapse file tree 2 files changed +505
-7
lines changed
Expand file tree Collapse file tree 2 files changed +505
-7
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,21 @@ function sidebarGuide(): DefaultTheme.Sidebar {
8282 ] ,
8383 } ,
8484 {
85- text : "Linux & Shell" ,
86- collapsible : true ,
87- collapsed : false ,
88- items : [
89- { text : "基本命令行常识" , link : "/linux-and-shell/basic-command-line" } ,
90- { text : "发行版相关" , link : "/linux-and-shell/on-distros" } ,
91- ] ,
85+ text : "Linux & Shell" ,
86+ collapsible : true ,
87+ collapsed : false ,
88+ items : [
89+ { text : "基本命令行常识" , link : "/linux-and-shell/basic-command-line" } ,
90+ { text : "发行版相关" , link : "/linux-and-shell/on-distros" } ,
91+ ] ,
92+ } ,
93+ {
94+ text : "FAQ101" ,
95+ collapsible : true ,
96+ collapsed : false ,
97+ items : [
98+ { text : "基础硬件知识" , link : "/FAQ101/intro-to-hardware" } ,
99+ ] ,
92100 } ,
93101 { text : "贡献指南" , link : "/project/contributing" } ,
94102 { text : "关于 CS101 项目" , link : "/project/project" } ,
You can’t perform that action at this time.
0 commit comments