You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/11/03 19:25:40 UTC

[hudi] branch asf-site updated: [DOCS] Add a page to share community sync details (#3914)

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

vinoth 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 6f7d6c4  [DOCS] Add a page to share community sync details (#3914)
6f7d6c4 is described below

commit 6f7d6c4937f022993c18fd3ded0cc3373b71b327
Author: vinoth chandar <vi...@users.noreply.github.com>
AuthorDate: Wed Nov 3 12:25:06 2021 -0700

    [DOCS] Add a page to share community sync details (#3914)
    
    * [DOCS] Add a page to share community sync details
    
     - Added a new "Community" top nav
     - Separated general community info from dev/contribution info
     - Added details for community call and also office hours
    * Fix typo
---
 README.md                                          |   4 +-
 website/{contribute => community}/get-involved.md  |   0
 website/community/syncs.md                         |  41 ++++++++++++++++++
 website/{contribute => community}/team.md          |   2 +-
 website/docusaurus.config.js                       |  47 ++++++++++++++++-----
 ...{sidebarsContribute.js => sidebarsCommunity.js} |   4 +-
 website/sidebarsContribute.js                      |   2 +-
 .../assets/images/upcoming-community-calls.png     | Bin 0 -> 35394 bytes
 8 files changed, 83 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index c7ae621..047650c 100644
--- a/README.md
+++ b/README.md
@@ -144,8 +144,8 @@ Each directory in `versioned_docs/` will represent a documentation version.
 You can update multiple docs versions at the same time because each directory in `versioned_docs/` represents specific routes when published.
 
 1. Edit any file.
-1. Commit and push changes.
-1. It will be published to the version.
+2. Commit and push changes.
+3. It will be published to the version.
 
 Example: When you change any file in `versioned_docs/version-0.7.0/`, it will only affect the docs for version `0.7.0`.
 
diff --git a/website/contribute/get-involved.md b/website/community/get-involved.md
similarity index 100%
rename from website/contribute/get-involved.md
rename to website/community/get-involved.md
diff --git a/website/community/syncs.md b/website/community/syncs.md
new file mode 100644
index 0000000..30264df
--- /dev/null
+++ b/website/community/syncs.md
@@ -0,0 +1,41 @@
+---
+sidebar_position: 2
+title: "Community Syncs"
+toc: true
+last_modified_at: 2020-09-01T15:59:57-04:00
+---
+
+# Community Syncs
+
+We have setup the following regular syncs for community users and developers to meet, interact and exchange ideas. 
+Meetings will be recorded and made available, on a best-effort basis.
+
+## Monthly Community Call
+
+Every month on the Last Wed, 07:00 AM Pacific Time (US and Canada)([translate to other time zones](https://www.worldtimebuddy.com/?qm=1&lid=5341145,5128581,1264527,1796236&h=5341145&date=2021-11-24&sln=7-8&hf=1))
+
+**Typical agenda**
+
+*   \[15 mins\] Progress updates & Plans (PMC member)
+*   \[30 mins\] User presentations, Upcoming feature show cases, Demos
+*   \[15 mins\] Open Floor, Q&A
+
+If you would like to present in one of the community calls, please fill out a [form here](https://forms.gle/aMkb93ViHhzRRXqV9) and someone from PMC will engage with you.
+
+Here are some upcoming calls for convenience. 
+
+![Upcoming calls](/assets/images/upcoming-community-calls.png)
+
+**Zoom** [link](https://zoom.us/j/96743829685?pwd=S3pxRVVKTDljWVFVWW1IU1UvY0JEUT09),
+**Google Calendar** [link](https://zoom.us/meeting/tJIqc-qgrDIsEtEso_PzwrlCn1SF58G9E4MY/calendar/google/add),
+**Outlook/ics** [link](https://zoom.us/meeting/tJIqc-qgrDIsEtEso_PzwrlCn1SF58G9E4MY/ics)
+
+## Weekly Office Hours
+
+When every week on Thu, 08:00 AM Pacific Time (US and Canada)([translate to other time zones](https://www.worldtimebuddy.com/?qm=1&lid=5341145,5128581,1264527,1796236&h=5341145&date=2021-11-11&sln=8-9&hf=1))
+
+One of the PMC members/committers will hold office hours to help answer questions interactively, on a first-come first-serve basis. Users will be admitted one-by-one into the meeting and held in the Zoom waiting room to await their turn.
+
+**Zoom** [link](https://zoom.us/j/95710395048),
+**Google Calendar** [link](https://zoom.us/meeting/tJEqdumrpz4qHtx_-K3NdI1qYg_yoXsPDycH/calendar/google/add),
+**Outlook/ics** [link](https://zoom.us/meeting/tJEqdumrpz4qHtx_-K3NdI1qYg_yoXsPDycH/ics)
diff --git a/website/contribute/team.md b/website/community/team.md
similarity index 99%
rename from website/contribute/team.md
rename to website/community/team.md
index 3e5cea4..6ec76f6 100644
--- a/website/contribute/team.md
+++ b/website/community/team.md
@@ -1,5 +1,5 @@
 ---
-sidebar_position: 5
+sidebar_position: 3
 title: "Team"
 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 7508a1a..669544a 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -47,6 +47,17 @@ module.exports = {
     [
       '@docusaurus/plugin-content-docs',
       {
+        id: 'community',
+        path: 'community',
+        routeBasePath: 'community',
+        sidebarPath: require.resolve('./sidebarsCommunity.js'),
+        showLastUpdateAuthor: false,
+        showLastUpdateTime: false,
+      },
+    ],
+    [
+      '@docusaurus/plugin-content-docs',
+      {
         id: 'releases',
         path: 'releases',
         routeBasePath: 'releases',
@@ -78,8 +89,12 @@ module.exports = {
         },
         redirects: [
           {
-            from: ['/docs/contribute', '/docs/next/contribute'],
-            to: '/contribute/get-involved',
+            from: ['/docs/contribute', '/docs/next/contribute', '/contribute/get-involved'],
+            to: '/community/get-involved',
+          },
+          {
+            from: ['/contribute/team'],
+            to: '/community/team',
           },
           {
             from: ['/docs/releases', '/docs/next/releases'],
@@ -140,14 +155,6 @@ module.exports = {
           position: 'left',
           items: [
             {
-              label: 'Get Involved',
-              to: '/contribute/get-involved',
-            },
-            {
-              label: 'Team',
-              to: '/contribute/team',
-            },
-            {
               label: 'How to Contribute',
               to: '/contribute/how-to-contribute',
             },
@@ -169,6 +176,24 @@ module.exports = {
             }
           ],
         },
+        {
+          label: 'Community',
+          position: 'left',
+          items: [
+            {
+              label: 'Get Involved',
+              to: '/community/get-involved',
+            },
+            {
+              label: 'Community Syncs',
+              to: '/community/syncs',
+            },
+            {
+              label: 'Team',
+              to: '/community/team',
+            }
+          ],
+        },
         {to: '/powered-by', label: "Who's Using", position: 'left'},
         {to: '/releases/download', label: 'Download', position: 'left'},
         // right
@@ -225,7 +250,7 @@ module.exports = {
             },
             {
               label: 'Team',
-              to: '/contribute/team',
+              to: '/community/team',
             },
             {
               label: 'Releases',
diff --git a/website/sidebarsContribute.js b/website/sidebarsCommunity.js
similarity index 91%
copy from website/sidebarsContribute.js
copy to website/sidebarsCommunity.js
index 8fb2078..31d3e89 100644
--- a/website/sidebarsContribute.js
+++ b/website/sidebarsCommunity.js
@@ -10,14 +10,14 @@
  */
 
 module.exports = {
-  contribute: [
+  community: [
     {
       type: 'autogenerated',
       dirName: '.',
     },
     {
       type: 'link',
-      label: 'Chat with us on Slack',
+      label: 'Join Our Slack',
       href: 'https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE',
     },
   ],
diff --git a/website/sidebarsContribute.js b/website/sidebarsContribute.js
index 8fb2078..20c77a4 100644
--- a/website/sidebarsContribute.js
+++ b/website/sidebarsContribute.js
@@ -17,7 +17,7 @@ module.exports = {
     },
     {
       type: 'link',
-      label: 'Chat with us on Slack',
+      label: 'Join our Slack',
       href: 'https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE',
     },
   ],
diff --git a/website/static/assets/images/upcoming-community-calls.png b/website/static/assets/images/upcoming-community-calls.png
new file mode 100644
index 0000000..2c2ce19
Binary files /dev/null and b/website/static/assets/images/upcoming-community-calls.png differ