From 382323bb384a91e49dbac91b62a37b7d67a587e9 Mon Sep 17 00:00:00 2001 From: Cedrouseroll Omondi Date: Thu, 26 Oct 2023 21:07:28 +0300 Subject: [PATCH] docs: update re structure sidebar links --- docs/.vitepress/config.mts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index f61c4f4..a858fe4 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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',