diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index bb2de82..7f5cd3c 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -28,7 +28,7 @@ const config: Config = {
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
- locales: ['en', 'zh', 'jp'],
+ locales: ['en', 'zh', 'jp', 'ko'],
localeConfigs: {
en: {
label: 'English',
@@ -42,6 +42,10 @@ const config: Config = {
label: '日本語',
htmlLang: 'ja',
},
+ ko: {
+ label: '한국어',
+ htmlLang: 'ko',
+ },
},
},
@@ -89,7 +93,7 @@ const config: Config = {
'@easyops-cn/docusaurus-search-local',
{
hashed: true,
- language: ["en", "zh", "jp"],
+ language: ["en", "zh", "jp", 'ko'],
},
],
],
diff --git a/i18n/ko/code.json b/i18n/ko/code.json
new file mode 100644
index 0000000..a749622
--- /dev/null
+++ b/i18n/ko/code.json
@@ -0,0 +1,344 @@
+{
+ "authbar.contributions": {
+ "message": "Contributions"
+ },
+ "authbar.contributions.untranslated.title": {
+ "message": "Help us improve handbook!",
+ "description": "This title shows at bottom of doc page which not translated and used its english version."
+ },
+ "authbar.contributions.untranslated.message": {
+ "message": "The page you are reading does not have a version in the language you selected. Please help us translate it!",
+ "description": "This message shows at bottom of doc page which not translated and used its english version."
+ },
+ "authbar.contributions.authors": {
+ "message": "Authors"
+ },
+ "authbar.contributions.translators": {
+ "message": "Translators"
+ },
+ "authbar.lastUpdated": {
+ "message": "Last updated on"
+ },
+ "theme.ErrorPageContent.title": {
+ "message": "페이지에 오류가 발생하였습니다.",
+ "description": "The title of the fallback page when the page crashed"
+ },
+ "theme.BackToTopButton.buttonAriaLabel": {
+ "message": "맨 위로 스크롤하기",
+ "description": "The ARIA label for the back to top button"
+ },
+ "theme.blog.archive.title": {
+ "message": "게시물 목록",
+ "description": "The page & hero title of the blog archive page"
+ },
+ "theme.blog.archive.description": {
+ "message": "게시물 목록",
+ "description": "The page & hero description of the blog archive page"
+ },
+ "theme.blog.paginator.navAriaLabel": {
+ "message": "블로그 게시물 목록 탐색",
+ "description": "The ARIA label for the blog pagination"
+ },
+ "theme.blog.paginator.newerEntries": {
+ "message": "이전 페이지",
+ "description": "The label used to navigate to the newer blog posts page (previous page)"
+ },
+ "theme.blog.paginator.olderEntries": {
+ "message": "다음 페이지",
+ "description": "The label used to navigate to the older blog posts page (next page)"
+ },
+ "theme.blog.post.paginator.navAriaLabel": {
+ "message": "블로그 게시물 탐색",
+ "description": "The ARIA label for the blog posts pagination"
+ },
+ "theme.blog.post.paginator.newerPost": {
+ "message": "이전 게시물",
+ "description": "The blog post button label to navigate to the newer/previous post"
+ },
+ "theme.blog.post.paginator.olderPost": {
+ "message": "다음 게시물",
+ "description": "The blog post button label to navigate to the older/next post"
+ },
+ "theme.blog.post.plurals": {
+ "message": "{count}개 게시물",
+ "description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
+ },
+ "theme.blog.tagTitle": {
+ "message": "\"{tagName}\" 태그로 연결된 {nPosts}개의 게시물이 있습니다.",
+ "description": "The title of the page for a blog tag"
+ },
+ "theme.tags.tagsPageLink": {
+ "message": "모든 태그 보기",
+ "description": "The label of the link targeting the tag list page"
+ },
+ "theme.colorToggle.ariaLabel": {
+ "message": "어두운 모드와 밝은 모드 전환하기 (현재 {mode})",
+ "description": "The ARIA label for the navbar color mode toggle"
+ },
+ "theme.colorToggle.ariaLabel.mode.dark": {
+ "message": "어두운 모드",
+ "description": "The name for the dark color mode"
+ },
+ "theme.colorToggle.ariaLabel.mode.light": {
+ "message": "밝은 모드",
+ "description": "The name for the light color mode"
+ },
+ "theme.docs.breadcrumbs.navAriaLabel": {
+ "message": "Breadcrumbs",
+ "description": "The ARIA label for the breadcrumbs"
+ },
+ "theme.docs.DocCard.categoryDescription.plurals": {
+ "message": "{count} 항목",
+ "description": "The default description for a category card in the generated index about how many items this category includes"
+ },
+ "theme.docs.paginator.navAriaLabel": {
+ "message": "문서 페이지",
+ "description": "The ARIA label for the docs pagination"
+ },
+ "theme.docs.paginator.previous": {
+ "message": "이전",
+ "description": "The label used to navigate to the previous doc"
+ },
+ "theme.docs.paginator.next": {
+ "message": "다음",
+ "description": "The label used to navigate to the next doc"
+ },
+ "theme.docs.tagDocListPageTitle.nDocsTagged": {
+ "message": "{count}개 문서가",
+ "description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
+ },
+ "theme.docs.tagDocListPageTitle": {
+ "message": "{nDocsTagged} \"{tagName}\" 태그에 분류되었습니다",
+ "description": "The title of the page for a docs tag"
+ },
+ "theme.docs.versionBadge.label": {
+ "message": "버전: {versionLabel}"
+ },
+ "theme.docs.versions.unreleasedVersionLabel": {
+ "message": "{siteTitle} {versionLabel} 문서는 아직 정식 공개되지 않았습니다.",
+ "description": "The label used to tell the user that he's browsing an unreleased doc version"
+ },
+ "theme.docs.versions.unmaintainedVersionLabel": {
+ "message": "{siteTitle} {versionLabel} 문서는 더 이상 업데이트되지 않습니다.",
+ "description": "The label used to tell the user that he's browsing an unmaintained doc version"
+ },
+ "theme.docs.versions.latestVersionSuggestionLabel": {
+ "message": "최신 문서는 {latestVersionLink} ({versionLabel})을 확인하세요.",
+ "description": "The label used to tell the user to check the latest version"
+ },
+ "theme.docs.versions.latestVersionLinkLabel": {
+ "message": "최신 버전",
+ "description": "The label used for the latest version suggestion link label"
+ },
+ "theme.common.editThisPage": {
+ "message": "페이지 편집",
+ "description": "The link label to edit the current page"
+ },
+ "theme.common.headingLinkTitle": {
+ "message": "{heading}에 대한 직접 링크",
+ "description": "Title for link to heading"
+ },
+ "theme.lastUpdated.atDate": {
+ "message": " {date}에",
+ "description": "The words used to describe on which date a page has been last updated"
+ },
+ "theme.lastUpdated.byUser": {
+ "message": " {user}가",
+ "description": "The words used to describe by who the page has been last updated"
+ },
+ "theme.lastUpdated.lastUpdatedAtBy": {
+ "message": "최종 수정: {atDate}{byUser}",
+ "description": "The sentence used to display when a page has been last updated, and by who"
+ },
+ "theme.navbar.mobileVersionsDropdown.label": {
+ "message": "버전",
+ "description": "The label for the navbar versions dropdown on mobile view"
+ },
+ "theme.NotFound.title": {
+ "message": "페이지를 찾을 수 없습니다.",
+ "description": "The title of the 404 page"
+ },
+ "theme.tags.tagsListLabel": {
+ "message": "태그:",
+ "description": "The label alongside a tag list"
+ },
+ "theme.admonition.caution": {
+ "message": "주의",
+ "description": "The default label used for the Caution admonition (:::caution)"
+ },
+ "theme.admonition.danger": {
+ "message": "위험",
+ "description": "The default label used for the Danger admonition (:::danger)"
+ },
+ "theme.admonition.info": {
+ "message": "정보",
+ "description": "The default label used for the Info admonition (:::info)"
+ },
+ "theme.admonition.note": {
+ "message": "노트",
+ "description": "The default label used for the Note admonition (:::note)"
+ },
+ "theme.admonition.tip": {
+ "message": "팁",
+ "description": "The default label used for the Tip admonition (:::tip)"
+ },
+ "theme.admonition.warning": {
+ "message": "경고",
+ "description": "The default label used for the Warning admonition (:::warning)"
+ },
+ "theme.AnnouncementBar.closeButtonAriaLabel": {
+ "message": "닫기",
+ "description": "The ARIA label for close button of announcement bar"
+ },
+ "theme.blog.sidebar.navAriaLabel": {
+ "message": "최근 블로그 문서 둘러보기",
+ "description": "The ARIA label for recent posts in the blog sidebar"
+ },
+ "theme.CodeBlock.copied": {
+ "message": "복사했습니다",
+ "description": "The copied button label on code blocks"
+ },
+ "theme.CodeBlock.copyButtonAriaLabel": {
+ "message": "클립보드에 코드 복사",
+ "description": "The ARIA label for copy code blocks button"
+ },
+ "theme.CodeBlock.copy": {
+ "message": "복사",
+ "description": "The copy button label on code blocks"
+ },
+ "theme.CodeBlock.wordWrapToggle": {
+ "message": "줄 바꿈 전환",
+ "description": "The title attribute for toggle word wrapping button of code block lines"
+ },
+ "theme.DocSidebarItem.expandCategoryAriaLabel": {
+ "message": "사이드바 분류 '{label}' 펼치기",
+ "description": "The ARIA label to expand the sidebar category"
+ },
+ "theme.DocSidebarItem.collapseCategoryAriaLabel": {
+ "message": "사이드바 분류 '{label}' 접기",
+ "description": "The ARIA label to collapse the sidebar category"
+ },
+ "theme.NavBar.navAriaLabel": {
+ "message": "메인",
+ "description": "The ARIA label for the main navigation"
+ },
+ "theme.navbar.mobileLanguageDropdown.label": {
+ "message": "언어",
+ "description": "The label for the mobile language switcher dropdown"
+ },
+ "theme.NotFound.p1": {
+ "message": "원하는 페이지를 찾을 수 없습니다.",
+ "description": "The first paragraph of the 404 page"
+ },
+ "theme.NotFound.p2": {
+ "message": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
+ "description": "The 2nd paragraph of the 404 page"
+ },
+ "theme.TOCCollapsible.toggleButtonLabel": {
+ "message": "이 페이지에서",
+ "description": "The label used by the button on the collapsible TOC component"
+ },
+ "theme.blog.post.readMore": {
+ "message": "자세히 보기",
+ "description": "The label used in blog post item excerpts to link to full blog posts"
+ },
+ "theme.blog.post.readMoreLabel": {
+ "message": "{title} 에 대해 더 읽어보기",
+ "description": "The ARIA label for the link to full blog posts from excerpts"
+ },
+ "theme.blog.post.readingTime.plurals": {
+ "message": "약 {readingTime}분",
+ "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
+ },
+ "theme.docs.breadcrumbs.home": {
+ "message": "홈",
+ "description": "The ARIA label for the home page in the breadcrumbs"
+ },
+ "theme.docs.sidebar.collapseButtonTitle": {
+ "message": "사이드바 숨기기",
+ "description": "The title attribute for collapse button of doc sidebar"
+ },
+ "theme.docs.sidebar.collapseButtonAriaLabel": {
+ "message": "사이드바 숨기기",
+ "description": "The title attribute for collapse button of doc sidebar"
+ },
+ "theme.docs.sidebar.navAriaLabel": {
+ "message": "문서 사이드바",
+ "description": "The ARIA label for the sidebar navigation"
+ },
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": {
+ "message": "사이드바 닫기",
+ "description": "The ARIA label for close button of mobile sidebar"
+ },
+ "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
+ "message": "← 메인 메뉴로 돌아가기",
+ "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
+ },
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
+ "message": "사이드바 펼치거나 접기",
+ "description": "The ARIA label for hamburger menu button of mobile navigation"
+ },
+ "theme.docs.sidebar.expandButtonTitle": {
+ "message": "사이드바 열기",
+ "description": "The ARIA label and title attribute for expand button of doc sidebar"
+ },
+ "theme.docs.sidebar.expandButtonAriaLabel": {
+ "message": "사이드바 열기",
+ "description": "The ARIA label and title attribute for expand button of doc sidebar"
+ },
+ "theme.SearchPage.existingResultsTitle": {
+ "message": "Search results for \"{query}\"",
+ "description": "The search page title for non-empty query"
+ },
+ "theme.SearchPage.emptyResultsTitle": {
+ "message": "Search the documentation",
+ "description": "The search page title for empty query"
+ },
+ "theme.SearchPage.searchContext.everywhere": {
+ "message": "Everywhere"
+ },
+ "theme.SearchPage.documentsFound.plurals": {
+ "message": "1 document found|{count} documents found",
+ "description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
+ },
+ "theme.SearchPage.noResultsText": {
+ "message": "No documents were found",
+ "description": "The paragraph for empty search result"
+ },
+ "theme.SearchBar.noResultsText": {
+ "message": "No results"
+ },
+ "theme.SearchBar.seeAllOutsideContext": {
+ "message": "See all results outside \"{context}\""
+ },
+ "theme.SearchBar.searchInContext": {
+ "message": "See all results within \"{context}\""
+ },
+ "theme.SearchBar.seeAll": {
+ "message": "See all results"
+ },
+ "theme.SearchBar.label": {
+ "message": "Search",
+ "description": "The ARIA label and placeholder for search button"
+ },
+ "theme.ErrorPageContent.tryAgain": {
+ "message": "다시 시도해 보세요",
+ "description": "The label of the button to try again rendering when the React error boundary captures an error"
+ },
+ "theme.common.skipToMainContent": {
+ "message": "본문으로 건너뛰기",
+ "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
+ },
+ "theme.tags.tagsPageTitle": {
+ "message": "태그",
+ "description": "The title of the tag list page"
+ },
+ "theme.unlistedContent.title": {
+ "message": "색인되지 않은 문서",
+ "description": "The unlisted content banner title"
+ },
+ "theme.unlistedContent.message": {
+ "message": "이 문서는 색인되지 않습니다. 검색 엔진이 이 문서를 색인하지 않으며, 주소를 알고 있는 사용자만 접근할 수 있습니다.",
+ "description": "The unlisted content banner message"
+ }
+}
diff --git a/i18n/ko/docusaurus-plugin-content-blog/options.json b/i18n/ko/docusaurus-plugin-content-blog/options.json
new file mode 100644
index 0000000..9239ff7
--- /dev/null
+++ b/i18n/ko/docusaurus-plugin-content-blog/options.json
@@ -0,0 +1,14 @@
+{
+ "title": {
+ "message": "Blog",
+ "description": "The title for the blog used in SEO"
+ },
+ "description": {
+ "message": "Blog",
+ "description": "The description for the blog used in SEO"
+ },
+ "sidebar.title": {
+ "message": "Recent posts",
+ "description": "The label for the left sidebar"
+ }
+}
diff --git a/i18n/ko/docusaurus-plugin-content-docs/current.json b/i18n/ko/docusaurus-plugin-content-docs/current.json
new file mode 100644
index 0000000..c42996c
--- /dev/null
+++ b/i18n/ko/docusaurus-plugin-content-docs/current.json
@@ -0,0 +1,46 @@
+{
+ "version.label": {
+ "message": "Next",
+ "description": "The label for version current"
+ },
+ "sidebar.tutorialSidebar.category.Tutorials": {
+ "message": "Tutorials",
+ "description": "The label for category Tutorials in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Motion Capture": {
+ "message": "Motion Capture",
+ "description": "The label for category Motion Capture in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Assets": {
+ "message": "Assets",
+ "description": "The label for category Assets in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Blueprints": {
+ "message": "Blueprints",
+ "description": "The label for category Blueprints in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Ready-to-Use Blueprints": {
+ "message": "Ready-to-Use Blueprints",
+ "description": "The label for category Ready-to-Use Blueprints in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Nodes": {
+ "message": "Nodes",
+ "description": "The label for category Nodes in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Modding": {
+ "message": "Modding",
+ "description": "The label for category Modding in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Scripting": {
+ "message": "Scripting",
+ "description": "The label for category Scripting in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Scripting API": {
+ "message": "Scripting API",
+ "description": "The label for category Scripting API in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Miscellaneous": {
+ "message": "Miscellaneous",
+ "description": "The label for category Miscellaneous in sidebar tutorialSidebar"
+ }
+}
diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/misc/handbook-contribution.md b/i18n/ko/docusaurus-plugin-content-docs/current/misc/handbook-contribution.md
new file mode 100644
index 0000000..51fae80
--- /dev/null
+++ b/i18n/ko/docusaurus-plugin-content-docs/current/misc/handbook-contribution.md
@@ -0,0 +1,179 @@
+---
+sidebar_position: 20
+---
+
+# 기여 문서
+
+:::tip
+Warudo 문서 사이트가 이제 Github에 오픈 소스로 공개되었습니다!
+https://github.com/HakuyaLabs/warudo-docs/
+:::
+
+Warudo의 유연한 기능을 사용하는 동시에, 사용 난이도를 낮추기 위해 간단하고 이해하기 쉬운 문서와 튜토리얼이 필요합니다.
+
+Warudo handbook는 React 기반의 [Docusaurus](https://docusaurus.io/)를 사용하며, 내용은 [Markdown](https://www.markdownguide.org/) 형식으로 작성되었습니다.
+동시에 우리는 문서 페이지에 몇 가지 편리한 기능을 추가했으며, Warudo 소프트웨어의 기능 지원 및 안내에도 사용될 것입니다.
+
+Warudo handbook는 오픈 소스이며, 이해하기 어려운 부분이 있거나 새로운 내용을 제공하고자 하는 경우 독점적인 튜토리얼과 가이드를 제공합니다
+Github 이슈 및 디스코드에서 질문을 제기하거나 직접 Github 프로젝트에 코드를 제출하거나 번역에 기여할 수 있습니다. 당신의 이름은 문서 하단의 기여자 목록에 표시됩니다!
+
+## 참여 기여
+
+### Github Issue를 사용하여 문제를 피드백하고 의견을 제출하세요
+
+깃허브 이슈를 통해 직접 피드백하는 것은 직접적이고 간단한 방법입니다. 우리는 몇 가지 이슈 템플릿을 설정하여 문제를 제기하는 데 도움을 줍니다.
+https://github.com/HakuyaLabs/warudo-docs/issues
+
+Warudo 문서에 대한 피드백이며, Warudo 소프트웨어 자체에 대한 토론은 관련 Discord 채널에서 연락하십시오.
+https://discord.gg/warudo
+
+### 코드를 제출하여 기여자가 되세요
+
+만약 Git 및 프론트엔드 개발에 대한 지식이 있다면, Github에서 직접 Merge Request를 제출하여 코드를 기여할 수 있습니다.
+이해하지 못해도 괜찮습니다. 아래 내용은 당신이 Warudo Handbook을 로컬에서 실행하고 수정할 수 있도록 안내합니다.
+## 기술 세부 사항
+
+### 디렉토리 구조
+
+| 경로 | 내용 |
+|--|--|
+| `/docs` | 영어 문서 (주요) |
+| `/i18n/zh/docusaurus-plugin-content-docs/current` | 中文文档 (번역) |
+|/i18n/ko/docusaurus-plugin-content-docs/current| 한국어 문서 (번역) |
+
+비영어 번역 버전의 디렉토리 구조는 영어 버전과 완전히 동일해야 하며, 언어 전환을 정확히 작동할 수 있도록 합니다.
+
+:::tip
+
+웹사이트 왼쪽 탐색기 구조 또한 영어 버전 파일에서 생성되었습니다. `/docs` 폴더의 각 파일을 `/i18n/[lang]/docusaurus-plugin-content-docs/current` 로 복사하시고, 각 파일의 구조가 다른 언어에서 완전히 일치하도록 하시기 바랍니다.
+
+:::
+
+
+
+### 자주 사용하는 명령
+
+| 명령 | 설명 |
+|--|--|
+| `yarn` | 의존성 설치 |
+| `yarn start:en` | 영어 문서 개발 모드 실행 |
+| `yarn start:zh` | 중문 문서 개발 모드 실행 |
+| `yarn start:jp` | 일본어 문서 개발 모드 실행 |
+| `yarn start:ko` | 한국어 문서 개발 모드 실행 |
+| `yarn start:all` | 여러 언어 문서를 동시에 다른 포트에서 실행합니다 |
+| `yarn build` | 프로덕션 버전 빌드 |
+
+
+## 로컬 런칭 문서 사이트 개발 환경
+
+만약 개발용 도구들을 잘 익숙하지 않아도 걱정하지 마세요.
+
+
+
+로컬 개발 문서 튜토리얼
+
+### 준비 환경
+
+먼저 필요한 개발 환경을 다운로드하세요.
+
+ - Node.js 다운로드: https://nodejs.org/en/download/
+ Node.js는 문서 사이트에 필요한 프로그래밍 언어입니다.
+ LTS 버전 설치 선택 - 설치 프로그램(.msi/.exe은 Windows용, .pkg는 macOS용)
+
+ - GitHub Desktop 다운로드: https://desktop.github.com/
+ GitHub Desktop는 GitHub의 공식 버전 관리 도구로, 코드를 직접 제출하거나 브랜치를 병합하는 데 도움을 줄 수 있습니다.
+
+ - VSCode 다운로드: https://code.visualstudio.com/
+ VSCode는 일반적인 편집기로, 프론트엔드 프로젝트를 개발하는 데 매우 적합하며 물론 다른 더 익숙한 편집기도 사용할 수 있습니다.
+### 명령줄 사용
+
+ - Windows 사용자: `Win+R`을 눌러 `cmd`를 실행하여 터미널을 엽니다.
+
+ - macOS 사용자: 런치패드에서 `Terminal` 앱을 사용합니다.
+
+위의 개발 환경을 설치한 후에는 터미널에서 `node -v` 명령을 사용하여 현재 설치된 node.js 버전을 확인할 수 있습니다.
+
+### Github Desktop에서 프로젝트 추가
+
+ - Github 계정에 로그인합니다.
+
+ - `HakuyaLabs/warudo-docs`를 검색합니다.
+
+ - 프로젝트를 로컬에 클론합니다.
+ 이제 문서 사이트의 코드가 당신의 컴퓨터에 다운로드되었습니다.
+
+ - `현재 분기` - `새 분기` - 당신의 분기 이름을 입력 - `분기 생성` 클릭
+ 분기는 Git의 개념으로, 당신은 자신의 분기에서 파일 내용을 수정하면서 다른 사람의 작업에 영향을 주지 않을 수 있습니다.
+
+ - `분기 게시` 클릭
+ 이제 당신의 분기가 게시되었고, 편집을 시작할 수 있습니다.
+
+### 로컬에서 사이트 실행
+
+터미널을 열어 준비합니다:
+
+ - **`cd <당신의 사이트 파일 경로>`**
+ 사이트 파일이 위치한 폴더로 이동합니다
+
+ - **`corepack enable`**
+ Node.js의 패키지 관리자를 설정합니다
+ *이 명령어는 이론상 한 번만 실행하면 되며, 이후 반복 실행할 필요는 없습니다*
+
+ - **`yarn`**
+ 의존 패키지를 설치합니다
+ *프로젝트의 package.json 의존 파일이 업데이트될 때마다 이 명령어를 다시 실행하여 의존성을 설치해야 합니다.*
+
+ - **`yarn start:en`** 영어 문서 사이트 실행
+ **`yarn start:zh`** 중국어 문서 사이트 실행
+ **`yarn start:all`** 여러 언어의 문서 사이트를 한 번에 실행
+
+이제 준비가 완료되어, 브라우저에서 당신의 컴퓨터에서 실행되는 문서 사이트를 확인할 수 있습니다.
+문서 내용을 수정하고 저장하면 브라우저가 자동으로 페이지를 새로고침합니다.
+문서 내용을 편집해 보세요!
+### 편집 시작
+
+ - Markdown 파일을 편집하고 브라우저에서 실시간 페이지를 확인합니다.
+
+대부분의 폴더에 있는 문서는 .md와 .mdx 형식으로 저장됩니다. 이는 [Markdown](https://www.markdownguide.org/) 형식의 텍스트로,
+대개는 설명 형식의 코드가 포함된 텍스트 파일입니다. 예쁘게 문서를 작성하고 싶다면, 좀 더 연구해보세요.
+
+### 변경 사항 제출 및 업로드
+
+먼저 저장한 후:
+
+ - Github Desktop을 열면 왼쪽에서 모든 변경 사항을 볼 수 있습니다. 제출하고 싶은 변경 파일을 모두 선택합니다.
+ 입력란에 이번 수정의 설명을 입력하세요 (예: 문서 xx 번역 추가) 후 제출 버튼을 클릭합니다.
+
+ - 이번 수정이 제출되었습니다. 역사 목록에서 이번 제출을 확인할 수 있습니다.
+
+ - 현재 이 수정 사항은 당신의 컴퓨터에만 있습니다. “Push Origin” 버튼을 클릭하여 Github에 업로드합니다.
+
+ - 축하합니다! 당신의 첫 번째 제출을 완료했으며, 변경 사항이 저장되었습니다.
+
+### Warudo Handbook 유지 보수 팀에 연락하여 수정 사항 검토 및 게시
+
+ - Pull request를 제출하거나 그룹에서 문서 유지 보수 팀원에게 연락하여 수정 사항을 병합하고 게시합니다!
+
+
+
+## 문서에 자신의 이름 추가하기
+
+각 문서의 가장 아래에는 문서 편집자를 표시하는 코드가 있습니다. 문서를 수정하거나 완료한 후에는 여기에 자신의 이름을 추가하는 것을 잊지 마세요. 아바타는 자동으로 GitHub ID를 통해 가져옵니다.
+```
+
+```
+
+
diff --git a/i18n/ko/docusaurus-theme-classic/navbar.json b/i18n/ko/docusaurus-theme-classic/navbar.json
new file mode 100644
index 0000000..9c2ba49
--- /dev/null
+++ b/i18n/ko/docusaurus-theme-classic/navbar.json
@@ -0,0 +1,18 @@
+{
+ "title": {
+ "message": "Warudo",
+ "description": "The title in the navbar"
+ },
+ "logo.alt": {
+ "message": "Warudo",
+ "description": "The alt text of navbar logo"
+ },
+ "item.label.Handbook": {
+ "message": "Handbook",
+ "description": "Navbar item with label Handbook"
+ },
+ "item.label.Home": {
+ "message": "Home",
+ "description": "Navbar item with label Home"
+ }
+}
diff --git a/package.json b/package.json
index b5b3c43..268bc53 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"start:en": "docusaurus start --port 3010 --locale en",
"start:zh": "docusaurus start --port 3011 --locale zh",
"start:jp": "docusaurus start --port 3012 --locale jp",
- "start:all": "concurrently \"cross-env DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/dev-ver/en yarn start:en\" \"cross-env DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/dev-ver/zh yarn start:zh\" \"cross-env DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/dev-ver/jp yarn start:jp\"",
+ "start:ko": "docusaurus start --port 3013 --locale ko",
+ "start:all": "concurrently \"cross-env DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/dev-ver/en yarn start:en\" \"cross-env DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/dev-ver/zh yarn start:zh\" \"cross-env DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/dev-ver/jp yarn start:jp\" \"cross-env DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/dev-ver/ko yarn start:ko\"",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",