## Summary - **New Getting Started section** with quickstart guide and restructured navigation - **Halftone-style illustrations** for User Guide and Developer introduction cards using a Canvas 2D filter script - **Removed hero images** (`image:` frontmatter + `<Frame><img>` blocks) from all user-guide article pages - **Cleaned up translations** (13 languages): removed hero images and updated introduction cards to use halftone style - **Cleaned up twenty-ui pages**: removed outdated hero images from component docs - **Deleted orphaned images**: `table.png`, `kanban.png` - **Developer page**: fixed duplicate icon, switched to 3-column layout ## Test plan - [ ] Verify docs site builds without errors - [ ] Check User Guide introduction page renders halftone card images in both light and dark mode - [ ] Check Developer introduction page renders 3-column layout with distinct icons - [ ] Confirm article pages no longer show hero images at the top - [ ] Spot-check a few translated pages to ensure hero images are removed 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: github-actions <github-actions@twenty.com>
64 lines
2.6 KiB
Plaintext
64 lines
2.6 KiB
Plaintext
---
|
|
title: Descubre Twenty
|
|
description: Bienvenido a la Guía del usuario de Twenty, tu recurso para configuraciones avanzadas y mejores prácticas.
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={3}>
|
|
<Card href="/l/es/user-guide/getting-started/capabilities/what-is-twenty" img="/images/user-guide/api/api.png">
|
|
<CardTitle>Descubre Twenty</CardTitle>
|
|
Aprende qué es Twenty y cómo puede ayudar a tu empresa.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/data-model/overview" img="/images/user-guide/halftone/data-model.png">
|
|
<CardTitle>Modelo de datos</CardTitle>
|
|
Personaliza tu modelo de datos para adaptarlo a tus procesos empresariales.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/data-migration/overview" img="/images/user-guide/halftone/data-migration.png">
|
|
<CardTitle>Migración de datos</CardTitle>
|
|
Importa y exporta tus datos mediante CSV o API.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/calendar-emails/overview" img="/images/user-guide/halftone/calendar-emails.png">
|
|
<CardTitle>Calendario y correos electrónicos</CardTitle>
|
|
Centraliza las reuniones y los correos electrónicos de tu equipo.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/workflows/overview" img="/images/user-guide/halftone/workflows.png">
|
|
<CardTitle>Flujos de trabajo</CardTitle>
|
|
Automatiza procesos e intégrate con herramientas externas.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/ai/overview" img="/images/user-guide/halftone/ai.png">
|
|
<CardTitle>IA</CardTitle>
|
|
Potencia a tu equipo con agentes de IA.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/views-pipelines/overview" img="/images/user-guide/halftone/layout.png">
|
|
<CardTitle>Vistas y canalizaciones</CardTitle>
|
|
Organiza tus datos con vistas y canalizaciones operativas.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/dashboards/overview" img="/images/user-guide/halftone/dashboards.png">
|
|
<CardTitle>Tableros</CardTitle>
|
|
Información en tiempo real para seguir el rendimiento.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/permissions-access/overview" img="/images/user-guide/halftone/permissions.png">
|
|
<CardTitle>Permisos y acceso</CardTitle>
|
|
Gestiona los roles y el acceso a Twenty.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/billing/overview" img="/images/user-guide/halftone/billing.png">
|
|
<CardTitle>Facturación</CardTitle>
|
|
Comprende cómo funcionan los precios y la facturación de Twenty.
|
|
</Card>
|
|
|
|
<Card href="/l/es/user-guide/settings/overview" img="/images/user-guide/halftone/settings.png">
|
|
<CardTitle>Configuración</CardTitle>
|
|
Configura las preferencias de tu espacio de trabajo.
|
|
</Card>
|
|
</CardGroup>
|