This is an automated email from the ASF dual-hosted git repository. luzhijing 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 cd578ad5b67 Update newsletter.data.ts (#333) cd578ad5b67 is described below commit cd578ad5b67f2c3e96602fdc5a5b6790909a931f Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Fri Nov 3 16:48:52 2023 +0800 Update newsletter.data.ts (#333) --- src/constant/newsletter.data.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts index bc0753bb57e..ab6d42e4eb0 100644 --- a/src/constant/newsletter.data.ts +++ b/src/constant/newsletter.data.ts @@ -6,14 +6,14 @@ export const NEWSLETTER_DATA = [ }, { - tag: 'Top News', - title: 'Doris Summit Asia 2023 is Comming and Warmly Invite You to Join !', - to: 'https://doris-summit.org.cn/?utm_source=doris&utm_medium=website&utm_id=2023', + tag: 'Best Practice', + title: 'Data Analysis for Live Streaming: What Happens in Real Time is Analyzed in Real Time', + to: '/blog/data-analysis-for-live-streaming-what-happens-in-real-time-is-analyzed-in-real-time', hot: true, }, { - tag: 'Best Practice', - title: 'Migrating from ClickHouse to Apache Doris: What Happened?', - to: '/blog/migrating-from-clickhouse-to-apache-doris-what-happened', + tag: 'Top News', + title: 'Doris Summit Asia 2023 ended triumphantly, let's delve into the highlights!', + to: 'https://doris-summit.org.cn/?utm_source=doris&utm_medium=website&utm_id=2023', }, ]; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org