Skip to content

Commit

Permalink
📝 Change community URLs, introduce Discord server
Browse files Browse the repository at this point in the history
Closes #866
  • Loading branch information
baptisteArno committed Nov 14, 2023
1 parent 74dd169 commit 8f224e3
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 17 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,15 @@ Typebot is an open-source chatbot builder. It allows you to create advanced chat
<a href="https://status.typebot.io"><img height="20px" src="https://betteruptime.com/status-badges/v1/monitor/a9kf.svg" alt="Uptime"></a>
<a href="https://github.com/baptisteArno/typebot.io/issues/new"><img src="https://img.shields.io/badge/Report a bug-Github-%231F80C0" alt="Report a bug"></a>
<a href="https://github.com/baptisteArno/typebot.io/discussions/new?category=q-a"><img src="https://img.shields.io/badge/Ask a question-Github-%231F80C0" alt="Ask a question"></a>
<a href="https://www.facebook.com/groups/typebot"><img src="https://img.shields.io/badge/Join community-Facebook-%23016DE5" alt="Ask a question"></a>
<a href="https://console.algora.io/org/typebot/bounties?status=open"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fconsole.algora.io%2Fapi%2Fshields%2Ftypebot%2Fbounties%3Fstatus%3Dopen" alt="Ask a question"></a>
<a href="https://typebot.io/discord"><img src="https://img.shields.io/badge/Join community-Discord-%23404EED" alt="Ask a question"></a>

</p>

<h3 align="center">
<b><a href="https://app.typebot.io/register">Get Started</a></b>
<b><a href="https://app.typebot.io/register">Try Typebot</a></b>
<b><a href="https://docs.typebot.io/">Docs</a></b>
<b><a href="https://www.youtube.com/@typebot4666/videos">YouTube</a></b>
</h3>

---

Expand Down Expand Up @@ -87,8 +85,7 @@ So you’ll be supporting open source software and getting a great service! 💙

You'll find a lot of resources to help you get started with Typebot in the [documentation](https://docs.typebot.io/).

