chore(nav): add new navbar component entires for directing to cis105 course index on overview and schedules and affliated directory for note reading

This commit is contained in:
Anda Toshiki 2024-02-01 22:01:47 -07:00
parent 7a8871b719
commit bc92ec6a6d

View File

@ -26,6 +26,11 @@ export const nav: DefaultTheme.Config['nav'] = [
link: '/academic/literature/index',
activeMatch: '/academic/literature/',
},
{
text: 'CIS105',
link: '/academic/cis105/index',
activeMatch: '/academic/cis105/',
},
],
},
{