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 2a9e7d523e4 Update newsletter - Best Practice and Tech Sharing (#291) 2a9e7d523e4 is described below commit 2a9e7d523e494cca2898d423c7c97b0925f3784a Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Fri Aug 11 20:35:09 2023 +0800 Update newsletter - Best Practice and Tech Sharing (#291) * Update newsletter.data.ts * Update newsletter.data.ts --- src/constant/newsletter.data.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts index f8bb2d0be49..78a2428b266 100644 --- a/src/constant/newsletter.data.ts +++ b/src/constant/newsletter.data.ts @@ -1,18 +1,18 @@ export const NEWSLETTER_DATA = [ + { + tag: 'Best Practice', + title: 'For Entry-Level Data Engineers: How to Build a Simple but Solid Data Architecture', + to: '/blog/Poly', + }, { tag: 'Release Notes', - title: 'Apache Doris Announced the Official Release of Version 2.0.0 ', + title: 'Apache Doris Announced the Official Release of Version 2.0.0 ! ', to: '/docs/dev/releasenotes/release-2.0.0', hot: true, }, - { - tag: 'Best Practice', - title: 'Listen to That Poor BI Engineer: We Need Fast Join', - to: '/blog/Moka', - }, { tag: 'Tech Sharing', - title: 'Building a Log Analytics Solution 10 Times More Cost-Effective than Elasticsearch', - to: '/blog/Inverted%20Index/', + title: 'Is Your Latest Data Really the Latest? Check the Data Update Mechanism of Your Database', + to: '/blog/Data_Update', }, ]; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org