mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
da1629d1a4
* Changing intercom to appId to reflect docs.json * quick edit to add back intercom
26 lines
375 B
Plaintext
26 lines
375 B
Plaintext
---
|
|
title: "Intercom"
|
|
---
|
|
|
|
Add the following to your `docs.json` file to add an [Intercom](https://www.intercom.com) widget.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Integration options in docs.json
|
|
"integrations": {
|
|
"intercom": {
|
|
"appId": "APP_ID"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Example
|
|
"integrations": {
|
|
"intercom": {
|
|
"appId": "APP_ID"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup>
|