Files
dino475 da1629d1a4 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
2025-03-12 14:39:16 -07:00

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>