http://pengchenggang.gitee.io/reciterdoc/
支持中文搜索了,可是不容易了
通過插件 vuepress-plugin-fulltext-search 實現全文搜索
安裝依賴 vuepress-plugin-fulltext-search yarn add -D vuepress-plugin-fulltext-search
修改配置 vi docs/.vuepress/config.js
module.exports = {
// ...
plugins: ['fulltext-search'],
}
用了一下 發現的問題是 數據搜的不全,也找不到哪里配置。
['@vuepress/search', {
searchMaxSuggestions: 30
}]
又把原來的搜索加上了,發現中文能搜了,就這樣接着用了,但是只能搜標題,但是原來不能搜中文,現在能搜中文標題了。