We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6f2fe commit 312c8f4Copy full SHA for 312c8f4
config/plugins/search.json
@@ -18,6 +18,17 @@
18
"/": "ecosystem.vuejs.press/plugins/search/docsearch.html",
19
"/zh/": "ecosystem.vuejs.press/zh/plugins/search/docsearch.html"
20
}
21
+ },
22
+ {
23
+ "name": "vuepress-plugin-meilisearch2",
24
+ "icon": "search",
25
+ "tag": "latest",
26
+ "desc": {
27
+ "/": "Integrate <a href='https://www.meilisearch.com/' target='_blank'>MeiliSearch</a> into VuePress to provide search functionality",
28
+ "/zh/": "将 <a href='https://www.meilisearch.com/' target='_blank'>MeiliSearch</a> 集成到 VuePress 中,为你的文档网站提供搜索功能"
29
30
+ "source": "github.com/JQiue/vuepress-plugin-meilisearch2",
31
+ "url": "github.com/JQiue/vuepress-plugin-meilisearch2"
32
33
]
34
},
0 commit comments