From 11eecbb79f3d0a5d76286f0cff1396d16a7a4ade Mon Sep 17 00:00:00 2001 From: Peefy Date: Thu, 7 Nov 2024 18:10:06 +0800 Subject: [PATCH] docs: sync 0.10.8 in the multiple language bindings Signed-off-by: Peefy --- docs/reference/xlang-api/cpp-api.md | 2 +- docs/reference/xlang-api/java-api.md | 2 +- docs/reference/xlang-api/kotlin-api.md | 2 +- .../current/reference/xlang-api/cpp-api.md | 2 +- .../current/reference/xlang-api/java-api.md | 2 +- .../current/reference/xlang-api/kotlin-api.md | 2 +- .../version-0.10/reference/xlang-api/cpp-api.md | 2 +- .../version-0.10/reference/xlang-api/java-api.md | 2 +- .../version-0.10/reference/xlang-api/kotlin-api.md | 2 +- versioned_docs/version-0.10/reference/xlang-api/cpp-api.md | 2 +- versioned_docs/version-0.10/reference/xlang-api/java-api.md | 2 +- versioned_docs/version-0.10/reference/xlang-api/kotlin-api.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/reference/xlang-api/cpp-api.md b/docs/reference/xlang-api/cpp-api.md index b03080d0..6e75ed92 100644 --- a/docs/reference/xlang-api/cpp-api.md +++ b/docs/reference/xlang-api/cpp-api.md @@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project. FetchContent_Declare( kcl-lib GIT_REPOSITORY https://github.com/kcl-lang/lib.git - GIT_TAG v0.9.1 # You can change the GitHub branch tag. + GIT_TAG v0.10.8 # You can change the GitHub branch tag. SOURCE_SUBDIR cpp ) FetchContent_MakeAvailable(kcl-lib) diff --git a/docs/reference/xlang-api/java-api.md b/docs/reference/xlang-api/java-api.md index 4da93f60..f7bc3463 100644 --- a/docs/reference/xlang-api/java-api.md +++ b/docs/reference/xlang-api/java-api.md @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK. com.kcl kcl-lib - 0.10.7-SNAPSHOT + 0.10.8-SNAPSHOT ``` diff --git a/docs/reference/xlang-api/kotlin-api.md b/docs/reference/xlang-api/kotlin-api.md index 5faddd7c..c418127f 100644 --- a/docs/reference/xlang-api/kotlin-api.md +++ b/docs/reference/xlang-api/kotlin-api.md @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK. com.kcl kcl-lib-kotlin - 0.10.7-SNAPSHOT + 0.10.8-SNAPSHOT ``` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/cpp-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/cpp-api.md index 0a2ffb1f..02417ed9 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/cpp-api.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/cpp-api.md @@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project. FetchContent_Declare( kcl-lib GIT_REPOSITORY https://github.com/kcl-lang/lib.git - GIT_TAG v0.9.3 + GIT_TAG v0.10.8 SOURCE_SUBDIR cpp ) FetchContent_MakeAvailable(kcl-lib) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/java-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/java-api.md index 2a766e9a..0dd3a933 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/java-api.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/java-api.md @@ -30,7 +30,7 @@ sidebar_position: 5 com.kcl kcl-lib - 0.10.7-SNAPSHOT + 0.10.8-SNAPSHOT ``` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/kotlin-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/kotlin-api.md index eae2de65..679eec71 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/kotlin-api.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/kotlin-api.md @@ -30,7 +30,7 @@ sidebar_position: 8 com.kcl kcl-lib-kotlin - 0.10.7-SNAPSHOT + 0.10.8-SNAPSHOT ``` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/cpp-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/cpp-api.md index 0a2ffb1f..02417ed9 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/cpp-api.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/cpp-api.md @@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project. FetchContent_Declare( kcl-lib GIT_REPOSITORY https://github.com/kcl-lang/lib.git - GIT_TAG v0.9.3 + GIT_TAG v0.10.8 SOURCE_SUBDIR cpp ) FetchContent_MakeAvailable(kcl-lib) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/java-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/java-api.md index 2a766e9a..0dd3a933 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/java-api.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/java-api.md @@ -30,7 +30,7 @@ sidebar_position: 5 com.kcl kcl-lib - 0.10.7-SNAPSHOT + 0.10.8-SNAPSHOT ``` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/kotlin-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/kotlin-api.md index eae2de65..679eec71 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/kotlin-api.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/kotlin-api.md @@ -30,7 +30,7 @@ sidebar_position: 8 com.kcl kcl-lib-kotlin - 0.10.7-SNAPSHOT + 0.10.8-SNAPSHOT ``` diff --git a/versioned_docs/version-0.10/reference/xlang-api/cpp-api.md b/versioned_docs/version-0.10/reference/xlang-api/cpp-api.md index b03080d0..6e75ed92 100644 --- a/versioned_docs/version-0.10/reference/xlang-api/cpp-api.md +++ b/versioned_docs/version-0.10/reference/xlang-api/cpp-api.md @@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project. FetchContent_Declare( kcl-lib GIT_REPOSITORY https://github.com/kcl-lang/lib.git - GIT_TAG v0.9.1 # You can change the GitHub branch tag. + GIT_TAG v0.10.8 # You can change the GitHub branch tag. SOURCE_SUBDIR cpp ) FetchContent_MakeAvailable(kcl-lib) diff --git a/versioned_docs/version-0.10/reference/xlang-api/java-api.md b/versioned_docs/version-0.10/reference/xlang-api/java-api.md index 4da93f60..f7bc3463 100644 --- a/versioned_docs/version-0.10/reference/xlang-api/java-api.md +++ b/versioned_docs/version-0.10/reference/xlang-api/java-api.md @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK. com.kcl kcl-lib - 0.10.7-SNAPSHOT + 0.10.8-SNAPSHOT ``` diff --git a/versioned_docs/version-0.10/reference/xlang-api/kotlin-api.md b/versioned_docs/version-0.10/reference/xlang-api/kotlin-api.md index 5faddd7c..c418127f 100644 --- a/versioned_docs/version-0.10/reference/xlang-api/kotlin-api.md +++ b/versioned_docs/version-0.10/reference/xlang-api/kotlin-api.md @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK. com.kcl kcl-lib-kotlin - 0.10.7-SNAPSHOT + 0.10.8-SNAPSHOT ```