From ccc59281104b7f4aa7f8649c5a4c4308b2fc8395 Mon Sep 17 00:00:00 2001 From: dino475 Date: Wed, 12 Mar 2025 11:46:02 -0700 Subject: [PATCH 1/2] Changing intercom to appId to reflect docs.json --- integrations/support/intercom.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/support/intercom.mdx b/integrations/support/intercom.mdx index d47aa464c..913af4521 100644 --- a/integrations/support/intercom.mdx +++ b/integrations/support/intercom.mdx @@ -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" } ``` ```json Example "integrations": { - "intercom": "x2pg8cwb" + "appId": "x2pg8cwb" } ``` From e831bdcb0915962cf781991ac3f4e1e241c044ab Mon Sep 17 00:00:00 2001 From: dino475 Date: Wed, 12 Mar 2025 14:35:32 -0700 Subject: [PATCH 2/2] quick edit to add back intercom --- integrations/support/intercom.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/integrations/support/intercom.mdx b/integrations/support/intercom.mdx index 913af4521..4fe5c702e 100644 --- a/integrations/support/intercom.mdx +++ b/integrations/support/intercom.mdx @@ -8,13 +8,17 @@ Add the following to your `docs.json` file to add an [Intercom](https://www.inte ```json Integration options in docs.json "integrations": { - "appId": "APP_ID" + "intercom": { + "appId": "APP_ID" + } } ``` ```json Example "integrations": { - "appId": "x2pg8cwb" + "intercom": { + "appId": "APP_ID" + } } ```