Skip to content

Commit b75be88

Browse files
authored
feat: linux fs intro (#42)
* feat: add article for linux fs * chore: upgrade node to prevent corepack failure * chore: fix by review * feat: fs compare, basic commands and lvm * fix: format
1 parent 466d079 commit b75be88

File tree

3 files changed

+598
-2
lines changed

3 files changed

+598
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.17.0
1+
v22.14.0

.vitepress/config.mts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,17 @@ export default defineConfig({
6767
text: '09. 用好你的电脑 V: 操作系统和编程语言',
6868
link: '/basic/09-drive-your-computer-5'
6969
},
70-
{ text: '10. Linux 基础知识Linux 101', link: '/basic/10-linux-basic-1' },
70+
{ text: '10. Linux 基础知识: Linux 101', link: '/basic/10-linux-basic-1' },
7171
{ text: '11. Linux 基础知识: 虚拟机安装和常用操作', link: '/basic/11-linux-basic-2' },
7272
{
7373
text: '12. 文本编辑: Markdown, LaTeX, Typst 和 Beamer',
7474
link: '/basic/12-text-editing'
7575
}
7676
]
77+
},
78+
{
79+
text: '进阶:运维方向',
80+
items: [{ text: '01. Linux文件系统', link: '/ops/01-linux-fs' }]
7781
}
7882
]
7983
},

0 commit comments

Comments
 (0)