Skip to content

Commit 24e4a8b

Browse files
Update integrations/support/overview.mdx
1 parent b053004 commit 24e4a8b

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

integrations/support/overview.mdx

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,20 @@ description: "Integrate with a support widget"
3333
horizontal
3434
>
3535
</Card>
36-
<Card\n href=\"/integrations/support/slack\"\n title=\"Slack\"\n icon={<svg className=\"h-6 w-6\" width=\"127\" height=\"127\" viewBox=\"0 0 127 127\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M27.2 80.3c0 7.3-5.9 13.2-13.2 13.2S.8 87.6.8 80.3s5.9-13.2 13.2-13.2h13.2v13.2zm6.6 0c0-7.3 5.9-13.2 13.2-13.2s13.2 5.9 13.2 13.2v33c0 7.3-5.9 13.2-13.2 13.2s-13.2-5.9-13.2-13.2v-33z\" fill=\"#E01E5A\"/>\n<path d=\"M47 27.2c-7.3 0-13.2-5.9-13.2-13.2S39.7.8 47 .8s13.2 5.9 13.2 13.2v13.2H47zm0 6.6c7.3 0 13.2 5.9 13.2 13.2s-5.9 13.2-13.2 13.2H14c-7.3 0-13.2-5.9-13.2-13.2S6.7 33.8 14 33.8h33z\" fill=\"#36C5F0\"/>\n<path d=\"M99.8 47c0-7.3 5.9-13.2 13.2-13.2s13.2 5.9 13.2 13.2-5.9 13.2-13.2 13.2H99.8V47zm-6.6 0c0 7.3-5.9 13.2-13.2 13.2S66.8 54.3 66.8 47V14c0-7.3 5.9-13.2 13.2-13.2S93.2 6.7 93.2 14v33z\" fill=\"#2EB67D\"/>\n<path d=\"M80 99.8c7.3 0 13.2 5.9 13.2 13.2s-5.9 13.2-13.2 13.2-13.2-5.9-13.2-13.2V99.8H80zm0-6.6c-7.3 0-13.2-5.9-13.2-13.2S72.7 66.8 80 66.8h33c7.3 0 13.2 5.9 13.2 13.2S120.3 93.2 113 93.2H80z\" fill=\"#ECB22E\"/>\n</svg>\n}\nhorizontal\n>\n </Card>\n</CardGroup>
36+
<Card
37+
href="/integrations/support/slack"
38+
title="Slack"
39+
icon={<svg className="h-6 w-6" width="127" height="127" viewBox="0 0 127 127" fill="none" xmlns="http://www.w3.org/2000/svg">
40+
<path d="M27.2 80.3c0 7.3-5.9 13.2-13.2 13.2S.8 87.6.8 80.3s5.9-13.2 13.2-13.2h13.2v13.2zm6.6 0c0-7.3 5.9-13.2 13.2-13.2s13.2 5.9 13.2 13.2v33c0 7.3-5.9 13.2-13.2 13.2s-13.2-5.9-13.2-13.2v-33z" fill="#E01E5A"/>
41+
<path d="M47 27.2c-7.3 0-13.2-5.9-13.2-13.2S39.7.8 47 .8s13.2 5.9 13.2 13.2v13.2H47zm0 6.6c7.3 0 13.2 5.9 13.2 13.2s-5.9 13.2-13.2 13.2H14c-7.3 0-13.2-5.9-13.2-13.2S6.7 33.8 14 33.8h33z" fill="#36C5F0"/>
42+
<path d="M99.8 47c0-7.3 5.9-13.2 13.2-13.2s13.2 5.9 13.2 13.2-5.9 13.2-13.2 13.2H99.8V47zm-6.6 0c0 7.3-5.9 13.2-13.2 13.2S66.8 54.3 66.8 47V14c0-7.3 5.9-13.2 13.2-13.2S93.2 6.7 93.2 14v33z" fill="#2EB67D"/>
43+
<path d="M80 99.8c7.3 0 13.2 5.9 13.2 13.2s-5.9 13.2-13.2 13.2-13.2-5.9-13.2-13.2V99.8H80zm0-6.6c-7.3 0-13.2-5.9-13.2-13.2S72.7 66.8 80 66.8h33c7.3 0 13.2 5.9 13.2 13.2S120.3 93.2 113 93.2H80z" fill="#ECB22E"/>
44+
</svg>
45+
}
46+
horizontal
47+
>
48+
</Card>
49+
</CardGroup>
3750

3851
## Enabling support integrations
3952

@@ -42,6 +55,9 @@ Integrate customer support widgets into your documentation. Add the `integration
4255
```json
4356
"integrations": {
4457
"intercom": "APP_ID",
45-
"frontchat": "CHAT_ID"
58+
"frontchat": "CHAT_ID",
59+
"slack": {
60+
"webhookUrl": "WEBHOOK_URL"
61+
}
4662
}
47-
```
63+
```

0 commit comments

Comments
 (0)