diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index d81f580..0e81b73 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -36,6 +36,7 @@ function getComponents() { return [ { text: 'Alert', link: '/components/alert/alert.md' }, { text: 'Button', link: '/components/button/button.md' }, + { text: 'Badge', link: 'components/badge/badge.md' }, { text: 'Button Group', link: '/components/buttonGroup/buttonGroup.md' }, { text: 'Dropdown', link: '/components/dropdown/dropdown.md' }, { text: 'Spinner', link: '/components/spinner/spinner.md' }, @@ -45,7 +46,6 @@ function getComponents() { { text: '- Accordion', link: 'components/accordion/accordion.md' }, { text: '- Avatar', link: 'components/avatar/avatar.md' }, - { text: '- Badge', link: 'components/badge/badge.md' }, { text: '- Breadcrumb', link: 'components/breadcrumb/breadcrumb.md' }, { text: '- Card', link: 'components/card/card.md' }, { text: '- Carousel', link: 'components/carousel/carousel.md' },