Skip to content

Commit 5310fd2

Browse files
committed
드랍다운에 3 문서 추가
1 parent 4558053 commit 5310fd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/vue/layout/partials/learn_dropdown.ejs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<li><a href="<%- url_for("/v2/style-guide/") %>" class="nav-link<%- page.path.match(/\/style-guide(\/|$)/) ? ' current' : '' %>">스타일 가이드</a></li>
1010
<li><a href="<%- url_for("/v2/examples/") %>" class="nav-link<%- page.path.match(/\/examples(\/|$)/) ? ' current' : '' %>">예시</a></li>
1111
<li><a href="<%- url_for("/v2/cookbook/") %>" class="nav-link<%- page.path.match(/\/cookbook(\/|$)/) ? ' current' : '' %>">쿡북</a></li>
12+
<li><a href="https://v3.vuejs-korea.org/ko-KR/" class="nav-lin>">Vue.js 3 한국어문서</a></li>
1213
</ul>
1314
</li>
1415
<li><h4>영상 강의</h4></li>
@@ -30,5 +31,6 @@
3031
</li>
3132
</ul>
3233
</li>
34+
3335
</ul>
3436
</li>

0 commit comments

Comments
 (0)