Skip to content

Commit da1629d

Browse files
authored
Hotfix: Changing intercom to appId (to reflect docs.json spec) (#567)
* Changing intercom to appId to reflect docs.json * quick edit to add back intercom
1 parent 04f8e93 commit da1629d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

integrations/support/intercom.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ Add the following to your `docs.json` file to add an [Intercom](https://www.inte
88

99
```json Integration options in docs.json
1010
"integrations": {
11-
"intercom": "APP_ID"
11+
"intercom": {
12+
"appId": "APP_ID"
13+
}
1214
}
1315
```
1416

1517
```json Example
1618
"integrations": {
17-
"intercom": "x2pg8cwb"
19+
"intercom": {
20+
"appId": "APP_ID"
21+
}
1822
}
1923
```
2024

0 commit comments

Comments
 (0)