24 lines
926 B
Plaintext
24 lines
926 B
Plaintext
---
|
|
title: Primeiros passos
|
|
description: Bem-vindo à Documentação para Desenvolvedores da Twenty, seus recursos para estender, auto-hospedar e contribuir para o Twenty.
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={3}>
|
|
<Card href="/l/pt/developers/extend/extend" img="/images/user-guide/integrations/plug.png">
|
|
<CardTitle>Estender</CardTitle>
|
|
Crie integrações com APIs, webhooks e aplicativos personalizados.
|
|
</Card>
|
|
|
|
<Card href="/l/pt/developers/self-host/self-host" img="/images/user-guide/what-is-twenty/20.png">
|
|
<CardTitle>Auto-hospedar</CardTitle>
|
|
Implante e gerencie o Twenty na sua própria infraestrutura.
|
|
</Card>
|
|
|
|
<Card href="/l/pt/developers/contribute/contribute" img="/images/user-guide/github/github-header.png">
|
|
<CardTitle>Contribuir</CardTitle>
|
|
Junte-se à nossa comunidade de código aberto e contribua para o Twenty.
|
|
</Card>
|
|
</CardGroup>
|