This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new d4c2e61 fix: [doc] Invalid code tab markdown for zh-CN translation
(#14597)
d4c2e61 is described below
commit d4c2e613d305f8f785b5ef357b7cbe2ccc271043
Author: Li Li <[email protected]>
AuthorDate: Tue Mar 8 17:20:21 2022 +0800
fix: [doc] Invalid code tab markdown for zh-CN translation (#14597)
Signed-off-by: LiLi <[email protected]>
---
site2/tools/build-site.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index fdb41f3..aeffc2b 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -53,6 +53,8 @@ function workaround_crowdin_problem_by_copying_files() {
cp versioned_docs/version-2.5.0/io-overview.md
translated_docs/ko/version-2.5.0/io-overview.md
cp versioned_docs/version-2.5.1/functions-develop.md
translated_docs/ko/version-2.5.1/functions-develop.md
cp versioned_docs/version-2.5.2/functions-develop.md
translated_docs/ko/version-2.5.2/functions-develop.md
+
+ cp ../docs/client-libraries-java.md
translated_docs/zh-CN/client-libraries-java.md
}