Skip to content

Commit

Permalink
Update config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
wuebbena committed Jul 24, 2024
1 parent 5e69cb5 commit ec23e13
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 @@ -9,15 +9,14 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/about-the-project' }
],

sidebar: [
{
text: 'Examples',
text: 'Navigation',
items: [
{ text: 'Markdown Examples', link: '/about-the-project' },
{ text: 'Runtime API Examples', link: '/api-examples' }
{ text: 'About the project', link: '/about-the-project' },
{ text: 'Team', link: '/team' }
]
}
],
Expand Down

0 comments on commit ec23e13

Please sign in to comment.