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 77689934fda3 chore(site): update blog links and FAQ (#14122)
77689934fda3 is described below
commit 77689934fda328491d9e65f0f4666500e0d77b07
Author: Shiyan Xu <[email protected]>
AuthorDate: Tue Oct 21 19:16:53 2025 -0500
chore(site): update blog links and FAQ (#14122)
---
...ws-Automation-for-Clustering-Resizing-Concurrency.mdx | 2 +-
...a-Platform-with-Apache-Hudi-DBT-and-EMR-Serverless.md | 2 +-
website/docs/faq.md | 15 ---------------
website/docusaurus.config.js | 4 ++--
website/src/pages/faq.md | 16 ++++++++++++++++
.../pages/faq/design_and_concepts.md} | 3 ++-
.../{docs/faq_general.md => src/pages/faq/general.md} | 3 ++-
.../pages/faq/integrations.md} | 3 ++-
.../pages/faq/reading_tables.md} | 3 ++-
.../{docs/faq_storage.md => src/pages/faq/storage.md} | 3 ++-
.../pages/faq/table_services.md} | 3 ++-
.../pages/faq/writing_tables.md} | 3 ++-
12 files changed, 34 insertions(+), 26 deletions(-)
diff --git
a/website/blog/2025-06-13-Optimizing-Apache-Hudi-Workflows-Automation-for-Clustering-Resizing-Concurrency.mdx
b/website/blog/2025-06-13-Optimizing-Apache-Hudi-Workflows-Automation-for-Clustering-Resizing-Concurrency.mdx
index 351c4de3e1e2..a407a8f54c1d 100644
---
a/website/blog/2025-06-13-Optimizing-Apache-Hudi-Workflows-Automation-for-Clustering-Resizing-Concurrency.mdx
+++
b/website/blog/2025-06-13-Optimizing-Apache-Hudi-Workflows-Automation-for-Clustering-Resizing-Concurrency.mdx
@@ -14,4 +14,4 @@ tags:
import Redirect from '@site/src/components/Redirect';
-<Redirect
url="https://blog.datumagic.ai/p/apache-hudi-does-xyz-110">Redirecting...
please wait!! </Redirect>
+<Redirect
url="https://blogs.halodoc.io/optimizing-apache-hudi-workflows-automation-for-clustering-resizing-concurrency/">Redirecting...
please wait!! </Redirect>
diff --git
a/website/blog/2025-10-16-Modernizing-Upstox-Data-Platform-with-Apache-Hudi-DBT-and-EMR-Serverless.md
b/website/blog/2025-10-16-Modernizing-Upstox-Data-Platform-with-Apache-Hudi-DBT-and-EMR-Serverless.md
index a77d050d4191..6e0d1fbfc698 100644
---
a/website/blog/2025-10-16-Modernizing-Upstox-Data-Platform-with-Apache-Hudi-DBT-and-EMR-Serverless.md
+++
b/website/blog/2025-10-16-Modernizing-Upstox-Data-Platform-with-Apache-Hudi-DBT-and-EMR-Serverless.md
@@ -23,7 +23,7 @@ Upstox is a leading online trading platform that enables
millions of users to in

