Skip to content

Commit

Permalink
Update docs/src/.vitepress/config.mts
Browse files Browse the repository at this point in the history
Co-authored-by: Anshul Singhvi <[email protected]>
  • Loading branch information
LilithHafner and asinghvi17 authored Feb 28, 2024
1 parent dfd456a commit 23ddf4d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ export default defineConfig({
detailedView: true
}
},
nav: [
{ text: 'Home', link: '/' },
{ text: 'Getting Started', link: '/getting_started' },
{ text: 'Markdown', link: '/markdown-examples' },
{ text: 'Code', link: '/code_example' },
{ text: 'API', link: '/api' }
],
nav: 'REPLACE_ME_DOCUMENTER_VITEPRESS',

sidebar: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
editLink: {
Expand Down

0 comments on commit 23ddf4d

Please sign in to comment.