Skip to content

Commit 88a3a85

Browse files
authored
docs: add plugin registry to resources (#2486)
1 parent 7c2b113 commit 88a3a85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ const config = defineConfig({
235235
{ text: 'ブログ', link: '/blog' },
236236
{ text: 'リリース', link: '/releases' },
237237
{ text: '謝辞', link: '/acknowledgements' },
238+
{
239+
text: 'プラグインレジストリ',
240+
link: 'https://registry.vite.dev/plugins',
241+
},
238242
{
239243
text: 'The Documentary',
240244
link: 'https://www.youtube.com/watch?v=bmWQqAKLgT4',

0 commit comments

Comments
 (0)