@@ -188,7 +188,7 @@ export const sidebar: ThemeConfig['sidebar'] = {
188188 } ,
189189 { text : 'Props' , link : '/guide/components/props' } ,
190190 { text : '이벤트' , link : '/guide/components/events' } ,
191- { text : 'Component v-model' , link : '/guide/components/v-model' } ,
191+ { text : '컴포넌트 v-model' , link : '/guide/components/v-model' } ,
192192 {
193193 text : '폴스루 속성' ,
194194 link : '/guide/components/attrs'
@@ -272,13 +272,13 @@ export const sidebar: ThemeConfig['sidebar'] = {
272272 {
273273 text : '타입스크립트' ,
274274 items : [
275- { text : '개요 (미완료) ' , link : '/guide/typescript/overview' } ,
275+ { text : '개요' , link : '/guide/typescript/overview' } ,
276276 {
277- text : '⚠️컴포지션 API & TS (미완료) ' ,
277+ text : '컴포지션 API & TS' ,
278278 link : '/guide/typescript/composition-api'
279279 } ,
280280 {
281- text : '⚠️옵션 API & TS (미완료) ' ,
281+ text : '옵션 API & TS' ,
282282 link : '/guide/typescript/options-api'
283283 }
284284 ]
@@ -303,19 +303,19 @@ export const sidebar: ThemeConfig['sidebar'] = {
303303 link : '/guide/extras/rendering-mechanism'
304304 } ,
305305 {
306- text : '⚠️렌더 함수 & JSX (영문) ' ,
306+ text : '렌더 함수 & JSX' ,
307307 link : '/guide/extras/render-function'
308308 } ,
309309 {
310- text : '⚠️Vue와 웹 컴포넌트 (영문) ' ,
310+ text : 'Vue와 웹 컴포넌트' ,
311311 link : '/guide/extras/web-components'
312312 } ,
313313 {
314314 text : '애니메이션 기법' ,
315315 link : '/guide/extras/animation'
316316 } ,
317317 {
318- text : '⚠️반응형 변환 (영문) ' ,
318+ text : '반응형 변환' ,
319319 link : '/guide/extras/reactivity-transform'
320320 }
321321 // {
@@ -413,10 +413,10 @@ export const sidebar: ThemeConfig['sidebar'] = {
413413 {
414414 text : '고급 APIs' ,
415415 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' }
420420 ]
421421 }
422422 ] ,
@@ -621,9 +621,9 @@ export default defineConfigWithTheme<ThemeConfig>({
621621 repo : 'https://github.com/vuejs-translations/docs-ja'
622622 } ,
623623 {
624- link : 'https ://ko .vuejs.org' ,
624+ link : 'http ://v3-docs .vuejs-korea .org' ,
625625 text : '한국어' ,
626- repo : 'https://github.com/vuejs-translations /docs-ko '
626+ repo : 'https://github.com/vuejs-kr /docs-next '
627627 } ,
628628 {
629629 link : '/translations/' ,
0 commit comments