Skip to content

Commit

Permalink
update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
harleylara committed Dec 9, 2024
1 parent 459846c commit e86fbaf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ export default defineConfig({
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Welcome', link: '/welcome' },
{ text: 'Welcome', link: '/' },
],

sidebar: [
{ text: "Welcome", link: "welcome"},
{ text: "Welcome", link: "/"},
{
text: 'Session 1',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Wrap-up', link: 'wrap-up' },
]
},
{
Expand Down

0 comments on commit e86fbaf

Please sign in to comment.