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/08/31 07:52:46 UTC

[pulsar-site] branch main updated: open pulsar doc generate cili

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b06da24f1c open pulsar doc generate cili
3b06da24f1c is described below

commit 3b06da24f1cd8d858ddb1afb5c7bc0d907ac1ebc
Author: Li Li <ur...@apache.org>
AuthorDate: Wed Aug 31 15:52:35 2022 +0800

    open pulsar doc generate cili
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/tools/build-site.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index cdd2865c346..fe4bbb7170f 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -91,7 +91,7 @@ fi
 $TOOLS_DIR/pulsar-admin-doc-gen.sh $WEBSITE_DIR
 $TOOLS_DIR/pulsar-client-doc-gen.sh $WEBSITE_DIR
 $TOOLS_DIR/pulsar-perf-doc-gen.sh $WEBSITE_DIR
-# $TOOLS_DIR/pulsar-doc-gen.sh $WEBSITE_DIR
+$TOOLS_DIR/pulsar-doc-gen.sh $WEBSITE_DIR
 $TOOLS_DIR/pulsar-config-doc-gen.sh $WEBSITE_DIR
 cd $WEBSITE_DIR
 cp -r docsify/* $GEN_SITE_DIR/reference