## 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를 확장하고, 자체 호스팅하며, Twenty에 기여하는 데 필요한 자료를 제공합니다.
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/ko/developers/api" icon="code">
|
|
<CardTitle>API</CardTitle>
|
|
REST 또는 GraphQL로 CRM 데이터를 쿼리하고 수정합니다.
|
|
</Card>
|
|
|
|
<Card href="/l/ko/developers/webhooks" icon="bell">
|
|
<CardTitle>Webhooks</CardTitle>
|
|
이벤트 발생 시 실시간 알림을 받습니다.
|
|
</Card>
|
|
|
|
<Card href="/l/ko/developers/apps/apps" icon="puzzle-piece">
|
|
<CardTitle>Apps</CardTitle>
|
|
Twenty의 기능을 확장하는 맞춤형 애플리케이션을 구축하세요.
|
|
</Card>
|
|
|
|
<Card href="/l/ko/developers/self-host/self-host" icon="desktop">
|
|
<CardTitle>자체 호스팅</CardTitle>
|
|
자체 인프라에 Twenty를 배포하고 관리하세요.
|
|
</Card>
|
|
|
|
<Card href="/l/ko/developers/contribute/contribute" icon="github">
|
|
<CardTitle>기여</CardTitle>
|
|
오픈 소스 커뮤니티에 참여하고 Twenty에 기여하세요.
|
|
</Card>
|
|
</CardGroup>
|