From e9887e5bc4c68fa7a0ce5e35242db110562c71b6 Mon Sep 17 00:00:00 2001 From: Ilya Sosidka Date: Sat, 17 Sep 2022 18:02:50 +0300 Subject: [PATCH] chore: removed 'Breadcrumb' link from sidebar menu --- docs/.vitepress/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index f037a76..d34403a 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -47,7 +47,6 @@ function getComponents() { { text: 'Toast', link: 'components/toast/toast.md' }, { text: '- Accordion', link: 'components/accordion/accordion.md' }, - { text: '- Breadcrumb', link: 'components/breadcrumb/breadcrumb.md' }, { text: '- Card', link: 'components/card/card.md' }, { text: '- Carousel', link: 'components/carousel/carousel.md' }, { text: '- Footer', link: 'components/footer/footer.md' },