We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abee4e commit 5bf2517Copy full SHA for 5bf2517
3 files changed
docs/.vitepress/config/zh.ts
@@ -63,6 +63,7 @@ function sidebarGuide(): DefaultTheme.Sidebar {
63
{ text: 'Lab 4: VirtIO Driver', link: '/lab/lab4' },
64
{ text: 'Lab 5: Logging File System', link: '/lab/lab5' },
65
{ text: 'Lab 6: Inode-based File System', link: '/lab/lab6' },
66
+ { text: 'Lab Final', link: '/lab/lab-final' },
67
]
68
},
69
{
docs/index.md
@@ -8,6 +8,7 @@ next: false
8
9
## 📰 News
10
11
+* **Dec. 18, 2025** [Lab Final](/lab/lab-final)发布。
12
* **Nov. 21, 2025** [Lab 6 Inode-based File System](/lab/lab6) 发布。
13
* **Nov. 14, 2025** [Lab 5 Logging File System](/lab/lab5) 发布。
14
* **Nov. 12, 2025** [Lab 4 Async IO](/lab/lab4) 发布。
0 commit comments