Skip to content

Commit

Permalink
fix(docs): docs link change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Sep 4, 2021
1 parent ebfbb3b commit 85ad5c2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const config = {
editLinks: true,
editLinkText:
"이 λ¬Έμ„œμ— λŒ€ν•œ 의견이 μžˆμœΌμ‹œκ±°λ‚˜, 문제λ₯Ό λ°œκ²¬ν•˜μ…¨μœΌλ©΄ μ œλ³΄ν•΄μ£Όμ„Έμš”!",
base: "/vue3-naver-maps/",
locales: {
// Korean
"/": {
Expand Down
6 changes: 3 additions & 3 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ app
### mapOptions

- **선택**
- **νƒ€μž…:** [`naverV3.mapOptions`](/types/define.html#mapoptions)
- **νƒ€μž…:** [`naverV3.mapOptions`](/vue3-naver-maps/types/define.html#mapoptions)
- **상세:**

`naver.maps.mapOptions`νƒ€μž…μ„ 상속받아 μ‚¬μš© ν•©λ‹ˆλ‹€. 지도 생성 μ˜΅μ…˜μ„ 지정 ν•©λ‹ˆλ‹€. μ˜΅μ…˜μ„ μ§€μ •ν•˜μ§€ μ•ŠλŠ” 경우, λ„€μ΄λ²„μ—μ„œ 제곡 ν•˜λŠ” κΈ°λ³Έ 지도 μ˜΅μ…˜μ„ μ‚¬μš©ν•©λ‹ˆλ‹€.
Expand All @@ -102,7 +102,7 @@ app
### initLayers

- **선택**
- **νƒ€μž…:** [`naverV3.initLayer[]`](/types/define.html#initlayer)
- **νƒ€μž…:** [`naverV3.initLayer[]`](/vue3-naver-maps/types/define.html#initlayer)
- **κΈ°λ³Έκ°’:** `[]`
- **상세:**

Expand Down Expand Up @@ -151,7 +151,7 @@ app
### htmlIcon

- **선택**
- **νƒ€μž…:** [`naverV3.htmlIcon`](/types/define.html#htmlicon)
- **νƒ€μž…:** [`naverV3.htmlIcon`](/vue3-naver-maps/types/define.html#htmlicon)
- **상세:**

htmlIcon을 μ‚¬μš©ν•˜λŠ” 경우, 초기 `size`와 `anchor`λ₯Ό μ§€μ •ν•©λ‹ˆλ‹€. `@onLoad`λ₯Ό 톡해 마컀 객체λ₯Ό λ°˜ν™˜ λ°›κ³  `setIcon()`을 μ‚¬μš©ν•˜μ—¬λ„ λ¬΄κ΄€ν•©λ‹ˆλ‹€.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/componentMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {

λͺ¨λ“  PropsλŠ” ν•„μˆ˜ 값이 μ•„λ‹™λ‹ˆλ‹€. ν•΄λ‹Ή Props이 μ—†λŠ” 경우 기본값이 적용 λ©λ‹ˆλ‹€. `@onLoad`도 λ§ˆμ°¬κ°€μ§€λ‘œ naver 객체λ₯Ό μ„€μ •ν•  일이 μ—†μœΌλ©΄ μ‚¬μš©ν•˜μ§€ μ•Šμ•„λ„ 상관 μ—†μŠ΅λ‹ˆλ‹€.

μžμ„Έν•œ μ„€μ • μ˜΅μ…˜μ€ [naver-map μ˜΅μ…˜](/api/#naver-map)μ—μ„œ 확인 κ°€λŠ₯ν•©λ‹ˆλ‹€.
μžμ„Έν•œ μ„€μ • μ˜΅μ…˜μ€ [naver-map μ˜΅μ…˜](/vue3-naver-maps/api/#naver-map)μ—μ„œ 확인 κ°€λŠ₯ν•©λ‹ˆλ‹€.

:::info μ•Œλ¦Ό
κΈ°λ³Έ 값은 λ„€μ΄λ²„μ—μ„œ μ œκ³΅ν•˜λŠ” κΈ°λ³Έ κ°’μœΌλ‘œ μ„€μ • λ©λ‹ˆλ‹€.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/componentMarker.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {

μ»΄ν¬λ„ŒνŠΈ 내뢀에 μ½”λ“œλ₯Ό μž‘μ„±ν•˜λ©΄ `HtmlIcon`이 적용 λ©λ‹ˆλ‹€. `HtmlIcon`μ‚¬μš© μ‹œ `anchor`와 `size`λ₯Ό λ³„λ„λ‘œ 지정해 μ£Όμ…”μ•Ό λ§ˆμ»€μœ„μΉ˜λ₯Ό μ •ν™•νžˆ μœ μ§€ ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

μžμ„Έν•œ μ„€μ • μ˜΅μ…˜μ€ [naver-marker μ˜΅μ…˜](/api/#naver-marker)μ—μ„œ 확인 κ°€λŠ₯ν•©λ‹ˆλ‹€.
μžμ„Έν•œ μ„€μ • μ˜΅μ…˜μ€ [naver-marker μ˜΅μ…˜](/vue3-naver-maps/api/#naver-marker)μ—μ„œ 확인 κ°€λŠ₯ν•©λ‹ˆλ‹€.

:::info μ•Œλ¦Ό
HtmlIcon을 μ‚¬μš©ν•˜μ§€ μ•ŠμœΌλ©΄ 넀이버 κΈ°λ³Έ 마컀 μŠ€νƒ€μΌμ΄ 적용 λ©λ‹ˆλ‹€.
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ yarn add vue3-naver-maps @types/navermaps

[Naver Cloud Platform](https://www.ncloud.com/product/applicationService/maps)μ—μ„œ 지도 μ„œλΉ„μŠ€ μ‹ μ²­ ν›„ λ°œκΈ‰λœ `Client ID` ν‚€κ°€ ν•„μš”ν•©λ‹ˆλ‹€.

μ„€μΉ˜μ— κ΄€ν•œ μžμ„Έν•œ μ˜΅μ…˜μ€ [μ„€μΉ˜μ˜΅μ…˜ API](/api/#μ„€μΉ˜μ˜΅μ…˜)λ₯Ό μ°Έμ‘°ν•΄μ£Όμ„Έμš”
μ„€μΉ˜μ— κ΄€ν•œ μžμ„Έν•œ μ˜΅μ…˜μ€ [μ„€μΉ˜μ˜΅μ…˜ API](/vue3-naver-maps/api/#μ„€μΉ˜μ˜΅μ…˜)λ₯Ό μ°Έμ‘°ν•΄μ£Όμ„Έμš”

:::warning 주의
SSR에 λŒ€ν•œ λ™μž‘λ³΄μ¦μ€ ν•˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€. CSR을 μ΄μš©ν•˜μ‹œλŠ” 것을 ꢌμž₯λ“œλ¦½λ‹ˆλ‹€.
Expand Down

0 comments on commit 85ad5c2

Please sign in to comment.