fix: missing 外语学院 in sidebar

This commit is contained in:
KirisameVanilla 2025-09-25 14:12:05 +08:00
parent fb6b5a666d
commit e768897097
No known key found for this signature in database
GPG Key ID: 7FC750F817277AC5
1 changed files with 16 additions and 0 deletions

View File

@ -108,6 +108,22 @@ const sidebars = {
}, },
], ],
}, },
{
type: 'category',
label: '外语学院',
link: {
type: 'generated-index',
title: '外语学院',
description: '外语学院的课程资料汇总',
slug: '/undergraduate/外语学院',
},
items: [
{
type: 'autogenerated',
dirName: 'undergraduate/外语学院',
},
],
},
], ],
}, },
{ {