From 0ec5604b3164fa59fd2d6a639d2714a9124f988a Mon Sep 17 00:00:00 2001 From: wasimTQ Date: Fri, 29 Dec 2023 22:52:15 +0530 Subject: [PATCH] chore: add carousel component doc to the table of contents --- apps/www/.vitepress/theme/config/docs.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/www/.vitepress/theme/config/docs.ts b/apps/www/.vitepress/theme/config/docs.ts index 52cddca3..b7f61e4e 100644 --- a/apps/www/.vitepress/theme/config/docs.ts +++ b/apps/www/.vitepress/theme/config/docs.ts @@ -168,6 +168,12 @@ export const docsConfig: DocsConfig = { href: '/docs/components/card', items: [], }, + { + title: 'Carousel', + href: '/docs/components/carousel', + label: 'New', + items: [], + }, { title: 'Checkbox', href: '/docs/components/checkbox',