## 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.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
---
|
|
title: 始めに
|
|
description: Twenty 開発者ドキュメントへようこそ。Twenty の拡張、セルフホスティング、貢献のためのリソースです。
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/ja/developers/api" icon="code">
|
|
<CardTitle>API</CardTitle>
|
|
REST または GraphQL で CRM データをクエリおよび変更します。
|
|
</Card>
|
|
|
|
<Card href="/l/ja/developers/webhooks" icon="bell">
|
|
<CardTitle>Webhooks</CardTitle>
|
|
イベント発生時にリアルタイムで通知を受け取ります。
|
|
</Card>
|
|
|
|
<Card href="/l/ja/developers/apps/apps" icon="puzzle-piece">
|
|
<CardTitle>Apps</CardTitle>
|
|
Twenty の機能を拡張するカスタムアプリケーションを構築します。
|
|
</Card>
|
|
|
|
<Card href="/l/ja/developers/self-host/self-host" icon="desktop">
|
|
<CardTitle>Self-Host</CardTitle>
|
|
ご自身のインフラストラクチャで Twenty をデプロイおよび管理します。
|
|
</Card>
|
|
|
|
<Card href="/l/ja/developers/contribute/contribute" icon="github">
|
|
<CardTitle>Contribute</CardTitle>
|
|
オープンソースコミュニティに参加し、Twenty に貢献しましょう。
|
|
</Card>
|
|
</CardGroup>
|