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 b02d30735f2 [SITE] Add developer sync call page (#12830)
b02d30735f2 is described below
commit b02d30735f2f2099c290f884f5387319a11a984c
Author: Shiyan Xu <[email protected]>
AuthorDate: Tue Feb 11 22:40:20 2025 -0600
[SITE] Add developer sync call page (#12830)
---
website/contribute/developer-setup.md | 2 +-
website/contribute/developer-sync-call.md | 11 +++++++++++
website/contribute/report-security-issues.md | 2 +-
website/contribute/rfc-process.md | 2 +-
website/docusaurus.config.js | 4 ++++
5 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/website/contribute/developer-setup.md
b/website/contribute/developer-setup.md
index 1dbea05c5a1..5065ac75f99 100644
--- a/website/contribute/developer-setup.md
+++ b/website/contribute/developer-setup.md
@@ -1,6 +1,6 @@
---
title: Developer Setup
-sidebar_position: 4
+sidebar_position: 3
keywords: [ hudi, ide, developer, setup]
toc: true
last_modified_at: 2024-08-12T10:47:57-07:00
diff --git a/website/contribute/developer-sync-call.md
b/website/contribute/developer-sync-call.md
new file mode 100644
index 00000000000..d623ab3cb61
--- /dev/null
+++ b/website/contribute/developer-sync-call.md
@@ -0,0 +1,11 @@
+---
+title: "Developer Sync Call"
+sidebar_position: 1
+toc: true
+last_modified_at: 2020-09-01T15: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).
diff --git a/website/contribute/report-security-issues.md
b/website/contribute/report-security-issues.md
index 0fc463ae0e6..ccefc166e06 100644
--- a/website/contribute/report-security-issues.md
+++ b/website/contribute/report-security-issues.md
@@ -1,6 +1,6 @@
---
title: Report Security Issues
-sidebar_position: 6
+sidebar_position: 5
keywords: [ hudi, security]
toc: true
last_modified_at: 2019-12-30T15:59:57-04:00
diff --git a/website/contribute/rfc-process.md
b/website/contribute/rfc-process.md
index b3f699e091a..aea2ea07f71 100644
--- a/website/contribute/rfc-process.md
+++ b/website/contribute/rfc-process.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 3
+sidebar_position: 4
title: "RFC Process"
toc: true
last_modified_at: 2020-09-01T15:59:57-04:00
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 8aa3dfb71b7..b3a70fbb318 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -208,6 +208,10 @@ module.exports = {
label: "Contribute",
position: "left",
items: [
+ {
+ label: "Developer Sync Call",
+ to: "/contribute/developer-sync-call",
+ },
{
label: "How to Contribute",
to: "/contribute/how-to-contribute",