From 2cd69baf29ee5b67a96c240818aa752138a1ad17 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Tue, 6 Feb 2024 00:55:31 +0330 Subject: [PATCH] chore: add `tags-input` to sidebar links --- 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 4f69dc39..c4e4c88c 100644 --- a/apps/www/.vitepress/theme/config/docs.ts +++ b/apps/www/.vitepress/theme/config/docs.ts @@ -320,6 +320,12 @@ export const docsConfig: DocsConfig = { href: '/docs/components/tabs', items: [], }, + { + title: 'Tags Input', + href: '/docs/components/tags-input', + label: 'New', + items: [], + }, { title: 'Textarea', href: '/docs/components/textarea',