diff --git a/.vitepress/config.ts b/.vitepress/config.ts index c4063b4..0b48182 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -45,11 +45,20 @@ export default defineConfig({ { text: 'About', link: '/about' }, ], - sidebar: [ - ], + sidebar: { + '/participate/': [{ + text: 'Participate', + link: '/participate', + items: [ + { text: 'As Attendee', link: '/participate/attendee' }, + { text: 'As Community', link: '/participate/community' }, + { text: 'As Speaker', link: '/participate/speaker' }, + { text: 'As Sponsor', link: '/participate/sponsor' }, + { text: 'As Organizing', link: '/participate/organizing' }, + ], + }], + }, - socialLinks: [ - { icon: 'github', link: 'https://github.com/COSCUP' }, - ], + socialLinks: [{ icon: 'github', link: 'https://github.com/COSCUP' }], }, }) diff --git a/.vitepress/theme/Layout.vue b/.vitepress/theme/Layout.vue index 189065f..5128f6a 100644 --- a/.vitepress/theme/Layout.vue +++ b/.vitepress/theme/Layout.vue @@ -6,4 +6,5 @@ import DefaultTheme from 'vitepress/theme' +