@@ -188,7 +188,7 @@ export const sidebar: ThemeConfig['sidebar'] = {
188
188
} ,
189
189
{ text : 'Props' , link : '/guide/components/props' } ,
190
190
{ text : '이벤트' , link : '/guide/components/events' } ,
191
- { text : 'Component v-model' , link : '/guide/components/v-model' } ,
191
+ { text : '컴포넌트 v-model' , link : '/guide/components/v-model' } ,
192
192
{
193
193
text : '폴스루 속성' ,
194
194
link : '/guide/components/attrs'
@@ -272,13 +272,13 @@ export const sidebar: ThemeConfig['sidebar'] = {
272
272
{
273
273
text : '타입스크립트' ,
274
274
items : [
275
- { text : '개요 (미완료) ' , link : '/guide/typescript/overview' } ,
275
+ { text : '개요' , link : '/guide/typescript/overview' } ,
276
276
{
277
- text : '⚠️컴포지션 API & TS (미완료) ' ,
277
+ text : '컴포지션 API & TS' ,
278
278
link : '/guide/typescript/composition-api'
279
279
} ,
280
280
{
281
- text : '⚠️옵션 API & TS (미완료) ' ,
281
+ text : '옵션 API & TS' ,
282
282
link : '/guide/typescript/options-api'
283
283
}
284
284
]
@@ -303,19 +303,19 @@ export const sidebar: ThemeConfig['sidebar'] = {
303
303
link : '/guide/extras/rendering-mechanism'
304
304
} ,
305
305
{
306
- text : '⚠️렌더 함수 & JSX (영문) ' ,
306
+ text : '렌더 함수 & JSX' ,
307
307
link : '/guide/extras/render-function'
308
308
} ,
309
309
{
310
- text : '⚠️Vue와 웹 컴포넌트 (영문) ' ,
310
+ text : 'Vue와 웹 컴포넌트' ,
311
311
link : '/guide/extras/web-components'
312
312
} ,
313
313
{
314
314
text : '애니메이션 기법' ,
315
315
link : '/guide/extras/animation'
316
316
} ,
317
317
{
318
- text : '⚠️반응형 변환 (영문) ' ,
318
+ text : '반응형 변환' ,
319
319
link : '/guide/extras/reactivity-transform'
320
320
}
321
321
// {
@@ -413,10 +413,10 @@ export const sidebar: ThemeConfig['sidebar'] = {
413
413
{
414
414
text : '고급 APIs' ,
415
415
items : [
416
- { text : '⚠️렌더 함수 (영문) ' , link : '/api/render-function' } ,
417
- { text : '⚠️서버 사이드 렌더링 (영문) ' , link : '/api/ssr' } ,
418
- { text : '⚠️TypeScript 유틸리티 타입 (영문) ' , link : '/api/utility-types' } ,
419
- { text : '⚠️커스텀 렌더러 (영문) ' , link : '/api/custom-renderer' }
416
+ { text : '렌더 함수' , link : '/api/render-function' } ,
417
+ { text : '서버 사이드 렌더링' , link : '/api/ssr' } ,
418
+ { text : 'TypeScript 유틸리티 타입' , link : '/api/utility-types' } ,
419
+ { text : '커스텀 렌더러' , link : '/api/custom-renderer' }
420
420
]
421
421
}
422
422
] ,
@@ -621,9 +621,9 @@ export default defineConfigWithTheme<ThemeConfig>({
621
621
repo : 'https://github.com/vuejs-translations/docs-ja'
622
622
} ,
623
623
{
624
- link : 'https ://ko .vuejs.org' ,
624
+ link : 'http ://v3-docs .vuejs-korea .org' ,
625
625
text : '한국어' ,
626
- repo : 'https://github.com/vuejs-translations /docs-ko '
626
+ repo : 'https://github.com/vuejs-kr /docs-next '
627
627
} ,
628
628
{
629
629
link : '/translations/' ,
0 commit comments