2
0

📝 Migrate from Docusaurus to Mintlify (#1115)

Closes #868
This commit is contained in:
Baptiste Arnaud
2023-12-22 09:13:53 +01:00
committed by GitHub
parent 512bb09282
commit 1e5fa5a575
450 changed files with 49522 additions and 104787 deletions

View File

@@ -0,0 +1,33 @@
---
title: Overview
---
To get the appropriate instructions to deploy your typebot in your platform of choice, make sure to head over the `Share` tab of your bot and select the platform you want to deploy your typebot on.
You can choose to embed your typebot in 3 different ways.
## Standard
Embeds the typebot in a box with the size of your choice anywhere on your app. This is what is used on Typebot homepage:
<Frame>
<img src="/images/embeddings/standard.png" alt="Standard" />
</Frame>
You can also set the width to `100%` and the height to `100vh` to make it take the entire page dimensions
## Popup
Embeds the typebot in a Popup that overlays your website. It can be triggered after a delay or with a click of a button for example
<Frame>
<img src="/images/embeddings/popup.png" alt="Popup" />
</Frame>
## Bubble
Embeds the typebot as a "chat bubble" at the bottom right corner of your site. Can be triggered automatically or with a click. It can also come with a "proactive message".
<Frame>
<img src="/images/embeddings/bubble1.png" alt="Bubble 1" width="600px" />
</Frame>