gitbook-plugin-search-fox
v0.0.6
Published
Gitbook plugin to enable search function for page title
Downloads
448
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" ,"-search-pro", "search-fox"
]
}