@@ -41,8 +41,9 @@ const nav = [
41
41
{
42
42
text : 'Resources' ,
43
43
items : [
44
- { text : 'Partners' , link : '/partners/' } ,
45
- { text : 'Themes' , link : '/ecosystem/themes' } ,
44
+ { text : 'Sponsor' , link : 'https://vuejs.org/sponsor/' } ,
45
+ { text : 'Partners' , link : 'https://vuejs.org/partners/' } ,
46
+ { text : 'Themes' , link : 'https://vuejs.org/ecosystem/themes/' } ,
46
47
{ text : 'Jobs' , link : 'https://vuejobs.com/?ref=vuejs' } ,
47
48
{ text : 'T-Shirt Shop' , link : 'https://vue.threadless.com/' }
48
49
]
@@ -97,7 +98,7 @@ const nav = [
97
98
text : 'About' ,
98
99
activeMatch : `^/about/` ,
99
100
items : [
100
- { text : 'FAQ' , link : '/ about/faq' } ,
101
+ { text : 'FAQ' , link : 'https://vuejs.org/ about/faq/ ' } ,
101
102
{ text : 'Team' , link : 'https://vuejs.org/about/team' } ,
102
103
{ text : 'Releases' , link : 'https://vuejs.org/about/releases' } ,
103
104
{
@@ -110,15 +111,6 @@ const nav = [
110
111
link : 'https://www.youtube.com/watch?v=OrxmtDw4pVI'
111
112
}
112
113
]
113
- } ,
114
- {
115
- text : 'Sponsor' ,
116
- link : '/sponsor/'
117
- } ,
118
- {
119
- text : 'Partners' ,
120
- link : '/partners/' ,
121
- activeMatch : `^/partners/`
122
114
}
123
115
]
124
116
@@ -271,13 +263,13 @@ export const sidebar = {
271
263
{
272
264
text : '타입스크립트' ,
273
265
items : [
274
- { text : '개요' , link : '/guide/typescript/overview' } ,
266
+ { text : '개요 (미완료) ' , link : '/guide/typescript/overview' } ,
275
267
{
276
- text : '컴포지션 API와 타입스크립트 ' ,
268
+ text : '⚠️컴포지션 API & TS (미완료) ' ,
277
269
link : '/guide/typescript/composition-api'
278
270
} ,
279
271
{
280
- text : '옵션 API와 타입스크립트 ' ,
272
+ text : '⚠️옵션 API & TS (미완료) ' ,
281
273
link : '/guide/typescript/options-api'
282
274
}
283
275
]
@@ -302,19 +294,19 @@ export const sidebar = {
302
294
link : '/guide/extras/rendering-mechanism'
303
295
} ,
304
296
{
305
- text : 'Render Functions & JSX' ,
297
+ text : '⚠️렌더 함수 & JSX (영문) ' ,
306
298
link : '/guide/extras/render-function'
307
299
} ,
308
300
{
309
- text : 'Vue 와 웹 컴포넌트' ,
301
+ text : '⚠️Vue와 웹 컴포넌트 (영문) ' ,
310
302
link : '/guide/extras/web-components'
311
303
} ,
312
304
{
313
305
text : '애니메이션 기법' ,
314
306
link : '/guide/extras/animation'
315
307
} ,
316
308
{
317
- text : '반응형 변환' ,
309
+ text : '⚠️반응형 변환 (영문) ' ,
318
310
link : '/guide/extras/reactivity-transform'
319
311
}
320
312
// {
@@ -412,10 +404,10 @@ export const sidebar = {
412
404
{
413
405
text : '고급 APIs' ,
414
406
items : [
415
- { text : 'Render 함수' , link : '/api/render-function' } ,
416
- { text : 'Server-Side Rendering ' , link : '/api/ssr' } ,
417
- { text : 'TypeScript Utility Types ' , link : '/api/utility-types' } ,
418
- { text : 'Custom Renderer ' , link : '/api/custom-renderer' }
407
+ { text : '⚠️렌더 함수 (영문) ' , link : '/api/render-function' } ,
408
+ { text : '⚠️서버 사이드 렌더링 (영문) ' , link : '/api/ssr' } ,
409
+ { text : '⚠️TypeScript 유틸리티 타입 (영문) ' , link : '/api/utility-types' } ,
410
+ { text : '⚠️커스텀 렌더러 (영문) ' , link : '/api/custom-renderer' }
419
411
]
420
412
}
421
413
] ,
@@ -555,7 +547,7 @@ export default defineConfigWithTheme<ThemeConfig>({
555
547
556
548
lang : 'ko-KR' ,
557
549
title : 'Vue.js' ,
558
- description : 'Vue.js - The Progressive JavaScript Framework ' ,
550
+ description : 'Vue.js - 프로그래시브 자바스크립트 프레임워크 ' ,
559
551
srcDir : 'src' ,
560
552
// base: '/docs-next/',
561
553
srcExclude : [ 'tutorial/**/description.md' ] ,
@@ -617,7 +609,7 @@ export default defineConfigWithTheme<ThemeConfig>({
617
609
618
610
socialLinks : [
619
611
{ icon : 'languages' , link : '/translations/' } ,
620
- { icon : 'github' , link : 'https://github.com/vuejs/ ' } ,
612
+ { icon : 'github' , link : 'https://github.com/vuejs-kr/docs-next ' } ,
621
613
{ icon : 'twitter' , link : 'https://twitter.com/vuejs' } ,
622
614
{ icon : 'discord' , link : 'https://discord.com/invite/HBherRA' }
623
615
] ,
0 commit comments