From e76889709736ed6325c383820af343e632bc4253 Mon Sep 17 00:00:00 2001 From: KirisameVanilla <118162831+kirisamevanilla@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:12:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20missing=20=E5=A4=96=E8=AF=AD=E5=AD=A6?= =?UTF-8?q?=E9=99=A2=20in=20sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidebars.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sidebars.js b/sidebars.js index 567c6dc..748c462 100644 --- a/sidebars.js +++ b/sidebars.js @@ -108,6 +108,22 @@ const sidebars = { }, ], }, + { + type: 'category', + label: '外语学院', + link: { + type: 'generated-index', + title: '外语学院', + description: '外语学院的课程资料汇总', + slug: '/undergraduate/外语学院', + }, + items: [ + { + type: 'autogenerated', + dirName: 'undergraduate/外语学院', + }, + ], + }, ], }, {