From c4766e2a72a017110acae239e0024f4ef94992bd Mon Sep 17 00:00:00 2001 From: tempestif Date: Wed, 10 Sep 2025 19:24:02 +0900 Subject: [PATCH] feat: add Vue Plugins to the resources list --- .vitepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 27ae31a3..8376eda5 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -50,6 +50,7 @@ const nav: ThemeConfig['nav'] = [ { text: 'デベロッパー', link: '/developers/' }, { text: 'テーマ', link: '/ecosystem/themes' }, { text: 'UI コンポーネント', link: 'https://ui-libs.vercel.app/' }, + { text: 'プラグインコレクション', link: 'https://www.vue-plugins.org/' }, { text: '検定', link: 'https://certificates.dev/vuejs/?ref=vuejs-nav'