From df86e906bab32358bee149c6554b9bf19b68836b Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 11 Dec 2022 23:02:34 +0400 Subject: [PATCH] chore: accordion moved to top in the sidebar --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 6638a8e..0dbea64 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -34,6 +34,7 @@ function buildSidebar() { function getComponents() { return [ + { text: 'Accordion', link: 'components/accordion/accordion.md' }, { text: 'Alert', link: '/components/alert/alert.md' }, { text: 'Avatar', link: 'components/avatar/avatar.md' }, { text: 'Breadcrumb', link: 'components/breadcrumb/breadcrumb.md' }, @@ -51,7 +52,6 @@ function getComponents() { { text: 'Modal', link: 'components/modal/modal.md' }, { text: 'Navbar', link: 'components/navbar/navbar.md' }, - { text: 'Accordion', link: 'components/accordion/accordion.md' }, { text: '- Carousel', link: 'components/carousel/carousel.md' }, { text: '- Footer', link: 'components/footer/footer.md' }, { text: '- Pagination', link: 'components/pagination/pagination.md' },