882e9fd231
## Summary - Restructures the developer Extend documentation: moves API and Webhooks to top-level pages, creates dedicated Apps section with Getting Started, Building, and Publishing pages - Updates navigation structure (`docs.json`, `base-structure.json`, `navigation.template.json`) - Updates translated docs for all locales and LLMS.md references across app packages ## Test plan - [ ] Run `mintlify dev` locally and verify navigation structure - [ ] Check that all links in the Extend section work correctly - [ ] Verify translated pages render properly Made with [Cursor](https://cursor.com) --------- Co-authored-by: github-actions <github-actions@twenty.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
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={2}>
|
|
<Card href="/l/pt/developers/api" icon="code">
|
|
<CardTitle>API</CardTitle>
|
|
Consulte e modifique os dados do seu CRM com REST ou GraphQL.
|
|
</Card>
|
|
|
|
<Card href="/l/pt/developers/webhooks" icon="bell">
|
|
<CardTitle>Webhooks</CardTitle>
|
|
Receba notificações em tempo real quando eventos ocorrerem.
|
|
</Card>
|
|
|
|
<Card href="/l/pt/developers/apps/apps" icon="puzzle-piece">
|
|
<CardTitle>Apps</CardTitle>
|
|
Crie aplicativos personalizados que estendem as capacidades do Twenty.
|
|
</Card>
|
|
|
|
<Card href="/l/pt/developers/self-host/self-host" icon="desktop">
|
|
<CardTitle>Auto-hospedar</CardTitle>
|
|
Implante e gerencie o Twenty na sua própria infraestrutura.
|
|
</Card>
|
|
|
|
<Card href="/l/pt/developers/contribute/contribute" icon="github">
|
|
<CardTitle>Contribuir</CardTitle>
|
|
Junte-se à nossa comunidade de código aberto e contribua para o Twenty.
|
|
</Card>
|
|
</CardGroup>
|