This is an automated email from the ASF dual-hosted git repository. lhotari 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 adc34516ba6 Update community numbers adc34516ba6 is described below commit adc34516ba6dae3f819fe5829186f4f7b14011ca Author: Lari Hotari <lhot...@users.noreply.github.com> AuthorDate: Thu Jul 31 17:14:23 2025 +0300 Update community numbers --- data/community-numbers.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/community-numbers.ts b/data/community-numbers.ts index f6caf638caf..db7e1d4a486 100644 --- a/data/community-numbers.ts +++ b/data/community-numbers.ts @@ -10,7 +10,7 @@ export type CommunityNumber = { const communityNumbers: CommunityNumber[] = [ { title: "GitHub", - number: "14200", + number: "14800", icon: "img/star.svg", isLink: true, linkTitle: 'View', @@ -18,13 +18,13 @@ export type CommunityNumber = { }, { title: "Contributors", - number: "650", + number: "740", linkTitle: 'View', link: 'https://github.com/apache/pulsar/graphs/contributors' }, { title: "Slack members", - number: "10450", + number: "10750", linkTitle: 'Join', link: 'https://communityinviter.com/apps/apache-pulsar/apache-pulsar' },