Skip to content

Commit 5f338d6

Browse files
authored
Merge branch 'apache:master' into master
2 parents 8777093 + c458d3f commit 5f338d6

File tree

3 files changed

+4
-52
lines changed

3 files changed

+4
-52
lines changed

community/join-community.md

+1-29
Original file line numberDiff line numberDiff line change
@@ -32,36 +32,8 @@ We have graduated from Apache incubator successfully and become an Top-Level Pro
3232
<hr />
3333

3434

35-
## 🌟 More Stars on Github
36-
<a href="https://star-history.com/#apache/doris&Date">
37-
<picture>
38-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=apache/doris&type=Date&theme=dark" />
39-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=apache/doris&type=Date" />
40-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=apache/doris&type=Date" />
41-
</picture>
42-
</a>
4335

4436

45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
57-
58-
**We deeply appreciate 🔗[community contributors](https://github.com/apache/doris/graphs/contributors) for their contribution to Apache Doris.**
59-
60-
61-
62-
63-
<hr />
64-
6537
## Don't Miss Out the Latest News and Events
6638

6739
Learn our latest techniques, get inspirations from our rich use cases, and see what the community has been up to !
@@ -73,7 +45,7 @@ Learn our latest techniques, get inspirations from our rich use cases, and see w
7345

7446
- Come and connect with us - 🌐 [LinkedIn](https://www.linkedin.com/company/doris-apache/)
7547

76-
- Events Videos - ▶️ [YouTube](https://www.youtube.com/@Select_DB) 📺 [Bilibili](https://space.bilibili.com/362350065)
48+
- Events Videos - ▶️ [YouTube](https://www.youtube.com/hashtag/apachedoris) 📺 [Bilibili](https://space.bilibili.com/362350065)
7749

7850

7951

i18n/zh-CN/docusaurus-plugin-content-docs-community/current/join-community.md

+1-21
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,6 @@ under the License.
3131

3232

3333

34-
## 🌟 更多用户认可我们
35-
36-
<a href="https://star-history.com/#apache/doris&Date">
37-
<picture>
38-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=apache/doris&type=Date&theme=dark" />
39-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=apache/doris&type=Date" />
40-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=apache/doris&type=Date" />
41-
</picture>
42-
</a>
43-
44-
45-
46-
47-
48-
49-
50-
51-
**我们非常感谢 🔗[社区贡献者](https://github.com/apache/doris/graphs/contributors) 对 Apache Doris 的大力支持!**
52-
53-
5434

5535

5636
## 👋 想要了解更多?别错过社区最新动态!
@@ -64,4 +44,4 @@ under the License.
6444

6545
- 来领英拓展技术大牛社交圈 - 🌐 [LinkedIn](https://www.linkedin.com/company/doris-apache/)
6646

67-
- 活动视频回顾 - ▶️ [YouTube](https://www.youtube.com/@Select_DB) 📺 [Bilibili](https://space.bilibili.com/362350065)
47+
- 活动视频回顾 - ▶️ [YouTube](https://www.youtube.com/hashtag/apachedoris) 📺 [Bilibili](https://space.bilibili.com/362350065)

src/pages/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Layout from '../theme/Layout';
33
import Link from '@docusaurus/Link';
44
import PageBanner, { ButtonProps } from '../components/PageBanner';
55
import PageColumn from '../components/PageColumn';
6-
import React, { JSX} from 'react';
6+
import React, { JSX } from 'react';
77
import Translate, { translate } from '@docusaurus/Translate';
88
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
99
import usePhone from '../hooks/use-phone';
@@ -369,7 +369,7 @@ export default function Home(): JSX.Element {
369369
</defs>
370370
</svg>
371371
),
372-
href: 'https://www.youtube.com/@apachedoris/channels',
372+
href: 'https://www.youtube.com/hashtag/apachedoris',
373373
},
374374
];
375375
return (

0 commit comments

Comments
 (0)