diff --git a/apps/docs/breaking-changes.mdx b/apps/docs/breaking-changes.mdx index 204ecbe08..8f42386bb 100644 --- a/apps/docs/breaking-changes.mdx +++ b/apps/docs/breaking-changes.mdx @@ -2,6 +2,8 @@ title: Breaking changes --- +import { LoomVideo } from '/snippets/loom-video.mdx' + ## Typebot v6 - List variables now don't automatically display the last item when inserted into a bubble. It was too "magical". Now you can leverage the inline code feature to easily get the last element of a list: @@ -16,22 +18,4 @@ title: Breaking changes - `Message sequence` option in the OpenAI block was removed because it was also too "magical" and it. Now I've introduced the `Dialogue` option. For more information: -
- -
+ Make sure to join our [Discord community](https://typebot.io/discord) to participate to these weekly office hours. diff --git a/apps/docs/contribute/the-forge/cli.mdx b/apps/docs/contribute/the-forge/cli.mdx index d7e1f62de..eaa5e64c0 100644 --- a/apps/docs/contribute/the-forge/cli.mdx +++ b/apps/docs/contribute/the-forge/cli.mdx @@ -2,26 +2,10 @@ title: CLI --- +import { LoomVideo } from '/snippets/loom-video.mdx' + The CLI allows you to bootstrap a new block, creating all the necessary files and folders to get started. It asks you a few questions about your block, and then creates the files and folders for you. -
- -
+ diff --git a/apps/docs/editor/blocks/integrations/openai.mdx b/apps/docs/editor/blocks/integrations/openai.mdx index d8473a1af..86d5bc9cc 100644 --- a/apps/docs/editor/blocks/integrations/openai.mdx +++ b/apps/docs/editor/blocks/integrations/openai.mdx @@ -2,6 +2,8 @@ title: OpenAI --- +import { LoomVideo } from '/snippets/loom-video.mdx' + ## Create chat completion With the OpenAI block, you can create a chat completion based on your user queries and display the answer back to your typebot. @@ -39,26 +41,7 @@ This action allows you to transform a text input into an audio URL that you can The generated audio URLs are temporary and expire after 7 days. If you need to store them, make sure to download them before they expire. ::: -
- -
+ ## Troobleshooting diff --git a/apps/docs/editor/blocks/integrations/webhook.mdx b/apps/docs/editor/blocks/integrations/webhook.mdx index 8fda4288a..df318f127 100644 --- a/apps/docs/editor/blocks/integrations/webhook.mdx +++ b/apps/docs/editor/blocks/integrations/webhook.mdx @@ -2,6 +2,8 @@ title: Webhook / API Request --- +import { LoomVideo } from '/snippets/loom-video.mdx' + The Webhook block allows you to either: - Call a Webhook URL of a 3rd party service to send information from the bot. @@ -45,25 +47,7 @@ This video provides a step-by-step guide to successfully configure webhook block I demonstrate how to configure the webhook block, including the URL, method, and custom body. I also show you how to test the webhook call and save the newly created employee ID. Finally, I explain how to implement the find employee by ID endpoint and map the employee name to a variable. -
- +
+)