Skip to content

Commit 0f7010f

Browse files
committed
chore: Add youtube channel to docs website
1 parent 9c5cfe0 commit 0f7010f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/concepts/conversations.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ const flow = {
2222
}
2323
```
2424

25+
:::tip Tip
26+
27+
Check out the [**YouTube Tutorial**](https://www.youtube.com/watch?v=nRJ9lGMrV8g) explaining the conversation flow concept through stronger visuals and animations.
28+
29+
:::
30+
2531
In a conversation, there are 4 important properties to take note of and they are the **Flow** (conversation flow), **Block** (conversation block), **Attributes** and **Params**. Below,
2632
we observe how these properties interact with each other:
2733

docs/introduction/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ Alternatively, you may also experiment with the `primaryColor` and `secondaryCol
5353

5454
:::info Info
5555

56-
In the next few sections, we will go through a brief overview on React ChatBotify, cover important properties as well as explore conversations/configurations. It is recommended to sit through these sections without skipping them as they will help ease your use of the library and the understanding of this documentation 😊!
56+
In the next few sections, we will go through a brief overview on React ChatBotify, cover important properties as well as explore conversations/configurations. These materials are also available in the form of [**YouTube Tutorials**](https://www.youtube.com/watch?v=nRJ9lGMrV8g). It is recommended to sit through these contents without skipping them as they will help ease your use of the library and the understanding of this documentation 😊!
5757

5858
:::

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ const config = {
158158
label: 'Twitter (X)',
159159
href: 'https://x.com/reactchatbotify',
160160
},
161+
{
162+
label: 'YouTube',
163+
href: 'https://www.youtube.com/watch?v=nRJ9lGMrV8g',
164+
},
161165
],
162166
},
163167
],

0 commit comments

Comments
 (0)