You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/04/12 01:20:00 UTC

[pulsar] branch master updated: fix: Invalid code tab markdown caused by Translation docs (#15112)

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 94ed8beb27d fix: Invalid code tab markdown caused by Translation docs (#15112)
94ed8beb27d is described below

commit 94ed8beb27dd63cb28c7fe11b1119951723825c5
Author: Li Li <ur...@apache.org>
AuthorDate: Tue Apr 12 09:19:53 2022 +0800

    fix: Invalid code tab markdown caused by Translation docs (#15112)
---
 site2/tools/build-site.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index bf97ac24913..6210f18b0cc 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -55,6 +55,7 @@ function workaround_crowdin_problem_by_copying_files() {
   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
+  cp ../docs/security-jwt.md translated_docs/zh-CN/security-jwt.md
 }