diff --git a/apps/www/.vitepress/theme/config/docs.ts b/apps/www/.vitepress/theme/config/docs.ts index 9c2040c4..3a2943ba 100644 --- a/apps/www/.vitepress/theme/config/docs.ts +++ b/apps/www/.vitepress/theme/config/docs.ts @@ -245,6 +245,12 @@ export const docsConfig: DocsConfig = { href: '/docs/components/input', items: [], }, + { + title: 'Input OTP', + href: '/docs/components/input-otp', + items: [], + label: 'New', + }, { title: 'Label', href: '/docs/components/label',