-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#1110] Add basic and advance customization to chatplugin docs #1494
[#1110] Add basic and advance customization to chatplugin docs #1494
Conversation
|
||
## Advanced customization | ||
|
||
It is not possible to customize the Airy Chat Plugin if you use the Plug & Play Installation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not true anymore as we have some "basic options" now
|
||
## How to customize the Airy Chat Plugin | ||
|
||
## Basic customization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section looks nice but I think we should also provide a basic table with "option name" "option description" and a little snippet of code example for it
|
||
## Introduction | ||
|
||
We support two ways of customizing your Airy Chat Plugin. For most use cases the [basic customization](#basic-customization) is all you need as it supports the essential options to customize. If you need full control we offer the possibility of [advanced customization](#advanced-customization) with Render Props. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We support two ways of customizing your Airy Chat Plugin. For most use cases the [basic customization](#basic-customization) is all you need as it supports the essential options to customize. If you need full control we offer the possibility of [advanced customization](#advanced-customization) with Render Props. | |
We support two ways of customizing your Airy Chat Plugin. For most use cases the [basic customization](#basic-customization) is all you need as it supports the essential options to customize the experience. If you need full control of every aspect of the plugin, we offer the possibility of [advanced customization](#advanced-customization) with Render Props. |
closes #1110