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 ecb6adbcda6 [homepage](event) Update Doris SZ Meetup on homepage (#920) ecb6adbcda6 is described below commit ecb6adbcda66a28363cf1e343efd059d886b1d92 Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Mon Jul 29 10:04:57 2024 +0800 [homepage](event) Update Doris SZ Meetup on homepage (#920) --- src/constant/newsletter.data.ts | 14 +++++++------- static/images/doris-meetup-shenzhen-banner.jpeg | Bin 0 -> 676293 bytes 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts index faa89065cf6..16435e5e27b 100644 --- a/src/constant/newsletter.data.ts +++ b/src/constant/newsletter.data.ts @@ -1,4 +1,11 @@ export const NEWSLETTER_DATA = [ + { + tags: ['Recent Events'], + title: "Register | Apache Doris Meetup 2024 ยท Shenzhen on August 3", + content: `Jointly launched by Apache Doris community and Tencent Cloud, this collaboration offers practical experience in finance, entertainment, advertising, logistics, and digital marketing, powered by Apache Doris.`, + to: 'https://5234442745174.huodongxing.com/event/4764741344811?layout=EN', + image: 'doris-meetup-shenzhen-banner.jpeg', + }, { tags: ['Release Note'], title: "Apache Doris version 2.1.5 has been released", @@ -20,12 +27,5 @@ export const NEWSLETTER_DATA = [ to: '/blog/apache-doris-vs-rockset', image: 'doris-vs-rockset.jpeg', }, - { - tags: ['Tech Sharing'], - title: "Steps to industry-leading query speed: evolution of the Apache Doris execution engine", - content: `From the Volcano Model to the Pipeline Execution Engine, and now PipelineX, Apache Doris brings its computation efficiency to a higher level with each iteration.`, - to: '/blog/evolution-of-the-apache-doris-execution-engine', - image: 'evolution-of-the-apache-doris-execution-engine.jpg', - }, ]; diff --git a/static/images/doris-meetup-shenzhen-banner.jpeg b/static/images/doris-meetup-shenzhen-banner.jpeg new file mode 100644 index 00000000000..404b05c3ae5 Binary files /dev/null and b/static/images/doris-meetup-shenzhen-banner.jpeg differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org