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 d74e10adb45c Add links for joining Slack (requesting invitation)
d74e10adb45c is described below

commit d74e10adb45c0c833344cbc571f1a385778f32e2
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Mar 19 17:37:29 2024 +0200

    Add links for joining Slack (requesting invitation)
---
 data/community-numbers.ts                              |  2 +-
 .../sections/discussions/DiscussionPlatforms.tsx       | 18 ++++++++++++++++--
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/data/community-numbers.ts b/data/community-numbers.ts
index 6fc67f2aeb05..d59cbb24b9d2 100644
--- a/data/community-numbers.ts
+++ b/data/community-numbers.ts
@@ -26,7 +26,7 @@ export type CommunityNumber = {
         title: "Slack members",
         number: "10000",
         linkTitle: 'Join',
-        link: 'https://apache-pulsar.slack.com'
+        link: 'https://communityinviter.com/apps/apache-pulsar/apache-pulsar'
     },
   ];
   
diff --git 
a/src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
 
b/src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
index 941d04e4d9e0..263a827ca097 100644
--- 
a/src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
+++ 
b/src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
@@ -82,13 +82,27 @@ const DiscussionPlatforms: React.FC = () => {
         </span>
       ),
       actions: [
+        {
+          id: "join-slack",
+          text: "Join Slack",
+          href: 
"https://communityinviter.com/apps/apache-pulsar/apache-pulsar";,
+          type: "primary",
+          isExternal: true,
+        },
         {
           id: "launch-slack",
           text: "Go to Slack",
           href: "https://apache-pulsar.slack.com/";,
-          type: "primary",
+          type: "normal",
           isExternal: true,
         },
+        {
+          id: "history-slack",
+          text: "Show History",
+          href: "https://www.linen.dev/s/apache-pulsar";,
+          isExternal: true,
+          type: "normal",
+        },
       ],
       image: {
         src: useBaseUrl("/img/community_sl.svg"),
@@ -124,7 +138,7 @@ const DiscussionPlatforms: React.FC = () => {
       title: "Community Meetings",
       description: (
         <span>
-          The community meeting occurs biweekly on Tuesdays and Thursdays to
+          The community meeting occurs biweekly on Thursdays to
           discuss new proposals, open pull requests, and host open discussions.
         </span>
       ),

Reply via email to