-## Data Sources
+### Data Sources
Upstox ingests 250–300 GB of structured and semi-structured data per day from
a variety of sources:
diff --git a/website/docs/faq.md b/website/docs/faq.md
deleted file mode 100644
index 26c3eb50d214..000000000000
--- a/website/docs/faq.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Overview
-keywords: [hudi, writing, reading]
----
-# Overview
-
-The FAQs are split into following pages. Please refer to the specific pages
for more info.
-
-- [General](faq_general)
-- [Design & Concepts](faq_design_and_concepts)
-- [Writing Tables](faq_writing_tables)
-- [Reading Tables](faq_reading_tables)
-- [Table Services](faq_table_services)
-- [Storage](faq_storage)
-- [Integrations](faq_integrations)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 5f01230bfe5b..ee85581c0d01 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -196,7 +196,7 @@ module.exports = {
},
{
label: "FAQ",
- href: "/docs/faq",
+ href: "/faq",
},
{
label: "Tech Specs",
@@ -371,7 +371,7 @@ module.exports = {
},
{
label: "FAQ",
- href: "/docs/faq",
+ href: "/faq",
},
],
},
diff --git a/website/src/pages/faq.md b/website/src/pages/faq.md
new file mode 100644
index 000000000000..c14eaf650c36
--- /dev/null
+++ b/website/src/pages/faq.md
@@ -0,0 +1,16 @@
+---
+title: FAQ Overview
+keywords: [hudi, writing, reading]
+---
+
+# FAQ Overview
+
+The FAQs are split into following pages. Please refer to the specific pages
for more info.
+
+- [General](faq/general)
+- [Design & Concepts](faq/design_and_concepts)
+- [Writing Tables](faq/writing_tables)
+- [Reading Tables](faq/reading_tables)
+- [Table Services](faq/table_services)
+- [Storage](faq/storage)
+- [Integrations](faq/integrations)
diff --git a/website/docs/faq_design_and_concepts.md
b/website/src/pages/faq/design_and_concepts.md
similarity index 99%
rename from website/docs/faq_design_and_concepts.md
rename to website/src/pages/faq/design_and_concepts.md
index c0fd9d105b38..e2b2e619f613 100644
--- a/website/docs/faq_design_and_concepts.md
+++ b/website/src/pages/faq/design_and_concepts.md
@@ -1,7 +1,8 @@
---
-title: Design & Concepts
+title: Design & Concepts FAQ
keywords: [hudi, writing, reading]
---
+
# Design & Concepts FAQ
### How does Hudi ensure atomicity?
diff --git a/website/docs/faq_general.md b/website/src/pages/faq/general.md
similarity index 99%
rename from website/docs/faq_general.md
rename to website/src/pages/faq/general.md
index 9f0a6c7d5153..80005a23125b 100644
--- a/website/docs/faq_general.md
+++ b/website/src/pages/faq/general.md
@@ -1,7 +1,8 @@
---
-title: General
+title: General FAQ
keywords: [hudi, writing, reading]
---
+
# General FAQ
### When is Hudi useful for me or my organization?
diff --git a/website/docs/faq_integrations.md
b/website/src/pages/faq/integrations.md
similarity index 99%
rename from website/docs/faq_integrations.md
rename to website/src/pages/faq/integrations.md
index 614b1b45b62a..50d248c17fa5 100644
--- a/website/docs/faq_integrations.md
+++ b/website/src/pages/faq/integrations.md
@@ -1,7 +1,8 @@
---
-title: Integrations
+title: Integrations FAQ
keywords: [hudi, writing, reading]
---
+
# Integrations FAQ
### Does AWS GLUE support Hudi ?
diff --git a/website/docs/faq_reading_tables.md
b/website/src/pages/faq/reading_tables.md
similarity index 98%
rename from website/docs/faq_reading_tables.md
rename to website/src/pages/faq/reading_tables.md
index 207d90c487b8..d63f4bbbd747 100644
--- a/website/docs/faq_reading_tables.md
+++ b/website/src/pages/faq/reading_tables.md
@@ -1,7 +1,8 @@
---
-title: Reading Tables
+title: Reading Tables FAQ
keywords: [hudi, writing, reading]
---
+
# Reading Tables FAQ
### Does deleted records appear in Hudi's incremental query results?
diff --git a/website/docs/faq_storage.md b/website/src/pages/faq/storage.md
similarity index 99%
rename from website/docs/faq_storage.md
rename to website/src/pages/faq/storage.md
index fcce76aa46e1..c6dcb6ad8c96 100644
--- a/website/docs/faq_storage.md
+++ b/website/src/pages/faq/storage.md
@@ -1,7 +1,8 @@
---
-title: Storage
+title: Storage FAQ
keywords: [hudi, writing, reading]
---
+
# Storage FAQ
### Does Hudi support cloud storage/object stores?
diff --git a/website/docs/faq_table_services.md
b/website/src/pages/faq/table_services.md
similarity index 99%
rename from website/docs/faq_table_services.md
rename to website/src/pages/faq/table_services.md
index 7ff398687e39..0c6db085f740 100644
--- a/website/docs/faq_table_services.md
+++ b/website/src/pages/faq/table_services.md
@@ -1,7 +1,8 @@
---
-title: Table Services
+title: Table Services FAQ
keywords: [hudi, writing, reading]
---
+
# Table Services FAQ
### What does the Hudi cleaner do?
diff --git a/website/docs/faq_writing_tables.md
b/website/src/pages/faq/writing_tables.md
similarity index 99%
rename from website/docs/faq_writing_tables.md
rename to website/src/pages/faq/writing_tables.md
index 2374006d9553..1c8ae20623cc 100644
--- a/website/docs/faq_writing_tables.md
+++ b/website/src/pages/faq/writing_tables.md
@@ -1,7 +1,8 @@
---
-title: Writing Tables
+title: Writing Tables FAQ
keywords: [hudi, writing, reading]
---
+
# Writing Tables FAQ
### What are some ways to write a Hudi table?