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 d988fa29ed70 Update commmunity numbers
d988fa29ed70 is described below
commit d988fa29ed7092bfe7a3c50833db9371307b0604
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Oct 15 19:35:20 2024 +0300
Update commmunity 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 d59cbb24b9d2..f6caf638caf5 100644
--- a/data/community-numbers.ts
+++ b/data/community-numbers.ts
@@ -10,7 +10,7 @@ export type CommunityNumber = {
const communityNumbers: CommunityNumber[] = [
{
title: "GitHub",
- number: "13600",
+ number: "14200",
icon: "img/star.svg",
isLink: true,
linkTitle: 'View',
@@ -18,13 +18,13 @@ export type CommunityNumber = {
},
{
title: "Contributors",
- number: "600",
+ number: "650",
linkTitle: 'View',
link: 'https://github.com/apache/pulsar/graphs/contributors'
},
{
title: "Slack members",
- number: "10000",
+ number: "10450",
linkTitle: 'Join',
link: 'https://communityinviter.com/apps/apache-pulsar/apache-pulsar'
},