Last updated 5 years ago
Was this helpful?
Gitbook search engine pro. (支持中文搜索)
Put this in your book.json:
{ "plugins": [ "-search", "search-pro" ], "pluginsConfig": { "search-pro": { "cutWordLib": "nodejieba", "defineWord" : ["小需求","基础建设"] } } }
And
npm install npm build/serve
Thanks: nodejieba(中文分词功能)