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
- Host: GitHub
- URL: https://github.com/billryan/gitbook-plugin-swiftype
- Owner: billryan
- License: apache-2.0
- Created: 2015-06-25T08:44:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T01:48:54.000Z (over 9 years ago)
- Last Synced: 2025-02-16T02:34:28.819Z (11 months ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).