Files
twenty/packages/twenty-docs/l/ko/user-guide/introduction.mdx
T
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

64 lines
2.7 KiB
Plaintext

---
title: Twenty 알아보기
description: 고급 구성과 모범 사례를 위한 리소스인 Twenty 사용자 가이드에 오신 것을 환영합니다.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/ko/user-guide/getting-started/capabilities/what-is-twenty" img="/images/user-guide/api/api.png">
<CardTitle>Twenty 알아보기</CardTitle>
Twenty가 무엇이며 비즈니스에 어떻게 도움이 되는지 알아보세요.
</Card>
<Card href="/l/ko/user-guide/data-model/overview" img="/images/user-guide/halftone/data-model.png">
<CardTitle>데이터 모델</CardTitle>
비즈니스 프로세스에 맞게 데이터 모델을 사용자 정의하세요.
</Card>
<Card href="/l/ko/user-guide/data-migration/overview" img="/images/user-guide/halftone/data-migration.png">
<CardTitle>데이터 마이그레이션</CardTitle>
CSV 또는 API를 통해 데이터를 가져오고 내보내세요.
</Card>
<Card href="/l/ko/user-guide/calendar-emails/overview" img="/images/user-guide/halftone/calendar-emails.png">
<CardTitle>캘린더 및 이메일</CardTitle>
팀의 미팅과 이메일을 한곳에 통합하세요.
</Card>
<Card href="/l/ko/user-guide/workflows/overview" img="/images/user-guide/halftone/workflows.png">
<CardTitle>워크플로우</CardTitle>
프로세스를 자동화하고 외부 도구와 통합하세요.
</Card>
<Card href="/l/ko/user-guide/ai/overview" img="/images/user-guide/halftone/ai.png">
<CardTitle>AI</CardTitle>
AI 에이전트로 팀을 강화하세요.
</Card>
<Card href="/l/ko/user-guide/views-pipelines/overview" img="/images/user-guide/halftone/layout.png">
<CardTitle>보기 및 파이프라인</CardTitle>
실행 가능한 보기와 파이프라인으로 데이터를 구성하세요.
</Card>
<Card href="/l/ko/user-guide/dashboards/overview" img="/images/user-guide/halftone/dashboards.png">
<CardTitle>대시보드</CardTitle>
성과를 추적할 수 있는 실시간 인사이트.
</Card>
<Card href="/l/ko/user-guide/permissions-access/overview" img="/images/user-guide/halftone/permissions.png">
<CardTitle>권한 및 액세스</CardTitle>
Twenty에 대한 역할과 액세스를 관리하세요.
</Card>
<Card href="/l/ko/user-guide/billing/overview" img="/images/user-guide/halftone/billing.png">
<CardTitle>청구</CardTitle>
Twenty의 요금제와 청구 방식에 대해 알아보세요.
</Card>
<Card href="/l/ko/user-guide/settings/overview" img="/images/user-guide/halftone/settings.png">
<CardTitle>설정</CardTitle>
워크스페이스 기본 설정을 구성하세요.
</Card>
</CardGroup>