From 177adf952a6b81389016647be6f5f3e449e8c500 Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sun, 10 Mar 2024 16:06:03 -0700 Subject: [PATCH] feat(sidebar): add more sidebar entries with abbreviated title corresponding with each path to docuemtnation for cis105 lecture notes to sidebar --- docs/.vitepress/config/sidebar.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/.vitepress/config/sidebar.ts b/docs/.vitepress/config/sidebar.ts index a5fc638e..f42acc98 100644 --- a/docs/.vitepress/config/sidebar.ts +++ b/docs/.vitepress/config/sidebar.ts @@ -182,6 +182,26 @@ export const sidebar: DefaultTheme.Config['sidebar'] = { text: 'Lect 4: Formulas and Functions', link: '/academic/cis105/cis105-l4-lecture-note', }, + { + text: 'Lect 5: Operating System', + link: '/academic/cis105/cis105-l5-lecture-note', + }, + { + text: 'Lect 6 Pt 1: System Software', + link: '/academic/cis105/cis105-l6-pt1-lecture-note', + }, + { + text: 'Lect 6 Pt 2: Logical Functions', + link: '/academic/cis105/cis105-l6-pt2-lecture-note', + }, + { + text: 'Lect 7: Green Business Computing', + link: '/academic/cis105/cis105-l7-lecture-note', + }, + { + text: 'Lect 8: Green Computer Networks', + link: '/academic/cis105/cis105-l8-lecture-note', + }, ], }, ],