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 92aa6dc592 Restore announcementBar (#1525) 92aa6dc592 is described below commit 92aa6dc5929a570cc638a6974a5894f7674d9a9a Author: yangon <2689991...@qq.com> AuthorDate: Mon Dec 16 20:02:02 2024 +0800 Restore announcementBar (#1525)  Co-authored-by: liyang <liy...@selectdb.com> --- docusaurus.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 40b950580a..848a493022 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -210,7 +210,9 @@ const config = { }, announcementBar: { id: 'apache_doris_meetup_singapore', - content: `<a href="https://doris-summit.org.cn/" target="_blank" style="display: flex; width: 100%; align-items: center; justify-content: center; margin-left: 4px; text-decoration: none; color: white;font-weight: 500">All eyes of the community are on Shenzhen right now 🔥 Join the Doris Summit Asia 2024 on December 14! 🔥 </a>`, + content: `<a href="https://github.com/apache/doris" target="_blank" style="display: flex; width: 100%; align-items: center; justify-content: center; margin-left: 4px; text-decoration: none; color: white">Do you ❤️ Doris? Give us a 🌟 on GitHub + <img style="width: 1.2rem; height: 1.2rem; margin-left: 0.4rem;" src="/images/github-white-icon.svg"> + </a>`, backgroundColor: '#3C2FD4', textColor: '#FFFFFF', // isCloseable: false, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org