@@ -4,38 +4,47 @@ export default defineConfig({
44 lang : "ko-KR" ,
55 title : "React Naver Maps KIT" ,
66 description : "네이버 지도를 React처럼 사용하세요" ,
7-
7+
88 sitemap : {
9- hostname : ' https://react-naver-maps-kit.pages.dev'
9+ hostname : " https://react-naver-maps-kit.pages.dev"
1010 } ,
1111
1212 head : [
13- [ 'meta' , { name : 'google-site-verification' , content : 'K4M9J0rfWktT9Hf766NXdXfYHRg27p8pvrC3vKdpUOA' } ] ,
14- [ 'link' , { rel : 'icon' , type : 'image/png' , href : '/favicon.png' } ] ,
15- [ 'meta' , { name : 'theme-color' , content : '#03C75A' } ] ,
16- [ 'meta' , { property : 'og:type' , content : 'website' } ] ,
17- [ 'meta' , { property : 'og:title' , content : 'react-naver-maps-kit' } ] ,
18- [ 'meta' , { property : 'og:description' , content : '네이버 지도를 React처럼 사용하세요' } ] ,
19- [ 'meta' , { property : 'og:image' , content : 'https://github.com/user-attachments/assets/c2bd5bd6-eb67-4728-9806-1639c1445154' } ] ,
13+ [
14+ "meta" ,
15+ { name : "google-site-verification" , content : "K4M9J0rfWktT9Hf766NXdXfYHRg27p8pvrC3vKdpUOA" }
16+ ] ,
17+ [ "link" , { rel : "icon" , type : "image/png" , href : "/favicon.png" } ] ,
18+ [ "meta" , { name : "theme-color" , content : "#03C75A" } ] ,
19+ [ "meta" , { property : "og:type" , content : "website" } ] ,
20+ [ "meta" , { property : "og:title" , content : "react-naver-maps-kit" } ] ,
21+ [ "meta" , { property : "og:description" , content : "네이버 지도를 React처럼 사용하세요" } ] ,
22+ [
23+ "meta" ,
24+ {
25+ property : "og:image" ,
26+ content : "https://github.com/user-attachments/assets/c2bd5bd6-eb67-4728-9806-1639c1445154"
27+ }
28+ ]
2029 ] ,
2130
2231 themeConfig : {
23- logo : ' /logo.png' ,
24-
32+ logo : " /logo.png" ,
33+
2534 nav : [
2635 { text : "가이드" , link : "/guide/getting-started" } ,
2736 { text : "API" , link : "/api/provider" } ,
28- {
29- text : "v1.3.0" ,
37+ {
38+ text : "v1.3.0" ,
3039 items : [
31- { text : ' Changelog' , link : ' https://github.com/cobocho/react-naver-maps-kit/releases' } ,
32- { text : ' npm' , link : ' https://www.npmjs.com/package/react-naver-maps-kit' }
40+ { text : " Changelog" , link : " https://github.com/cobocho/react-naver-maps-kit/releases" } ,
41+ { text : " npm" , link : " https://www.npmjs.com/package/react-naver-maps-kit" }
3342 ]
3443 }
3544 ] ,
3645
3746 sidebar : {
38- ' /guide/' : [
47+ " /guide/" : [
3948 {
4049 text : "시작하기" ,
4150 items : [
@@ -65,20 +74,34 @@ export default defineConfig({
6574 {
6675 text : "예시 프로젝트" ,
6776 items : [
68- { text : "🏃 운동 기록 트래커" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/activity-tracker" , target : "_blank" } ,
69- { text : "🚕 실시간 택시 추적" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/taxi-tracker" , target : "_blank" } ,
70- { text : "🏠 부동산 매물 탐색" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/real-estate-explorer" , target : "_blank" } ,
71- { text : "📊 상권 분석 지도" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/commercial-area-analysis" , target : "_blank" }
77+ {
78+ text : "🏃 운동 기록 트래커" ,
79+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/activity-tracker" ,
80+ target : "_blank"
81+ } ,
82+ {
83+ text : "🚕 실시간 택시 추적" ,
84+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/taxi-tracker" ,
85+ target : "_blank"
86+ } ,
87+ {
88+ text : "🏠 부동산 매물 탐색" ,
89+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/real-estate-explorer" ,
90+ target : "_blank"
91+ } ,
92+ {
93+ text : "📊 상권 분석 지도" ,
94+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/commercial-area-analysis" ,
95+ target : "_blank"
96+ }
7297 ]
7398 } ,
7499 {
75100 text : "문제 해결" ,
76- items : [
77- { text : "자주 묻는 질문" , link : "/troubleshooting/common-issues" }
78- ]
101+ items : [ { text : "자주 묻는 질문" , link : "/troubleshooting/common-issues" } ]
79102 }
80103 ] ,
81- ' /examples/' : [
104+ " /examples/" : [
82105 {
83106 text : "시작하기" ,
84107 items : [
@@ -108,20 +131,34 @@ export default defineConfig({
108131 {
109132 text : "예시 프로젝트" ,
110133 items : [
111- { text : "🏃 운동 기록 트래커" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/activity-tracker" , target : "_blank" } ,
112- { text : "🚕 실시간 택시 추적" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/taxi-tracker" , target : "_blank" } ,
113- { text : "🏠 부동산 매물 탐색" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/real-estate-explorer" , target : "_blank" } ,
114- { text : "📊 상권 분석 지도" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/commercial-area-analysis" , target : "_blank" }
134+ {
135+ text : "🏃 운동 기록 트래커" ,
136+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/activity-tracker" ,
137+ target : "_blank"
138+ } ,
139+ {
140+ text : "🚕 실시간 택시 추적" ,
141+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/taxi-tracker" ,
142+ target : "_blank"
143+ } ,
144+ {
145+ text : "🏠 부동산 매물 탐색" ,
146+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/real-estate-explorer" ,
147+ target : "_blank"
148+ } ,
149+ {
150+ text : "📊 상권 분석 지도" ,
151+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/commercial-area-analysis" ,
152+ target : "_blank"
153+ }
115154 ]
116155 } ,
117156 {
118157 text : "문제 해결" ,
119- items : [
120- { text : "자주 묻는 질문" , link : "/troubleshooting/common-issues" }
121- ]
158+ items : [ { text : "자주 묻는 질문" , link : "/troubleshooting/common-issues" } ]
122159 }
123160 ] ,
124- ' /api/' : [
161+ " /api/" : [
125162 {
126163 text : "Provider & Hook" ,
127164 items : [
@@ -132,9 +169,7 @@ export default defineConfig({
132169 } ,
133170 {
134171 text : "지도" ,
135- items : [
136- { text : "NaverMap" , link : "/api/map" }
137- ]
172+ items : [ { text : "NaverMap" , link : "/api/map" } ]
138173 } ,
139174 {
140175 text : "오버레이" ,
@@ -169,7 +204,7 @@ export default defineConfig({
169204 ]
170205 }
171206 ] ,
172- ' /troubleshooting/' : [
207+ " /troubleshooting/" : [
173208 {
174209 text : "시작하기" ,
175210 items : [
@@ -199,17 +234,31 @@ export default defineConfig({
199234 {
200235 text : "예시 프로젝트" ,
201236 items : [
202- { text : "🏃 운동 기록 트래커" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/activity-tracker" , target : "_blank" } ,
203- { text : "🚕 실시간 택시 추적" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/taxi-tracker" , target : "_blank" } ,
204- { text : "🏠 부동산 매물 탐색" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/real-estate-explorer" , target : "_blank" } ,
205- { text : "📊 상권 분석 지도" , link : "https://react-naver-maps-kit-playground.pages.dev/projects/commercial-area-analysis" , target : "_blank" }
237+ {
238+ text : "🏃 운동 기록 트래커" ,
239+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/activity-tracker" ,
240+ target : "_blank"
241+ } ,
242+ {
243+ text : "🚕 실시간 택시 추적" ,
244+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/taxi-tracker" ,
245+ target : "_blank"
246+ } ,
247+ {
248+ text : "🏠 부동산 매물 탐색" ,
249+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/real-estate-explorer" ,
250+ target : "_blank"
251+ } ,
252+ {
253+ text : "📊 상권 분석 지도" ,
254+ link : "https://react-naver-maps-kit-playground.pages.dev/projects/commercial-area-analysis" ,
255+ target : "_blank"
256+ }
206257 ]
207258 } ,
208259 {
209260 text : "문제 해결" ,
210- items : [
211- { text : "자주 묻는 질문" , link : "/troubleshooting/common-issues" }
212- ]
261+ items : [ { text : "자주 묻는 질문" , link : "/troubleshooting/common-issues" } ]
213262 }
214263 ]
215264 } ,
@@ -220,46 +269,46 @@ export default defineConfig({
220269 ] ,
221270
222271 footer : {
223- message : ' Released under the MIT License.' ,
224- copyright : ' Copyright © 2026 cobocho'
272+ message : " Released under the MIT License." ,
273+ copyright : " Copyright © 2026 cobocho"
225274 } ,
226275
227276 search : {
228- provider : ' local' ,
277+ provider : " local" ,
229278 options : {
230279 translations : {
231280 button : {
232- buttonText : '검색' ,
233- buttonAriaLabel : '검색'
281+ buttonText : "검색" ,
282+ buttonAriaLabel : "검색"
234283 } ,
235284 modal : {
236- noResultsText : ' 결과를 찾을 수 없습니다' ,
237- resetButtonTitle : ' 검색어 지우기' ,
285+ noResultsText : " 결과를 찾을 수 없습니다" ,
286+ resetButtonTitle : " 검색어 지우기" ,
238287 footer : {
239- selectText : '선택' ,
240- navigateText : '이동'
288+ selectText : "선택" ,
289+ navigateText : "이동"
241290 }
242291 }
243292 }
244293 }
245294 } ,
246295
247296 editLink : {
248- pattern : ' https://github.com/cobocho/react-naver-maps-kit/edit/main/packages/docs/:path' ,
249- text : ' 이 페이지 수정하기'
297+ pattern : " https://github.com/cobocho/react-naver-maps-kit/edit/main/packages/docs/:path" ,
298+ text : " 이 페이지 수정하기"
250299 } ,
251300
252301 lastUpdated : {
253- text : ' 마지막 수정'
302+ text : " 마지막 수정"
254303 } ,
255304
256305 outline : {
257- label : '목차'
306+ label : "목차"
258307 } ,
259308
260309 docFooter : {
261- prev : '이전' ,
262- next : '다음'
310+ prev : "이전" ,
311+ next : "다음"
263312 }
264313 }
265314} ) ;
0 commit comments