Files
twenty/packages/twenty-docs/l/cs/user-guide/introduction.mdx
T
Félix Malfait 5d438bb70c Docs: restructure navigation, add halftone illustrations, clean up hero images (#19728)
## 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>
2026-04-21 09:13:55 +02:00

65 lines
2.6 KiB
Plaintext

---
title: Objevte Twenty
description: Vítejte v uživatelské příručce Twenty, která je vaším zdrojem pokročilých konfigurací a osvědčených postupů.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/cs/user-guide/getting-started/capabilities/what-is-twenty" img="/images/user-guide/api/api.png">
<CardTitle>Objevte Twenty</CardTitle>
Zjistěte, co je Twenty a jak může pomoci vašemu podnikání.
</Card>
<Card href="/l/cs/user-guide/data-model/overview" img="/images/user-guide/halftone/data-model.png">
<CardTitle>Datový model</CardTitle>
Přizpůsobte svůj datový model tak, aby odpovídal vašim obchodním procesům.
</Card>
<Card href="/l/cs/user-guide/data-migration/overview" img="/images/user-guide/halftone/data-migration.png">
<CardTitle>Migrace dat</CardTitle>
Importujte a exportujte svá data pomocí CSV nebo API.
</Card>
<Card href="/l/cs/user-guide/calendar-emails/overview" img="/images/user-guide/halftone/calendar-emails.png">
<CardTitle>Kalendář a e-maily</CardTitle>
Centralizujte schůzky a e-maily svého týmu.
</Card>
<Card href="/l/cs/user-guide/workflows/overview" img="/images/user-guide/halftone/workflows.png">
<CardTitle>Pracovní postupy</CardTitle>
Automatizujte procesy a integrujte se s externími nástroji.
</Card>
<Card href="/l/cs/user-guide/ai/overview" img="/images/user-guide/halftone/ai.png">
<CardTitle>AI</CardTitle>
Posilte svůj tým pomocí agentů AI.
</Card>
<Card href="/l/cs/user-guide/views-pipelines/overview" img="/images/user-guide/halftone/layout.png">
<CardTitle>Zobrazení a pipeline</CardTitle>
Uspořádejte svá data pomocí praktických zobrazení a pipeline.
</Card>
<Card href="/l/cs/user-guide/dashboards/overview" img="/images/user-guide/halftone/dashboards.png">
<CardTitle>Přehledy</CardTitle>
Informace v reálném čase pro sledování výkonnosti.
</Card>
<Card href="/l/cs/user-guide/permissions-access/overview" img="/images/user-guide/halftone/permissions.png">
<CardTitle>Oprávnění a přístup</CardTitle>
Spravujte role a přístup k Twenty.
</Card>
<Card href="/l/cs/user-guide/billing/overview" img="/images/user-guide/halftone/billing.png">
<CardTitle>Fakturace</CardTitle>
Pochopte, jak fungují ceny a fakturace Twenty.
</Card>
<Card href="/l/cs/user-guide/settings/overview" img="/images/user-guide/halftone/settings.png">
<CardTitle>Nastavení</CardTitle>
Nastavte předvolby svého pracovního prostoru.
</Card>
</CardGroup>