From db3487e9577efecca110b9d1a85d909f21a9ec5c Mon Sep 17 00:00:00 2001 From: m1ngsama Date: Wed, 2 Apr 2025 12:58:07 +0800 Subject: [PATCH] fix the vitepress config --- .vitepress/config.mts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index f9fbbc8..650a097 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -17,7 +17,8 @@ export default withMermaid({ }, sidebar: { '/process/': [ - { text: '借教室', link: '/process/borrow-classroom' } + { text: '借教室', link: '/process/2025/borrow-classroom' }, + { text: '申请第二课堂学分', link: '/process/2025/apply-for-credits' }, ], '/repair/': [ { text: '维修操作指南', link: '/repair/guide' },