Skip to content

Commit e39fea6

Browse files
committed
fix: no index for eda and ics
1 parent 7bdbfb3 commit e39fea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export default defineConfig({
4646
{
4747
text: '课程专区',
4848
items: [
49-
{ text: 'ICS', items: [{ text: '计算机系统导论', link: '/courses/ics' }] },
50-
{ text: 'EDA', items: [{ text: 'CLab for EDA', link: '/courses/eda' }] }
49+
{ text: '计算机系统导论', link: '/docs/courses/ics' },
50+
{ text: 'CLab for EDA', link: '/docs/courses/eda' }
5151
]
5252
},
5353
{ text: '镜像站使用指南', link: '/docs/getting-started/lcpu-mirror' },

0 commit comments

Comments
 (0)