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.
2 parents 51697e2 + 9e42de6 commit 72691f9Copy full SHA for 72691f9
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": "vuepress-plugin-meilisearch2.jinqiu.wang"
32
33
]
34
},
0 commit comments