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 3af13d0cf365 [update] Update 2.1.0 release note of Index Page and Recent Blog (#419) 3af13d0cf365 is described below commit 3af13d0cf365ac15099c93720665059636892a3c Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Wed Mar 13 10:34:57 2024 +0800 [update] Update 2.1.0 release note of Index Page and Recent Blog (#419) --- src/components/recent-blogs/recent-blogs.data.ts | 14 +++++++------- src/constant/newsletter.data.ts | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/recent-blogs/recent-blogs.data.ts b/src/components/recent-blogs/recent-blogs.data.ts index 1047008d48fb..91c612190e81 100644 --- a/src/components/recent-blogs/recent-blogs.data.ts +++ b/src/components/recent-blogs/recent-blogs.data.ts @@ -1,19 +1,19 @@ export const RECENT_BLOGS_POSTS = [ { - label: `New milestone: Apache Doris 2.1.0 is available now`, + label: `Another big leap: Apache Doris 2.1.0 is released`, link: 'https://doris.apache.org/blog/release-note-2.1.0', }, { - label: 'A financial anti-fraud solution based on the Apache Doris data warehouse', - link: 'https://doris.apache.org/blog/a-financial-anti-fraud-solution-based-on-the-apache-doris-data-warehouse', + label: 'Breaking down data silos with a unified data warehouse: an Apache Doris-based CDP', + link: 'https://doris.apache.org/blog/breaking-down-data-silos-with-an-apache-doris-based-cdp', }, { - label: 'A deep dive into inverted index: how it speeds up text searches by 40 times', - link: 'https://doris.apache.org/blog/inverted-index-accelerates-text-searches-by-40-time-apache-doris', + label: 'A financial anti-fraud solution based on the Apache Doris data warehouses', + link: 'https://doris.apache.org/blog/a-financial-anti-fraud-solution-based-on-the-apache-doris-data-warehouse', }, { - label: `Financial data warehousing: fast, secure, and highly available with Apache Doris`, - link: 'https://doris.apache.org/blog/a-fast-secure-high-available-real-time-data-warehouse-based-on-apache-doris', + label: `A deep dive into inverted index: how it speeds up text searches by 40 times`, + link: 'https://doris.apache.org/blog/inverted-index-accelerates-text-searches-by-40-time-apache-doris', }, ]; diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts index 812c6409a5ae..a45820179c13 100644 --- a/src/constant/newsletter.data.ts +++ b/src/constant/newsletter.data.ts @@ -1,8 +1,8 @@ export const NEWSLETTER_DATA = [ { tags: ['Release Notes'], - title: "New milestone: Apache Doris 2.1.0 is available now", - content: `Dear community, we are pleased to share with you the official release of Apache Doris 2.1.0, now available for download and use as of March 8th.`, + title: "Another big leap: Apache Doris 2.1.0 is released", + content: `We appreciate the 237 contributors who made nearly 6000 commits in total to the Apache Doris project, and the nearly 100 enterprise users who provided valuable feedback.`, to: '/blog/release-note-2.1.0', image: '2.1.0.png', }, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org