gitbook-plugin-search

Search input for your GitBook

Apache-2.0 16 个版本
安装
npm install gitbook-plugin-search
yarn add gitbook-plugin-search
pnpm add gitbook-plugin-search
bun add gitbook-plugin-search
README

search

This plugin is a default plugin for GitBook, it adds an interactive search bar to your book.

This plugin is backend agnostic.

Disable this plugin

This is a default plugin and it can be disabled using a book.json configuration:

{
    plugins: ["-search"]
}

Backends

Backend Plugin Name Description
Lunr lunr Index the content into a local/offlien index
Algolia algolia Index the content in Algolia
版本列表
4.0.0-alpha.6 2017-03-16
4.0.0-alpha.5 2017-03-09
4.0.0-alpha.4 2017-01-27
4.0.0-alpha.3 2017-01-13
4.0.0-alpha.2 2017-01-13
4.0.0-alpha.1 2017-01-13
2.2.1 2016-04-20
2.2.0 2016-04-19
2.1.0 2016-04-19
2.0.1 2016-04-18
2.0.0 2016-04-14
1.2.0 2016-03-07
1.1.0 2015-11-16
1.0.2 2015-10-13
1.0.1 2015-10-13
1.0.0 2015-10-05