chore: add sidebar entry component for cis105 lecture notes for chapter 9

This commit is contained in:
Anda Toshiki 2024-03-12 11:18:26 -07:00
parent 820ad72d9c
commit ec5bbf1bf8

View File

@ -202,6 +202,10 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
text: 'Lect 8: Green Computer Networks',
link: '/academic/cis105/cis105-l8-lecture-note',
},
{
text: 'Lect 9: Internet',
link: '/academic/cis105/cis105-l9-lecture-note',
},
],
},
],