react-naver-maps-kit 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4
4
  [![npm version](https://img.shields.io/npm/v/react-naver-maps-kit.svg)](https://www.npmjs.com/package/react-naver-maps-kit)
5
5
 
6
+ 🌐 **문서**: [https://react-naver-maps-kit.pages.dev](https://react-naver-maps-kit.pages.dev)
7
+
6
8
  네이버 지도 SDK를 React에서 안전하고 직관적으로 사용할 수 있는 모던 툴킷입니다.
7
9
 
8
10
  ## 특징
@@ -319,11 +321,14 @@ function MapWithRef() {
319
321
 
320
322
  ## 문서
321
323
 
322
- - [시작하기](/docs/guide/getting-started.md)
323
- - [Provider & Hook](/docs/guide/provider-map-hook.md)
324
- - [지도 통합](/docs/guide/integration-map.md)
325
- - [오버레이 통합](/docs/guide/integration-overlay.md)
326
- - [문제 해결](/docs/troubleshooting/common-issues.md)
324
+ 📖 **전체 문서**: [https://react-naver-maps-kit.pages.dev](https://react-naver-maps-kit.pages.dev)
325
+
326
+ - [시작하기](https://react-naver-maps-kit.pages.dev/guide/getting-started)
327
+ - [Provider & Hook](https://react-naver-maps-kit.pages.dev/guide/provider-map-hook)
328
+ - [지도 통합](https://react-naver-maps-kit.pages.dev/guide/integration-map)
329
+ - [오버레이 통합](https://react-naver-maps-kit.pages.dev/guide/integration-overlay)
330
+ - [API Reference](https://react-naver-maps-kit.pages.dev/api/provider)
331
+ - [문제 해결](https://react-naver-maps-kit.pages.dev/troubleshooting/common-issues)
327
332
 
328
333
  ## 라이선스
329
334