From 0ba97c8d7e75de6203781a94503260ca98bbd9c2 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sun, 5 Jun 2022 14:21:58 +0900 Subject: [PATCH] Support doc for ko on maven site plugin See gh-29 --- README.md | 1 + docs/src/site/ko/markdown/index.md | 5 +++-- docs/src/site/markdown/index.md | 1 + docs/src/site/site_ko.xml | 25 +++++++++++++++++++++++++ docs/src/site/zh/markdown/index.md | 1 + pom.xml | 2 +- 6 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 docs/src/site/site_ko.xml diff --git a/README.md b/README.md index cf57ad3..b209d20 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The project that the MyBatis integration with Spring Native feature. ### Translations * [Reference documentation (简体中文)](docs/src/site/zh/markdown/index.md) +* [Reference documentation (한국어)](docs/src/site/ko/markdown/index.md) ## How to install on your application diff --git a/docs/src/site/ko/markdown/index.md b/docs/src/site/ko/markdown/index.md index fd61bda..f71913d 100644 --- a/docs/src/site/ko/markdown/index.md +++ b/docs/src/site/ko/markdown/index.md @@ -172,6 +172,7 @@ Define `-Djdk.serialFilter`(system properties) on `buildArgs` of `native-maven-p 마이바티스-스프링-네이티브에 대하여 다음 언어로 확인 가능합니다: \ No newline at end of file diff --git a/docs/src/site/markdown/index.md b/docs/src/site/markdown/index.md index cae060c..0da0eba 100644 --- a/docs/src/site/markdown/index.md +++ b/docs/src/site/markdown/index.md @@ -172,4 +172,5 @@ Users can read about MyBatis-Spring-Native in the following translations: diff --git a/docs/src/site/site_ko.xml b/docs/src/site/site_ko.xml new file mode 100644 index 0000000..7bce061 --- /dev/null +++ b/docs/src/site/site_ko.xml @@ -0,0 +1,25 @@ + + + + + + + + \ No newline at end of file diff --git a/docs/src/site/zh/markdown/index.md b/docs/src/site/zh/markdown/index.md index a6223f5..b35ee4d 100644 --- a/docs/src/site/zh/markdown/index.md +++ b/docs/src/site/zh/markdown/index.md @@ -174,4 +174,5 @@ public class MybatisSpringNativeSampleApplication { diff --git a/pom.xml b/pom.xml index f58d942..d335eea 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ org.apache.maven.plugins maven-site-plugin - en,zh_CN + en,zh_CN,ko ${project.build.directory}/site-src