Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 21dcdfb

Browse files
committed
chore: add sidebar for flowlab
1 parent 1eef819 commit 21dcdfb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/.vitepress/config/zh.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ function sidebarGuide(): DefaultTheme.Sidebar {
5959
{ text: 'ICS 实验入门手册', link: '/lab/manual' },
6060
{ text: 'Lab0: GitLab', link: '/lab/lab0' },
6161
{ text: 'Lab1: DataLab', link: '/lab/lab1' },
62-
{ text: 'Lab2: BombLab', link: '/lab/lab2' }
62+
{ text: 'Lab2: BombLab', link: '/lab/lab2' },
63+
{ text: 'Lab3: FlowLab', link: '/lab/lab3' }
6364
]
6465
},
6566
{

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ next: false
1414
* **Sep. 23, 2025** [Lab0: GitLab](/lab/lab0)发布
1515
* **Sep. 30, 2025** [Lab1: DataLab](/lab/lab1)发布
1616
* **Oct. 14, 2025** [Lab2: BombLab](/lab/lab2)发布
17+
* **Oct. 28, 2025** [Lab2: BombLab](/lab/lab3)发布
1718

1819
## 🔍 Just for Fun
1920

0 commit comments

Comments
 (0)