Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integrations/support/intercom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Add the following to your `docs.json` file to add an [Intercom](https://www.inte

```json Integration options in docs.json
"integrations": {
"intercom": "APP_ID"
"appId": "APP_ID"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wait I think it's supposed to be

"integrations": {
      "intercom": {
            "appId": "APP_ID"
      }
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch

}
```

```json Example
"integrations": {
"intercom": "x2pg8cwb"
"appId": "x2pg8cwb"
}
```

Expand Down
Loading