We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f147fd5 commit 6e46977Copy full SHA for 6e46977
docs/.vitepress/config/zh.ts
@@ -59,6 +59,7 @@ function sidebarGuide(): DefaultTheme.Sidebar {
59
{ text: 'Lab 0: Booting', link: '/lab/lab0' },
60
{ text: 'Lab 1: Allocator', link: '/lab/lab1' },
61
{ text: 'Lab 2: Process (Kernel Part)', link: '/lab/lab2' },
62
+ { text: 'Lab 3: Process (User Part)', link: '/lab/lab3' },
63
]
64
},
65
{
0 commit comments