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

https://github.com/adambco/gatsby-plugin-support-bubble


https://github.com/adambco/gatsby-plugin-support-bubble

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# gatsby-plugin-support-bubble

Easily add SupportBubble (supportbubble.io) to your Gatsby site.

## Install

`yarn add gatsby-plugin-support-bubble`

## Usage

```javascript
// In your gatsby-config.js
plugins: [
{
resolve: 'gatsby-plugin-support-bubble',
options: {
clientId: 'YOUR-CLIENT-ID',
clientToken: 'YOUR-CLIENT-TOKEN'
},
},
],
```