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 ed9cdf1f32e [SITE] Improve dev sync call page and other links (#13462)
ed9cdf1f32e is described below
commit ed9cdf1f32e3c6cd9e84708235ab77d4cc6d69ea
Author: Shiyan Xu <[email protected]>
AuthorDate: Wed Jun 18 23:22:23 2025 -0500
[SITE] Improve dev sync call page and other links (#13462)
---
website/blog/2025-06-16-Apache-Hudi-does-XYZ-110.mdx | 4 ++--
website/contribute/developer-sync-call.md | 13 ++++++++++---
website/docusaurus.config.js | 4 ++++
website/sidebarsCommunity.js | 2 +-
website/sidebarsContribute.js | 5 ++---
5 files changed, 19 insertions(+), 9 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 a7f90cc197f..f8cf8a46ee5 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,6 +1,6 @@
---
-title: "Apache Hudi: From Zero To One (10/10)"
-excerpt: "Becoming `One` - the upcoming 1.0 highlights"
+title: "Apache Hudi does XYZ (1/10)"
+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
diff --git a/website/contribute/developer-sync-call.md
b/website/contribute/developer-sync-call.md
index d623ab3cb61..e1369f86c49 100644
--- a/website/contribute/developer-sync-call.md
+++ b/website/contribute/developer-sync-call.md
@@ -2,10 +2,17 @@
title: "Developer Sync Call"
sidebar_position: 1
toc: true
-last_modified_at: 2020-09-01T15:59:57-04:00
+last_modified_at: 2025-06-18T15:59:57-04:00
---
The Hudi community is hosting monthly developer sync calls. Join us for the
latest development in the community, tips to start contributing, and more!
-- The call will be hosted using this [Zoom
meeting](https://us06web.zoom.us/j/83672013162?pwd=tFGbo2OaTbkLNiIglnTavgi55RaPw3.1).
-- The call schedule is available in this [Google
calendar](https://calendar.google.com/calendar/embed?src=rgpb1ta2mgp5au38fr2834poa8%40group.calendar.google.com).
The iCal format is also available for
[download](https://calendar.google.com/calendar/ical/rgpb1ta2mgp5au38fr2834poa8%40group.calendar.google.com/public/basic.ics).
+## Schedule
+
+The call schedule is available in this [Google
calendar](https://calendar.google.com/calendar/embed?src=rgpb1ta2mgp5au38fr2834poa8%40group.calendar.google.com).
+
+The iCal format is also [available for
download](https://calendar.google.com/calendar/ical/rgpb1ta2mgp5au38fr2834poa8%40group.calendar.google.com/public/basic.ics).
+
+## Meeting Link
+
+The call will be hosted using this [Zoom
meeting](https://us06web.zoom.us/j/83672013162?pwd=tFGbo2OaTbkLNiIglnTavgi55RaPw3.1).
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 746c61a1e5f..18568c28165 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -258,6 +258,10 @@ module.exports = {
label: "Team",
to: "/community/team",
},
+ {
+ label: 'Join Our Slack Space',
+ href: slackUrl,
+ },
],
},
{ to: "/ecosystem", label: "Ecosystem", position: "left" },
diff --git a/website/sidebarsCommunity.js b/website/sidebarsCommunity.js
index c39a75b2808..f6d15fa9f88 100644
--- a/website/sidebarsCommunity.js
+++ b/website/sidebarsCommunity.js
@@ -18,7 +18,7 @@ module.exports = {
},
{
type: 'link',
- label: 'Join Our Slack',
+ label: 'Join Our Slack Space',
href: slackUrl,
},
],
diff --git a/website/sidebarsContribute.js b/website/sidebarsContribute.js
index d0ffd175330..5b70a0539cd 100644
--- a/website/sidebarsContribute.js
+++ b/website/sidebarsContribute.js
@@ -8,7 +8,6 @@
Create as many sidebars as you want.
*/
-const { slackUrl } = require('./constants');
module.exports = {
contribute: [
@@ -18,8 +17,8 @@ module.exports = {
},
{
type: 'link',
- label: 'Join our Slack',
- href: slackUrl
+ label: "Report Issues",
+ href: "https://issues.apache.org/jira/projects/HUDI/summary",
},
],
};