From b4b5af7898674581e0c336771c79e15fa3cbae26 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Fri, 8 Mar 2024 01:36:39 +0330 Subject: [PATCH] chore: add `input-otp` to side nav --- 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 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',