## 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: Primeros pasos
|
|
description: Bienvenido a la documentación para desarrolladores de Twenty, tus recursos para ampliar, autoalojar y contribuir a Twenty.
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/es/developers/api" icon="code">
|
|
<CardTitle>API</CardTitle>
|
|
Consulta y modifica los datos de tu CRM con REST o GraphQL.
|
|
</Card>
|
|
|
|
<Card href="/l/es/developers/webhooks" icon="bell">
|
|
<CardTitle>Webhooks</CardTitle>
|
|
Recibe notificaciones en tiempo real cuando ocurran eventos.
|
|
</Card>
|
|
|
|
<Card href="/l/es/developers/apps/apps" icon="puzzle-piece">
|
|
<CardTitle>Apps</CardTitle>
|
|
Crea aplicaciones personalizadas que amplíen las capacidades de Twenty.
|
|
</Card>
|
|
|
|
<Card href="/l/es/developers/self-host/self-host" icon="desktop">
|
|
<CardTitle>Autoalojar</CardTitle>
|
|
Despliega y administra Twenty en tu propia infraestructura.
|
|
</Card>
|
|
|
|
<Card href="/l/es/developers/contribute/contribute" icon="github">
|
|
<CardTitle>Contribuir</CardTitle>
|
|
Únete a nuestra comunidad de código abierto y contribuye a Twenty.
|
|
</Card>
|
|
</CardGroup>
|