This is an automated email from the ASF dual-hosted git repository. kassiez 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 c458d3f4bfe [update] Update Youtube link on homepage (#2187) c458d3f4bfe is described below commit c458d3f4bfe19fc7f4cbed4d354f988d420ee43d Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Thu Mar 13 17:14:13 2025 +0800 [update] Update Youtube link on homepage (#2187) ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --- community/join-community.md | 30 +--------------------- .../current/join-community.md | 22 +--------------- src/pages/index.tsx | 4 +-- 3 files changed, 4 insertions(+), 52 deletions(-) diff --git a/community/join-community.md b/community/join-community.md index 378fcffca6e..b3edbbd8a67 100644 --- a/community/join-community.md +++ b/community/join-community.md @@ -32,36 +32,8 @@ We have graduated from Apache incubator successfully and become an Top-Level Pro <hr /> -## 🌟 More Stars on Github -<a href="https://star-history.com/#apache/doris&Date"> - <picture> - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=apache/doris&type=Date&theme=dark" /> - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=apache/doris&type=Date" /> - <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=apache/doris&type=Date" /> - </picture> -</a> - - - - - - - - - - - - - -**We deeply appreciate 🔗[community contributors](https://github.com/apache/doris/graphs/contributors) for their contribution to Apache Doris.** - - - - -<hr /> - ## Don't Miss Out the Latest News and Events 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 - Come and connect with us - 🌐 [LinkedIn](https://www.linkedin.com/company/doris-apache/) -- Events Videos - ▶️ [YouTube](https://www.youtube.com/@Select_DB) 📺 [Bilibili](https://space.bilibili.com/362350065) +- Events Videos - ▶️ [YouTube](https://www.youtube.com/hashtag/apachedoris) 📺 [Bilibili](https://space.bilibili.com/362350065) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/join-community.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/join-community.md index 1f720a47c34..abd1bea9f4f 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/join-community.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/join-community.md @@ -31,26 +31,6 @@ under the License. -## 🌟 更多用户认可我们 - -<a href="https://star-history.com/#apache/doris&Date"> - <picture> - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=apache/doris&type=Date&theme=dark" /> - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=apache/doris&type=Date" /> - <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=apache/doris&type=Date" /> - </picture> -</a> - - - - - - - - -**我们非常感谢 🔗[社区贡献者](https://github.com/apache/doris/graphs/contributors) 对 Apache Doris 的大力支持!** - - ## 👋 想要了解更多?别错过社区最新动态! @@ -64,4 +44,4 @@ under the License. - 来领英拓展技术大牛社交圈 - 🌐 [LinkedIn](https://www.linkedin.com/company/doris-apache/) -- 活动视频回顾 - ▶️ [YouTube](https://www.youtube.com/@Select_DB) 📺 [Bilibili](https://space.bilibili.com/362350065) +- 活动视频回顾 - ▶️ [YouTube](https://www.youtube.com/hashtag/apachedoris) 📺 [Bilibili](https://space.bilibili.com/362350065) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3c78ab16415..33c2fb7e187 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -3,7 +3,7 @@ import Layout from '../theme/Layout'; import Link from '@docusaurus/Link'; import PageBanner, { ButtonProps } from '../components/PageBanner'; import PageColumn from '../components/PageColumn'; -import React, { JSX} from 'react'; +import React, { JSX } from 'react'; import Translate, { translate } from '@docusaurus/Translate'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import usePhone from '../hooks/use-phone'; @@ -369,7 +369,7 @@ export default function Home(): JSX.Element { </defs> </svg> ), - href: 'https://www.youtube.com/@apachedoris/channels', + href: 'https://www.youtube.com/hashtag/apachedoris', }, ]; return ( --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org