-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial helpscout integration * Finish integration, add changeset * Add new integration to package lock
- Loading branch information
1 parent
ce52dd8
commit ac68b22
Showing
11 changed files
with
4,825 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@gitbook/integration-helpscout': major | ||
--- | ||
|
||
This change releases the first version of the HelpScout integration for GitBook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": ["@gitbook/eslint-config/integration"] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: helpscout | ||
title: HelpScout | ||
organization: gitbook | ||
visibility: public | ||
description: Add the HelpScout chat widget to your published GitBook content | ||
summary: | | ||
# Overview | ||
The HelpScout integration for GitBook allows you to display the HelpScout chat widget on your public documentation to connect and interact with your readers. | ||
# How it works | ||
Automatic chat widget on your documentation: Each of your connected GitBook spaces will fetch the HelpScout chat widget script and add it to your published content. | ||
# Configure | ||
You can configure the integration on single or multiple public spaces by navigating to the integrations in sub-navigation or org settings. You will then have to provide HelpScout ID to finish the configuration. | ||
categories: | ||
- analytics | ||
script: src/index.tsx | ||
icon: ./assets/icon.png | ||
previewImages: | ||
- assets/helpscout-preview.png | ||
# The following scope(s) are available only to GitBook Staff | ||
# See https://developer.gitbook.com/integrations/configurations#scopes | ||
scopes: | ||
- space:script:inject | ||
- site:script:inject | ||
secrets: {} | ||
contentSecurityPolicy: | ||
script-src: https://beacon-v2.helpscout.net; | ||
configurations: | ||
space: | ||
properties: | ||
helpscout_id: | ||
type: string | ||
title: HelpScout ID | ||
description: Your HelpScout integration ID. | ||
required: | ||
- helpscout_id | ||
site: | ||
properties: | ||
helpscout_id: | ||
type: string | ||
title: HelpScout ID | ||
description: Your HelpScout integration ID. | ||
required: | ||
- helpscout_id |
Oops, something went wrong.