mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 22:46:32 +00:00
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:
parent
7a8871b719
commit
bc92ec6a6d
@ -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/',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user