Skip to content

Commit 40f364a

Browse files
authored
Merge pull request #33 from colazcy/faq101
feat: add FAQ101/intro-to-hardware
2 parents d6cb32f + 482dcab commit 40f364a

File tree

2 files changed

+505
-7
lines changed

2 files changed

+505
-7
lines changed

docs/.vitepress/config/zh.ts

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff 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" },

0 commit comments

Comments
 (0)