reciterdoc 资料库 支持中文搜索了。 vuepress-plugin-fulltext-search

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'],
}

上一篇:java 知道类名查询依赖


下一篇:LeetCode 33. Search in Rotated Sorted Array