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/05/10 23:22:53 UTC

[pulsar-site] branch main updated (33881a59715 -> 153f9cbead3)

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

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


    from 33881a59715 Docs sync done from apache/pulsar(#ca614e0)
     new e94340cdb23 fix dependencies
     new 153f9cbead3 only build changed versions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 site2/website-next/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[pulsar-site] 02/02: only build changed versions

Posted by ur...@apache.org.
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

commit 153f9cbead38794f29866ff22d297746db895f7f
Author: Li Li <ur...@apache.org>
AuthorDate: Wed May 11 07:22:38 2022 +0800

    only build changed versions
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/scripts/split-version-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/scripts/split-version-build.sh b/site2/website-next/scripts/split-version-build.sh
index a32bdc0bbf6..04f066b8bef 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -48,7 +48,7 @@ function _buildVersion() {
 }
 
 # force build all versions
-BUILD_ALL_VERSION="1"
+# BUILD_ALL_VERSION="1"
 
 # sometimes need build specify versions
 SUPPLEMENT_VERSIONS=$latest


[pulsar-site] 01/02: fix dependencies

Posted by ur...@apache.org.
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

commit e94340cdb233c52c15e95d0e90b765acb21c7bb8
Author: Li Li <ur...@apache.org>
AuthorDate: Wed May 11 07:22:01 2022 +0800

    fix dependencies
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/package.json                   | 4 ++--
 site2/website-next/scripts/split-version-build.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site2/website-next/package.json b/site2/website-next/package.json
index 464de10ae93..6145ca55611 100644
--- a/site2/website-next/package.json
+++ b/site2/website-next/package.json
@@ -23,8 +23,8 @@
   "dependencies": {
     "@crowdin/cli": "3.7.4",
     "@docusaurus/core": "2.0.0-beta.18",
-    "@docusaurus/plugin-client-redirects": "^2.0.0-beta.18",
-    "@docusaurus/plugin-google-analytics": "^2.0.0-beta.18",
+    "@docusaurus/plugin-client-redirects": "2.0.0-beta.18",
+    "@docusaurus/plugin-google-analytics": "2.0.0-beta.18",
     "@docusaurus/preset-classic": "2.0.0-beta.18",
     "@emotion/react": "^11.7.1",
     "@emotion/styled": "^11.6.0",
diff --git a/site2/website-next/scripts/split-version-build.sh b/site2/website-next/scripts/split-version-build.sh
index 04f066b8bef..a32bdc0bbf6 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -48,7 +48,7 @@ function _buildVersion() {
 }
 
 # force build all versions
-# BUILD_ALL_VERSION="1"
+BUILD_ALL_VERSION="1"
 
 # sometimes need build specify versions
 SUPPLEMENT_VERSIONS=$latest