- Have a product-related question? Ask it to the [community](https://www.facebook.com/groups/typebot)
- Have a technical question? Ask it on [Github discussions](https://github.com/baptisteArno/typebot.io/discussions/new/choose)
- Have a question? Join the [Discord server](https://typebot.io/discord) and get instant help.
- Found a bug? [Create an issue](https://github.com/baptisteArno/typebot.io/issues/new)

## Self-hosting
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docs/editor/blocks/integrations/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Then we can use these variables to display dynamic content in the next bubbles:

Possibilities are endless when it comes to API calls, you can litteraly call any API and fetch any data you want.

Feel free to ask the [community](https://www.facebook.com/groups/typebot) for help if you struggle setting up a Webhook block.
Feel free to ask the [community](https://typebot.io/discord) for help if you struggle setting up a Webhook block.

## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docs/editor/blocks/logic/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ if({{Category}} === 'qualified') {
}
```

Do you need to do something but you're not sure how to? [Ask the community for help!](https://www.facebook.com/groups/typebot)
Do you need to do something but you're not sure how to? [Join the Discord server](https://typebot.io/discord) and get instant help!
4 changes: 2 additions & 2 deletions apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ module.exports = {
title: 'Community',
items: [
{
label: 'Facebook Group',
href: 'https://www.facebook.com/groups/typebot',
label: 'Discord',
href: 'https://typebot.io/discord',
},
{
label: 'Twitter',
Expand Down
8 changes: 4 additions & 4 deletions apps/landing-page/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { Logo } from 'assets/icons/Logo'
import { TextLink } from './TextLink'

const facebookGroupUrl = 'https://www.facebook.com/groups/typebot'
const discordServerUrl = 'https://typebot.io/discord'
const typebotLinkedInUrl = 'https://www.linkedin.com/company/typebot'
const typebotTwitterUrl = 'https://twitter.com/Typebot_io'
const baptisteTwitterUrl = 'https://twitter.com/baptisteArno'
Expand Down Expand Up @@ -54,12 +54,12 @@ export const Footer = () => {
</Stack>
<Stack align={'flex-start'}>
<ListHeader>Community</ListHeader>
<TextLink href={discordServerUrl} isExternal>
Discord
</TextLink>
<TextLink href={githubRepoLink} isExternal>
GitHub repository
</TextLink>
<TextLink href={facebookGroupUrl} isExternal>
Facebook Group
</TextLink>
<TextLink href={typebotTwitterUrl} isExternal>
Twitter
</TextLink>
Expand Down
4 changes: 2 additions & 2 deletions apps/landing-page/components/common/Header/_data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const links = [
{
label: 'Community',
description:
'Join our facebook community and get insights on how to create high performing surveys',
href: 'https://www.facebook.com/groups/262165102257585',
'Join the Discord server and learn about chatbots best practices and get help from the community',
href: '/discord',
icon: <PeopleCircleIcon />,
},
],
Expand Down
5 changes: 5 additions & 0 deletions apps/landing-page/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const nextConfig = {
destination: 'https://unpkg.com/typebot-js@2.1.3/dist/index.umd.min.js',
permanent: true,
},
{
source: '/discord',
destination: 'https://discord.com/invite/ymK8Q33d5Z',
permanent: true,
},
]
},
}
Expand Down
9 changes: 9 additions & 0 deletions apps/viewer/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ const nextConfig = {
experimental: {
outputFileTracingRoot: join(__dirname, '../../'),
},
async redirects() {
return [
{
source: '/discord',
destination: 'https://discord.com/invite/ymK8Q33d5Z',
permanent: true,
},
]
},
async rewrites() {
return {
beforeFiles: (process.env.LANDING_PAGE_URL
Expand Down

3 comments on commit 8f224e3

@vercel
Copy link

@vercel vercel bot commented on 8f224e3 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8f224e3 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viewer-v2 – ./apps/viewer

chat.rojie.online
chatdocidadao.com
dividaquitada.com
bot.wphelpchat.com
bots.robomotion.io
brandingmkt.com.br
bt.chatgptlabs.org
cadu.uninta.edu.br
chat.daftarjer.com
chat.foxbot.online
chat.hand-made.one
chat.tuanpakya.com
chat.webisharp.com
chatbotforthat.com
descobrindotudo.me
dicanatural.online
digitalhelp.com.au
draraquelnutri.com
drcarlosyoshi.site
facilitebid.online
goalsettingbot.com
golpenuncamais.com
leads.gecoelho.com
noticiasnet.online
novoappespiao.site
omarcodosanjos.com
pant.maxbot.com.br
pantherview.cr8.ai
positivobra.com.br
rollingball.cr8.ai
ruletaiapro.online
seletiva-bbb24.com
speciallife.com.br
sub.yolozeeeer.com
survey.digienge.io
tribe.ezbooking.ai
voarmaisbrasil.app
w.onewebcenter.com
web.lordromulo.com
web.pauloaguia.com
www.yellobot.co.za
zap.techadviser.in
zero-pendencia.com
ai.convobuilder.com
ai.digitaldaftar.in
al.onewebcenter.com
app.danielnalex.com
ask.realversity.org
blazecontrol.com.br
bop.hartanah101.com
bot.boston-voip.com
bot.cabinpromos.com
bot.carnaval.studio
viewer-v2-typebot-io.vercel.app
prenotazione.ristorantekintsugi.it
download.thailandmicespecialist.com
mdb.assessoria.aloisio.progenbr.com
mdb.assessoria.girotto.progenbr.com
mdb.assessoria.marinho.progenbr.com
mdb.assessoria.rodrigo.progenbr.com
register.thailandmicespecialist.com
mdb.assessoria.desideri.progenbr.com
mdb.assessoria.fernanda.progenbr.com
mdb.assessoria.jbatista.progenbr.com
mdb.assessoria.mauricio.progenbr.com
mdb.evento.autocadastro.progenbr.com
form.shopmercedesbenzsouthorlando.com
mdb.evento.equipeinterna.progenbr.com
bot.studiotecnicoimmobiliaremerelli.it
mdb.assessoria.boaventura.progenbr.com
mdb.assessoria.jtrebesqui.progenbr.com
pesquisa.escolamodacomproposito.com.br
anamnese.clinicaramosodontologia.com.br
gabinete.baleia.formulario.progenbr.com
mdb.assessoria.carreirinha.progenbr.com
chrome-os-inquiry-system.itschromeos.com
mdb.assessoria.paulomarques.progenbr.com
viewer-v2-git-main-typebot-io.vercel.app
main-menu-for-itschromeos.itschromeos.com
mdb.assessoria.qrcode.ademir.progenbr.com
mdb.assessoria.qrcode.arthur.progenbr.com
mdb.assessoria.qrcode.danilo.progenbr.com
mdb.assessoria.qrcode.marcao.progenbr.com
mdb.assessoria.qrcode.marcio.progenbr.com
mdb.assessoria.qrcode.aloisio.progenbr.com
mdb.assessoria.qrcode.girotto.progenbr.com
mdb.assessoria.qrcode.marinho.progenbr.com
mdb.assessoria.qrcode.rodrigo.progenbr.com
mdb.assessoria.carlosalexandre.progenbr.com
mdb.assessoria.qrcode.desideri.progenbr.com
mdb.assessoria.qrcode.fernanda.progenbr.com
mdb.assessoria.qrcode.jbatista.progenbr.com
mdb.assessoria.qrcode.mauricio.progenbr.com
mdb.assessoria.fernanda.regional.progenbr.com
mdb.assessoria.qrcode.boaventura.progenbr.com
mdb.assessoria.qrcode.jtrebesqui.progenbr.com
mdb.assessoria.qrcode.carreirinha.progenbr.com
mdb.assessoria.qrcode.paulomarques.progenbr.com
mdb.assessoria.qrcode.carlosalexandre.progenbr.com
mdb.assessoria.qrcode.fernanda.regional.progenbr.com

@vercel
Copy link

@vercel vercel bot commented on 8f224e3 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs.typebot.io
docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app

Please sign in to comment.