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,28 @@
---
sidebarTitle: 'Welcome'
title: Welcome 👋
icon: hand-wave
---
Typebot is an open-source chatbot builder. It allows you to create conversational apps/forms (Lead qualification, Customer support, Product launch, User onboarding, AI chats), deploy it on your website or WhatsApp number, and collect results in real-time.
This is the Typebot documentation. It's a great place to find most answers. Please use the search box to quickly find the answers you're looking for.
<CardGroup cols={2}>
<Card title="Learn Concepts" icon="graduation-cap" href="./overview">
Learn how Typebot works and how to use it to build your first chatbot
</Card>
<Card title="Deploy your bots" icon="comment" href="/deploy/web/overview">
Explore the different ways you can deploy your typebot.
</Card>
<Card
title="Contribute"
icon="laptop"
href="https://github.com/baptisteArno/typebot.io/blob/main/CONTRIBUTING.md"
>
Interested in creating a block or improve the app? Learn how to contribute.
</Card>
<Card title="Self-hosting" icon="server" href="/self-hosting/get-started">
Learn how to self-host Typebot on your own server
</Card>
</CardGroup>

View File

@ -0,0 +1,14 @@
---
title: Creating a typebot
icon: hammer
---
The best way to understand the basic principles of Typebot is by watching this super quick "Creating a typebot" video:
<div className="relative" style={{ paddingBottom: '64.5933014354067%' }}>
<iframe
src="https://www.youtube.com/embed/jp3ggg_42-M"
allowFullScreen
className="absolute top-0 left-0 w-full h-full"
/>
</div>