From d15ebfae17ecdf37b6b4f363c9f110d5c49fdaaf Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Thu, 28 Mar 2024 13:55:22 -0700 Subject: [PATCH] fix(sidebar): fix wrongful link path to lecture note for chapter 12 with mispaced dash line --- docs/.vitepress/config/sidebar.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config/sidebar.ts b/docs/.vitepress/config/sidebar.ts index 26e2785f..fa9d2a87 100644 --- a/docs/.vitepress/config/sidebar.ts +++ b/docs/.vitepress/config/sidebar.ts @@ -14,7 +14,10 @@ export const sidebar: DefaultTheme.Config['sidebar'] = { }, { text: 'RClone for R2', link: '/development/rclone-for-r2' }, { text: 'Proxies Configuration for Shells & Terminal', link: '/development/proxy4shell-terminal' }, - { text: 'Git push results in "Authentication Failed"', link: '/development/git-push-authentication-failed' }, + { + text: 'Git push results in "Authentication Failed"', + link: '/development/git-push-authentication-failed', + }, ], }, { @@ -217,8 +220,8 @@ export const sidebar: DefaultTheme.Config['sidebar'] = { }, { text: 'Lect 12: Introduction to SQL', - link: '/academic/cis105/cis105l-12-lecture-note', - } + link: '/academic/cis105/cis105-l12-lecture-note', + }, ], }, ],