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',