Files
twenty/packages/twenty-docs/l/ja/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.8 KiB
Plaintext

---
title: Twenty を知る
description: Twenty ユーザーガイドへようこそ。高度な設定やベストプラクティスのためのリソースです。
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/ja/user-guide/getting-started/capabilities/what-is-twenty" img="/images/user-guide/api/api.png">
<CardTitle>Twenty を知る</CardTitle>
Twenty とは何か、ビジネスにどのように役立つかを学びましょう。
</Card>
<Card href="/l/ja/user-guide/data-model/overview" img="/images/user-guide/halftone/data-model.png">
<CardTitle>データモデル</CardTitle>
固有のビジネスプロセスに合わせてデータモデルをカスタマイズします。
</Card>
<Card href="/l/ja/user-guide/data-migration/overview" img="/images/user-guide/halftone/data-migration.png">
<CardTitle>データ移行</CardTitle>
CSV または API でデータをインポート/エクスポートします。
</Card>
<Card href="/l/ja/user-guide/calendar-emails/overview" img="/images/user-guide/halftone/calendar-emails.png">
<CardTitle>カレンダーとメール</CardTitle>
チームの会議やメールを一元管理します。
</Card>
<Card href="/l/ja/user-guide/workflows/overview" img="/images/user-guide/halftone/workflows.png">
<CardTitle>ワークフロー</CardTitle>
プロセスを自動化し、外部ツールと統合します。
</Card>
<Card href="/l/ja/user-guide/ai/overview" img="/images/user-guide/halftone/ai.png">
<CardTitle>AI</CardTitle>
AI エージェントでチームを強化します。
</Card>
<Card href="/l/ja/user-guide/views-pipelines/overview" img="/images/user-guide/halftone/layout.png">
<CardTitle>ビューとパイプライン</CardTitle>
実行可能なビューとパイプラインでデータを整理します。
</Card>
<Card href="/l/ja/user-guide/dashboards/overview" img="/images/user-guide/halftone/dashboards.png">
<CardTitle>ダッシュボード</CardTitle>
パフォーマンスを追跡するためのリアルタイムなインサイトを提供します。
</Card>
<Card href="/l/ja/user-guide/permissions-access/overview" img="/images/user-guide/halftone/permissions.png">
<CardTitle>権限とアクセス</CardTitle>
Twenty へのロールおよびアクセス権を管理します。
</Card>
<Card href="/l/ja/user-guide/billing/overview" img="/images/user-guide/halftone/billing.png">
<CardTitle>請求</CardTitle>
Twenty の料金と請求の仕組みを理解します。
</Card>
<Card href="/l/ja/user-guide/settings/overview" img="/images/user-guide/halftone/settings.png">
<CardTitle>設定</CardTitle>
ワークスペースの設定を行います。
</Card>
</CardGroup>