Skip to content

Commit db9d7e3

Browse files
committed
Chat docs
1 parent 1acd870 commit db9d7e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

_snippets/chat/customization.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Plain.init({
1212
links: [{
1313
text: 'View our docs',
1414
url: 'https://www.plain.com/docs'
15-
}]
15+
}],
16+
17+
// The color of your brand which will be used in parts of the Chat as well as the launcher color
18+
brandColor: '#FF0000',
1619
});
1720
```

chat.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Chat'
33
sidebarTitle: 'Overview'
44
---
55

6-
*Chat is currently in Beta. This will not effect the reliability of this function but we are heavily iterating on the featureset.*
6+
*Chat is currently in Beta. This will not effect the reliability of this feature but we are heavily iterating and improving on the featureset.*
77

88
Our Chat widget lets you embed a live chat interface on your website or app, allowing your customers to reach out to you without leaving your site. You can then respond to these messages directly from Plain.
99

@@ -21,7 +21,7 @@ Here’s how to get started:
2121
After creating your Chat app, you will be provided with a snippet of code that you can embed in your website or app. This will add the chat widget to your site. We recommend adding this to all pages of your site.
2222
</Step>
2323
<Step title="Customize your Chat experience">
24-
You can customize some aspects of the Chat widget by providing additional information to the `Plain.init` function. These are the current options:
24+
You can customize some aspects of the Chat widget by providing additional information to the `Plain.init` function. These are the available options:
2525
<Snippet file="chat/customization.mdx" />
2626
</Step>
2727
<Step title="Viewing Chats in Plain">

0 commit comments

Comments
 (0)