This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6a6989bfd87 update slack link (#3102)
6a6989bfd87 is described below
commit 6a6989bfd87190e6723e71e1e29ba4d1e3bdf810
Author: yangon <[email protected]>
AuthorDate: Mon Nov 17 17:23:14 2025 +0800
update slack link (#3102)
---
src/pages/index.tsx | 4 ++--
src/theme/Footer/index.tsx | 2 +-
src/theme/Navbar/Content/components/NavbarCommon.tsx | 2 +-
src/theme/TOC/index.tsx | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index ba5e686ef4a..ce34eee02f1 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -35,7 +35,7 @@ export default function Home(): JSX.Element {
},
{
label: <Translate id="homepage.banner.button2">Join
Slack</Translate>,
- link:
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-35mzao67o-BrpU70FNKPyB6UlgpXf8_w',
+ link:
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-3b8tlr3le-Z~IrrVxkzqniFjhL17d1oQ',
type: 'ghost',
},
];
@@ -284,7 +284,7 @@ export default function Home(): JSX.Element {
</defs>
</svg>
),
- href:
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-35mzao67o-BrpU70FNKPyB6UlgpXf8_w',
+ href:
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-3b8tlr3le-Z~IrrVxkzqniFjhL17d1oQ',
},
{
title: <Translate id="community.title.c4">Twitter</Translate>,
diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx
index 060ecafcf2b..213a4a78e48 100644
--- a/src/theme/Footer/index.tsx
+++ b/src/theme/Footer/index.tsx
@@ -89,7 +89,7 @@ function Footer(): React.ReactElement | null {
<TwitterIcon />
</a>
<a
-
href="https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-35mzao67o-BrpU70FNKPyB6UlgpXf8_w"
+
href="https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-3b8tlr3le-Z~IrrVxkzqniFjhL17d1oQ"
title="slack"
target="_blank"
className="item"
diff --git a/src/theme/Navbar/Content/components/NavbarCommon.tsx
b/src/theme/Navbar/Content/components/NavbarCommon.tsx
index c83f01d36c1..2b41537cebd 100644
--- a/src/theme/Navbar/Content/components/NavbarCommon.tsx
+++ b/src/theme/Navbar/Content/components/NavbarCommon.tsx
@@ -58,7 +58,7 @@ export const NavbarCommonRight = ({ star }:
NavbarCommonRightProps) => {
{star && <div className="gh-count
text-[1rem]/[1rem]">{star}k</div>}
<Link
className="slack-btn desktop header-right-button-slack"
-
href="https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-35mzao67o-BrpU70FNKPyB6UlgpXf8_w"
+
href="https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-3b8tlr3le-Z~IrrVxkzqniFjhL17d1oQ"
target="_blank"
></Link>
</>
diff --git a/src/theme/TOC/index.tsx b/src/theme/TOC/index.tsx
index 991a3c4f7a5..130fa59df45 100644
--- a/src/theme/TOC/index.tsx
+++ b/src/theme/TOC/index.tsx
@@ -96,7 +96,7 @@ export default function TOC({ className, ...props }: Props):
React.ReactElement
<Link
className="toc-icon-content group"
to={
-
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-35mzao67o-BrpU70FNKPyB6UlgpXf8_w'
+
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-3b8tlr3le-Z~IrrVxkzqniFjhL17d1oQ'
}
>
<div style={{ padding: '2px' }}>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]