mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
- Add a Pro-only `<Note>` callout at the top of `deploy/web/custom-domain.mdx` - Add a "Switch workspace" section in `workspace.mdx` covering the workspace dropdown - Add a FAQ entry "I don't see my bots after login" pointing to the workspace switcher - Add new guide `guides/external-messaging-apps.mdx` on integrating Typebot with external messaging apps (KakaoTalk, LINE, Telegram, etc.) via the HTTP API - Register the new guide in `mint.json` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
393 lines
11 KiB
JSON
393 lines
11 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Typebot Docs",
|
|
"openapi": ["/openapi/builder.json", "/openapi/viewer.json"],
|
|
"feedback": {
|
|
"suggestEdit": true
|
|
},
|
|
"logo": {
|
|
"dark": "/logo/dark.svg",
|
|
"light": "/logo/light.svg"
|
|
},
|
|
"favicon": "/favicon.svg",
|
|
"colors": {
|
|
"primary": "#FF5925",
|
|
"light": "#FF5925",
|
|
"dark": "#FF5925",
|
|
"background": {
|
|
"light": "#F1F1F1",
|
|
"dark": "#1A1A1A"
|
|
}
|
|
},
|
|
"font": {
|
|
"headings": {
|
|
"family": "Uxum Grotesk",
|
|
"weight": 500,
|
|
"url": "https://typebot.com/fonts/uxumGrotesque/uxumGrotesqueMedium.woff2",
|
|
"format": "woff2"
|
|
},
|
|
"body": {
|
|
"family": "Untitled Sans",
|
|
"weight": 400,
|
|
"url": "https://typebot.com/fonts/untitledSans/untitledSansRegular.woff2",
|
|
"format": "woff2"
|
|
}
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Github",
|
|
"url": "https://github.com/baptisteArno/typebot.io"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Dashboard",
|
|
"url": "https://app.typebot.com"
|
|
},
|
|
"primaryTab": {
|
|
"name": "Learn"
|
|
},
|
|
"tabs": [
|
|
{
|
|
"name": "Self-Hosting",
|
|
"url": "self-hosting"
|
|
},
|
|
{
|
|
"name": "Contribute",
|
|
"url": "contribute"
|
|
},
|
|
{
|
|
"name": "API Reference",
|
|
"url": "api-reference"
|
|
}
|
|
],
|
|
"anchors": [
|
|
{
|
|
"name": "Community",
|
|
"icon": "discord",
|
|
"url": "https://typebot.com/discord"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": ["get-started/introduction", "get-started/overview"]
|
|
},
|
|
{
|
|
"group": "Flow",
|
|
"pages": [
|
|
"editor/graph",
|
|
{
|
|
"group": "Blocks",
|
|
"icon": "block",
|
|
"pages": [
|
|
"editor/blocks/overview",
|
|
{
|
|
"group": "Bubbles",
|
|
"pages": [
|
|
"editor/blocks/bubbles/text",
|
|
"editor/blocks/bubbles/image",
|
|
"editor/blocks/bubbles/video",
|
|
"editor/blocks/bubbles/embed",
|
|
"editor/blocks/bubbles/audio"
|
|
]
|
|
},
|
|
{
|
|
"group": "Inputs",
|
|
"pages": [
|
|
"editor/blocks/inputs/text",
|
|
"editor/blocks/inputs/number",
|
|
"editor/blocks/inputs/email",
|
|
"editor/blocks/inputs/website",
|
|
"editor/blocks/inputs/date",
|
|
"editor/blocks/inputs/time",
|
|
"editor/blocks/inputs/phone-number",
|
|
"editor/blocks/inputs/buttons",
|
|
"editor/blocks/inputs/picture-choice",
|
|
"editor/blocks/inputs/payment",
|
|
"editor/blocks/inputs/rating",
|
|
"editor/blocks/inputs/file-upload",
|
|
"editor/blocks/inputs/cards"
|
|
]
|
|
},
|
|
{
|
|
"group": "Logic",
|
|
"pages": [
|
|
"editor/blocks/logic/set-variable",
|
|
"editor/blocks/logic/condition",
|
|
"editor/blocks/logic/redirect",
|
|
"editor/blocks/logic/script",
|
|
"editor/blocks/logic/typebot-link",
|
|
"editor/blocks/logic/wait",
|
|
"editor/blocks/logic/jump",
|
|
"editor/blocks/logic/return",
|
|
"editor/blocks/logic/ab-test",
|
|
"editor/blocks/logic/webhook"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"editor/blocks/integrations/google-sheets",
|
|
"editor/blocks/integrations/google-analytics",
|
|
"editor/blocks/integrations/http-request",
|
|
"editor/blocks/integrations/send-email",
|
|
"editor/blocks/integrations/zapier",
|
|
"editor/blocks/integrations/make-com",
|
|
"editor/blocks/integrations/pabbly-connect",
|
|
"editor/blocks/integrations/chatwoot",
|
|
"editor/blocks/integrations/meta-pixel",
|
|
"editor/blocks/integrations/openai",
|
|
"editor/blocks/integrations/mistral",
|
|
"editor/blocks/integrations/elevenlabs",
|
|
"editor/blocks/integrations/anthropic",
|
|
"editor/blocks/integrations/dify-ai",
|
|
"editor/blocks/integrations/nocodb",
|
|
"editor/blocks/integrations/posthog",
|
|
"editor/blocks/integrations/segment",
|
|
"editor/blocks/integrations/zendesk",
|
|
"editor/blocks/integrations/blink",
|
|
"editor/blocks/integrations/gmail"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Events",
|
|
"icon": "command",
|
|
"pages": [
|
|
"editor/events/command",
|
|
"editor/events/reply",
|
|
"editor/events/invalid-reply"
|
|
]
|
|
},
|
|
"editor/variables",
|
|
"editor/publish",
|
|
"editor/share",
|
|
"editor/context-menu",
|
|
"editor/export-import"
|
|
]
|
|
},
|
|
{
|
|
"group": "Theme",
|
|
"pages": ["theme/overview", "theme/font"]
|
|
},
|
|
{
|
|
"group": "Settings",
|
|
"pages": ["settings/overview", "settings/remember-user"]
|
|
},
|
|
{
|
|
"group": "Deploy",
|
|
"pages": [
|
|
{
|
|
"group": "Web",
|
|
"icon": "globe",
|
|
"pages": [
|
|
"deploy/web/overview",
|
|
"deploy/web/custom-domain",
|
|
"deploy/web/html-javascript",
|
|
"deploy/web/react",
|
|
"deploy/web/next-js",
|
|
"deploy/web/wordpress",
|
|
"deploy/web/iframe",
|
|
"deploy/web/script",
|
|
"deploy/web/webflow",
|
|
"deploy/web/blink"
|
|
]
|
|
},
|
|
{
|
|
"group": "WhatsApp",
|
|
"icon": "whatsapp",
|
|
"pages": [
|
|
"deploy/whatsapp/overview",
|
|
"deploy/whatsapp/create-meta-app"
|
|
]
|
|
},
|
|
{
|
|
"group": "API",
|
|
"icon": "code-simple",
|
|
"pages": ["deploy/api/overview"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Results",
|
|
"pages": ["results/overview", "results/analytics"]
|
|
},
|
|
{
|
|
"group": "User",
|
|
"pages": ["user/preferences", "user/delete-account", "user/credentials"]
|
|
},
|
|
{
|
|
"group": "Workspace",
|
|
"pages": [
|
|
"workspace",
|
|
"workspace/add-members-and-guests",
|
|
"workspace/subscription"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"guides/how-to-get-help",
|
|
"guides/mailer-lite",
|
|
"guides/multi-avatars",
|
|
"guides/rtl",
|
|
"guides/utm-in-results",
|
|
"guides/how-to-create-loops",
|
|
"guides/how-to-split-ai-messages-in-multi-blocks",
|
|
"guides/user-commands",
|
|
"guides/external-messaging-apps"
|
|
]
|
|
},
|
|
{
|
|
"group": "Misc",
|
|
"pages": ["faq", "report-abuse", "breaking-changes"]
|
|
},
|
|
{
|
|
"group": "Get started",
|
|
"pages": [
|
|
"self-hosting/get-started",
|
|
"self-hosting/configuration",
|
|
"self-hosting/troubleshoot"
|
|
]
|
|
},
|
|
{
|
|
"group": "Deploy",
|
|
"pages": [
|
|
"self-hosting/deploy/docker",
|
|
"self-hosting/deploy/vercel",
|
|
"self-hosting/deploy/alibaba-cloud",
|
|
"self-hosting/deploy/manual"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": ["self-hosting/guides/s3", "self-hosting/guides/planetscale"]
|
|
},
|
|
{
|
|
"group": "Misc",
|
|
"pages": ["self-hosting/breaking-changes"]
|
|
},
|
|
{
|
|
"group": "Get started",
|
|
"pages": ["api-reference/authentication", "api-reference/how-to"]
|
|
},
|
|
{
|
|
"group": "Get started",
|
|
"pages": ["contribute/overview", "contribute/guidelines"]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"contribute/guides/local-installation",
|
|
"contribute/guides/create-block",
|
|
"contribute/guides/documentation",
|
|
"contribute/guides/blog",
|
|
"contribute/guides/translation"
|
|
]
|
|
},
|
|
{
|
|
"group": "The Forge",
|
|
"pages": [
|
|
"contribute/the-forge/overview",
|
|
"contribute/the-forge/cli",
|
|
"contribute/the-forge/block",
|
|
"contribute/the-forge/auth",
|
|
"contribute/the-forge/action",
|
|
"contribute/the-forge/run",
|
|
"contribute/the-forge/options",
|
|
"contribute/the-forge/fetcher"
|
|
]
|
|
},
|
|
{
|
|
"group": "Chat",
|
|
"pages": [
|
|
"api-reference/chat/start-chat",
|
|
"api-reference/chat/start-preview-chat",
|
|
"api-reference/chat/continue-chat",
|
|
"api-reference/chat/save-logs",
|
|
"api-reference/chat/generate-upload-url",
|
|
"api-reference/chat/update-typebot-in-session"
|
|
]
|
|
},
|
|
{
|
|
"group": "Typebot",
|
|
"pages": [
|
|
"api-reference/typebot/list",
|
|
"api-reference/typebot/get",
|
|
"api-reference/typebot/create",
|
|
"api-reference/typebot/import",
|
|
"api-reference/typebot/update",
|
|
"api-reference/typebot/delete",
|
|
"api-reference/typebot/get-published-bot",
|
|
"api-reference/typebot/publish",
|
|
"api-reference/typebot/unpublish"
|
|
]
|
|
},
|
|
{
|
|
"group": "Results",
|
|
"pages": [
|
|
"api-reference/results/list",
|
|
"api-reference/results/get",
|
|
"api-reference/results/delete",
|
|
"api-reference/results/list-logs"
|
|
]
|
|
},
|
|
{
|
|
"group": "Analytics",
|
|
"pages": ["api-reference/analytics/get-stats"]
|
|
},
|
|
{
|
|
"group": "Folder",
|
|
"pages": [
|
|
"api-reference/folder/list",
|
|
"api-reference/folder/get",
|
|
"api-reference/folder/create",
|
|
"api-reference/folder/update",
|
|
"api-reference/folder/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Workspace",
|
|
"pages": [
|
|
"api-reference/workspace/list",
|
|
"api-reference/workspace/get",
|
|
"api-reference/workspace/create",
|
|
"api-reference/workspace/update",
|
|
"api-reference/workspace/delete",
|
|
"api-reference/workspace/list-members"
|
|
]
|
|
},
|
|
{
|
|
"group": "Billing",
|
|
"pages": [
|
|
"api-reference/billing/get-usage",
|
|
"api-reference/billing/list-invoices"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"website": "https://typebot.com",
|
|
"discord": "https://typebot.com/discord",
|
|
"github": "https://github.com/baptisteArno/typebot.io"
|
|
},
|
|
"redirects": [
|
|
{
|
|
"source": "/editor/blocks/integrations/webhook",
|
|
"destination": "/editor/blocks/integrations/http-request"
|
|
},
|
|
{
|
|
"source": "/deploy/web/libraries/html-javascript",
|
|
"destination": "/deploy/web/html-javascript"
|
|
},
|
|
{
|
|
"source": "/deploy/web/libraries/react",
|
|
"destination": "/deploy/web/react"
|
|
},
|
|
{
|
|
"source": "/deploy/web/libraries/next-js",
|
|
"destination": "/deploy/web/next-js"
|
|
}
|
|
]
|
|
}
|