From 92f64ed1e11a0376e17477f3870e039c7c60a4d3 Mon Sep 17 00:00:00 2001 From: YOUNGHO8762 Date: Wed, 18 Jun 2025 19:58:20 +0900 Subject: [PATCH] docs: add translations for editLink, outline, docFooter, and lastUpdated in korean --- fundamentals/bundling/.vitepress/config.mts | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/fundamentals/bundling/.vitepress/config.mts b/fundamentals/bundling/.vitepress/config.mts index adb31a7..baadb51 100644 --- a/fundamentals/bundling/.vitepress/config.mts +++ b/fundamentals/bundling/.vitepress/config.mts @@ -150,6 +150,18 @@ export default defineConfig({ ], }, ], + editLink: { + pattern: "https://github.com/toss/frontend-fundamentals/edit/main/fundamentals/bundling/:path", + text: "GitHub에서 수정하기" + }, + outline: { + label: "페이지 내용" + }, + docFooter: { + prev: "이전 페이지", + next: "다음 페이지" + }, + lastUpdated: {text:'마지막 업데이트'}, }, } }, @@ -185,5 +197,4 @@ export default defineConfig({ ] } }, -}) - +}) \ No newline at end of file