gitbook-plugin-hirain-search
v1.0.7
Published
Gitbook search engine. (支持中文搜索)
Downloads
567
Readme
gitbook-plugin-hirain-search
Gitbook search engine. (支持中文搜索)
You can search any characters(utf-8) and highlight it in your GitBook, not only english(exp:Chinese).
Usage
Before use this plugin, you should disable the default search plugin first,
Here is a book.js
configuration example:
{
"plugins": [
"-lunr", "-search", "hirain-search"
]
}
Example
use your terminal, enter the gitbook root folder
> gitbook install
> gitbook serve
And then open http://localhost:4000