Skip to content

Commit ccc5928

Browse files
committed
Changing intercom to appId to reflect docs.json
1 parent 04f8e93 commit ccc5928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/support/intercom.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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+
"appId": "APP_ID"
1212
}
1313
```
1414

1515
```json Example
1616
"integrations": {
17-
"intercom": "x2pg8cwb"
17+
"appId": "x2pg8cwb"
1818
}
1919
```
2020

0 commit comments

Comments
 (0)