An open API service indexing awesome lists of open source software.

https://github.com/billryan/gitbook-plugin-swiftype

Swiftype for Gitbook with custom search engine
https://github.com/billryan/gitbook-plugin-swiftype

Last synced: 7 months ago
JSON representation

Swiftype for Gitbook with custom search engine

Awesome Lists containing this project

README

          

## Swiftype for GitBook

You can use install it via **NPM**:

```
$ npm install gitbook-plugin-swiftype
```

And use it for your book with in the book.json:

```
{
"plugins": ["swiftype"]
}
```

You can set the Swiftype engine key using the plugins configuration in the book.json:

```
{
"plugins": ["swiftype"],
"pluginsConfig": {
"swiftype": {
"token": "utQHy1R2XyiVqDqaZxxx",
"version": "2.0.0"
}
}
}
```

For an overview of all available configuration parameters, please refer to the [Site Search by Swiftype](https://swiftype.com/site-search).