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