visortelle commented on code in PR #789:
URL: https://github.com/apache/pulsar-site/pull/789#discussion_r1488435518
##########
src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx:
##########
@@ -116,89 +201,92 @@ const DiscussionPlatforms: React.FC = () => {
},
{
id: "browse",
- text: "Browse",
+ text: "Browse questions",
href: "https://stackoverflow.com/questions/tagged/apache-pulsar",
type: "normal",
isExternal: true,
},
],
image: {
- src: useBaseUrl("/img/stackoverflow-logo.svg"),
+ src: useBaseUrl("/img/community_so.svg"),
},
},
{
- title: "Slack",
+ title: "User Mailing List",
description: (
- <>
- Use it for instant messaging and real-time discussions.
- <br />
- <br />
- You can search the Slack discussions history on <a
href="https://www.linen.dev/s/apache-pulsar" target="_blank">Linen</a>.
- </>
+ <div>
+ General mailing list for user-related discussions.
+ </div>
),
actions: [
{
- id: "sign-up",
- text: "Sign-up",
- href:
"https://communityinviter.com/apps/apache-pulsar/apache-pulsar",
+ id: "subscribe",
+ text: "Subscribe",
+ href: "mailto:[email protected]",
type: "primary",
- isExternal: true,
},
{
- id: "launch-slack",
- text: "Launch Slack",
- href: "https://apache-pulsar.slack.com/",
- type: "normal",
+ id: "showarchives",
+ text: "Show Archives",
+ href: "https://lists.apache.org/[email protected]",
isExternal: true,
- },
- {
- id: "discussions-history",
- text: "Browse discussions",
- href: "https://www.linen.dev/s/apache-pulsar",
type: "normal",
- isExternal: true,
},
+ /*{
Review Comment:
Do we need the commented code here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]