Skip to content

Commit

Permalink
docs: update re structure sidebar links
Browse files Browse the repository at this point in the history
  • Loading branch information
zedjarvis committed Oct 26, 2023
1 parent 0b29277 commit 382323b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,9 @@ export default defineConfig({
text: 'Getting Started',
items: [
{ text: 'Installation', link: '/getting-started#installation' },
{
text: 'Setup',
items: [
{ text: 'Global', link: '/getting-started#global' },
{ text: 'Component', link: '/getting-started#component' },
],
},
{
text: 'Examples',
collapsed: true,
items: [
{ text: 'Simple usage', link: '/examples#simple-component' },
{ text: 'Custom handle', link: '/examples#custom-handle' },
{ text: 'Event emmision', link: '/examples#emmitted-events' },
],
link: '/examples',
},
{
text: 'API Reference', link: '/api-reference',
Expand Down

0 comments on commit 382323b

Please sign in to comment.