Skip to content

Commit

Permalink
Merge pull request #14 from JQiue/main
Browse files Browse the repository at this point in the history
* feat: add meilisearch plugins to marketplace

* chore: update search.json
  • Loading branch information
Mister-Hope authored Dec 11, 2024
2 parents 51697e2 + 9e42de6 commit 72691f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/plugins/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
"/": "ecosystem.vuejs.press/plugins/search/docsearch.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/search/docsearch.html"
}
},
{
"name": "vuepress-plugin-meilisearch2",
"icon": "search",
"tag": "latest",
"desc": {
"/": "Integrate <a href='https://www.meilisearch.com/' target='_blank'>MeiliSearch</a> into VuePress to provide search functionality",
"/zh/": "将 <a href='https://www.meilisearch.com/' target='_blank'>MeiliSearch</a> 集成到 VuePress 中,为你的文档网站提供搜索功能"
},
"source": "github.com/JQiue/vuepress-plugin-meilisearch2",
"url": "vuepress-plugin-meilisearch2.jinqiu.wang"
}
]
},
Expand Down

0 comments on commit 72691f9

Please sign in to comment.