This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a50ca3418bb [SITE] Fix and improve using links (#13465)
a50ca3418bb is described below

commit a50ca3418bb302879acd702ed42967133e484706
Author: Shiyan Xu <[email protected]>
AuthorDate: Thu Jun 19 14:11:21 2025 -0500

    [SITE] Fix and improve using links (#13465)
---
 website/blog/2025-06-16-Apache-Hudi-does-XYZ-110.mdx      | 4 ++--
 website/docusaurus.config.js                              | 8 ++------
 website/src/pages/index.js                                | 1 -
 website/videoBlog/2025-06-16-apache-hudi-does-xyz-110.mdx | 2 +-
 4 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/website/blog/2025-06-16-Apache-Hudi-does-XYZ-110.mdx 
b/website/blog/2025-06-16-Apache-Hudi-does-XYZ-110.mdx
index f8cf8a46ee5..5d2c70a2a7a 100644
--- a/website/blog/2025-06-16-Apache-Hudi-does-XYZ-110.mdx
+++ b/website/blog/2025-06-16-Apache-Hudi-does-XYZ-110.mdx
@@ -1,9 +1,9 @@
 ---
-title: "Apache Hudi does XYZ (1/10)"
+title: "Apache Hudi does XYZ (1/10): File pruning with multi-modal index"
 excerpt: "File pruning with multi-modal index"
 author: Shiyan Xu
 category: blog
-image: /assets/images/blog/2025-06-16-apache-hudi-does-xyz-110-cover.jpg
+image: /assets/images/blog/2025-06-16-Apache-Hudi-does-XYZ-110-cover.jpg
 tags:
 - hudi
 - spark
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 18568c28165..5cc42740847 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -359,8 +359,8 @@ module.exports = {
               to: "/docs/quick-start-guide",
             },
             {
-              label: "Docker Demo",
-              to: "/docs/docker_demo",
+              label: "Tutorial Series",
+              to: "/learn/tutorial-series",
             },
             {
               label: "Blog",
@@ -378,10 +378,6 @@ module.exports = {
               label: "FAQ",
               href: "/docs/faq",
             },
-            {
-              label: "Technical Wiki",
-              href: "https://cwiki.apache.org/confluence/display/HUDI";,
-            },
           ],
         },
         {
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 09595fdd2bf..bb4401029cc 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -29,7 +29,6 @@ export default function Home() {
       description="Description will go into a meta tag in <head />">
       <NewReleaseMessage />
       <HomepageHeader />
-      <Events />
       <main>
         <DataLake />
         <HomepageFeatures />
diff --git a/website/videoBlog/2025-06-16-apache-hudi-does-xyz-110.mdx 
b/website/videoBlog/2025-06-16-apache-hudi-does-xyz-110.mdx
index 12660b2d6fd..d698cc1b128 100644
--- a/website/videoBlog/2025-06-16-apache-hudi-does-xyz-110.mdx
+++ b/website/videoBlog/2025-06-16-apache-hudi-does-xyz-110.mdx
@@ -3,7 +3,7 @@ title: "Apache Hudi does XYZ (1/10): File pruning with 
multi-modal index"
 authors:
 - name: Shiyan Xu
 category: blog
-image: /assets/images/blog/2025-06-16-apache-hudi-does-xyz-110-cover.jpg
+image: /assets/images/blog/2025-06-16-Apache-Hudi-does-XYZ-110-cover.jpg
 navigate: "https://youtu.be/hgGu9L0Qzyw?si=RT6t0QLMO67mTQBR";
 tags:
 - hudi

Reply via email to