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/12 09:08:28 UTC

[pulsar-site] 01/01: fix: blogs fix

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

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

commit 912d94515d01129ab8e5061c4f3e4acbb4c0f1a7
Author: Li Li <ur...@apache.org>
AuthorDate: Thu May 12 17:07:57 2022 +0800

    fix: blogs fix
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 ...ache-pulsar-community-welcomes-500th-contributor.md |   4 ++--
 .../blog/2022-05-11-whats-new-in-pulsar-210.md         |   4 ++--
 site2/website-next/scripts/split-version-build.sh      |   2 +-
 .../static/img/pulsar-contributors-line.png            | Bin 0 -> 299623 bytes
 site2/website-next/static/img/pulsar-stars-line.png    | Bin 0 -> 328406 bytes
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md b/site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md
index f8fb9df7ef9..d5f6e603cc8 100644
--- a/site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md
+++ b/site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md
@@ -11,11 +11,11 @@ Apache Pulsar is one of the fastest growing, most engaged open source projects,
 
 A cloud-native messaging and event streaming platform, Apache Pulsar was committed to open source in 2016, and graduated as a Top-Level Project (TLP) in September 2018. Since its inception, the project has received 10k+ Github stars, 2.7k+ forks, and 6.1k+ Slack users.
 
-![pulsar star history](https://imgur.com/a/1gUJiZd)
+![pulsar star history](/img/pulsar-stars-line.png)
 
 The number of contributors in an open-source project is meaningful because it signals project adoption, growth, advancement, and accelerated development of the technology. This milestone is even more exciting, considering the speed at which the community is growing, adding an additional 100 contributors in under seven months, representing 8X contributor growth since becoming a top-level Apache Software Foundation project. 
 
-![pulsar contributor history](https://imgur.com/a/ECFl6Pi)
+![pulsar contributor history](/img/pulsar-contributors-line.png)
 
 ## Get Involved
 
diff --git a/site2/website-next/blog/2022-05-11-whats-new-in-pulsar-210.md b/site2/website-next/blog/2022-05-11-whats-new-in-pulsar-210.md
index b1eea1b40f1..5c3e240eb26 100644
--- a/site2/website-next/blog/2022-05-11-whats-new-in-pulsar-210.md
+++ b/site2/website-next/blog/2022-05-11-whats-new-in-pulsar-210.md
@@ -146,7 +146,7 @@ key for received messages. This is common when constructing a local cache of the
 **Resolution:** Added new ``TableView`` type and updated the PulsarClient.
 
 ***
-####Topic
+#### Topic
 ***
 ##### Support Topic metadata - PART-1 create topic with properties #12818
 
@@ -157,7 +157,7 @@ key for received messages. This is common when constructing a local cache of the
 - Added two new paths to REST API to reduce compatibility issues.
 
 ***
-Metadata Store
+#### Metadata Store
 ***
 ##### Added Etcd MetadataStore implementation #13225
 
diff --git a/site2/website-next/scripts/split-version-build.sh b/site2/website-next/scripts/split-version-build.sh
index 057b869c305..64b9bc9aca9 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -49,7 +49,7 @@ function _buildVersion() {
 }
 
 # force build all versions
-BUILD_ALL_VERSION="1"
+# BUILD_ALL_VERSION="1"
 
 # sometimes need build specify versions
 SUPPLEMENT_VERSIONS=$latest
diff --git a/site2/website-next/static/img/pulsar-contributors-line.png b/site2/website-next/static/img/pulsar-contributors-line.png
new file mode 100644
index 00000000000..92490a5a704
Binary files /dev/null and b/site2/website-next/static/img/pulsar-contributors-line.png differ
diff --git a/site2/website-next/static/img/pulsar-stars-line.png b/site2/website-next/static/img/pulsar-stars-line.png
new file mode 100644
index 00000000000..e210b61618b
Binary files /dev/null and b/site2/website-next/static/img/pulsar-stars-line.png differ