Skip to content

Commit e7033f7

Browse files
committed
docs: add comprehensive component documentation with AutoTypeTable
- Add NaverMapView component documentation - Add overlay components documentation in separate folder - Include TypeScript interface names for clarity - Configure proper navigation structure with meta.json - Use AutoTypeTable for automatic prop documentation
1 parent 6654aac commit e7033f7

18 files changed

+191
-1435
lines changed

docs/content/docs/api.mdx

Lines changed: 0 additions & 461 deletions
This file was deleted.

docs/content/docs/components.mdx

Lines changed: 0 additions & 140 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Components"
3+
description: "React Native Naver Map에서 제공하는 다양한 컴포넌트들"
4+
---
5+
6+
import { Cards, Card } from 'fumadocs-ui/components/card'
7+
import { Map, Shapes } from 'lucide-react'
8+
9+
## 컴포넌트
10+
11+
React Native Naver Map에서 제공하는 다양한 컴포넌트들을 소개합니다.
12+
13+
## 주요 컴포넌트
14+
15+
<Cards>
16+
<Card title="NaverMapView" href="/docs/components/naver-map-view" icon={<Map className="w-6 h-6" />}>
17+
지도를 표시하는 기본 컴포넌트
18+
</Card>
19+
<Card title="오버레이" href="/docs/components/overlays" icon={<Shapes className="w-6 h-6" />}>
20+
원, 폴리곤, 경로 등 도형 오버레이
21+
</Card>
22+
</Cards>

0 commit comments

Comments
 (0)