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

vinish pushed a commit to branch CommunitySync
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git

commit 260346702bd9183f29ecc62bdabe2fcdfe6195e7
Author: Vinish Reddy <[email protected]>
AuthorDate: Fri Jan 17 12:55:56 2025 -0800

    Add community sync page for XTable
---
 website/README.md              |  3 +++
 website/community/community.md | 19 +++++++++++++++++++
 website/docusaurus.config.js   |  9 +++++++++
 website/static/index.html      |  2 ++
 4 files changed, 33 insertions(+)

diff --git a/website/README.md b/website/README.md
index b8e3bd9f..2fd1964a 100644
--- a/website/README.md
+++ b/website/README.md
@@ -109,5 +109,8 @@ npm run serve
 1. The homepage is a `.html` file located at `website/static/index.html`
 2. If you're making changes to the page, test it locally using `python 3 -m 
http.server` and visiting http://localhost:8000/ before pushing the changes.
 
+## Add community sync page 
+1. Add community page for XTable.
+
 ## Maintainers
 [Apache XTableâ„¢ (Incubating) 
Community](https://incubator.apache.org/projects/xtable.html)
diff --git a/website/community/community.md b/website/community/community.md
new file mode 100644
index 00000000..f2264229
--- /dev/null
+++ b/website/community/community.md
@@ -0,0 +1,19 @@
+# Community
+
+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 after every sync.
+We have a slack channel [link] you can join for asking any clarification 
questions.
+
+## Bi-weekly Community Call
+Participate in our community calls by joining us on Gmeet link 
https://meet.google.com/zmz-bcwa-yct (or zoom link ?)
+Should we create a recurring invite in Google calendar and provide the meeting 
url, users can add it to their calendar ?
+
+
+## Recordings of the community calls
+Add Google driver link for recordings.
+
+
+## Typical agenda
+Agenda doc used for the first meeting. Is this doc okay or should we use a 
better process
+https://docs.google.com/document/d/1mSthtQBVDDzi9bLn9sWDsPaJLJHCDoK_MxDsSphhlos/edit?usp=sharing
+
+
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index da137ad1..181667b0 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -33,6 +33,14 @@ const config = {
           routeBasePath: 'releases',
         },
       ],
+      [
+        '@docusaurus/plugin-content-docs',
+        {
+          id: 'community',
+          path: 'community',
+          routeBasePath: 'community',
+        },
+      ]
     ],
 
   presets: [
@@ -78,6 +86,7 @@ const config = {
           },
           {to: 'blog', label: 'Blogs', position: 'left'},
           {to: 'releases/downloads', label: 'Downloads', position: 'left'},
+          {to: 'community', label: 'Community', position: 'left'}
         ],
       },
       prism: {
diff --git a/website/static/index.html b/website/static/index.html
index bf23653c..f6ce0237 100644
--- a/website/static/index.html
+++ b/website/static/index.html
@@ -33,6 +33,7 @@
       <nav role="navigation" class="nav-menu w-nav-menu">
         <a href="#" class="nav-link w-nav-link">Home</a>
         <a href="https://xtable.apache.org/docs/setup/"; class="nav-link 
w-nav-link">Docs</a>
+        <a href="https://xtable.apache.org/releases/downloads"; class="nav-link 
w-nav-link">Community</a>
         <a href="https://xtable.apache.org/blog"; class="nav-link 
w-nav-link">Blogs</a><img src="images/break.svg" loading="lazy" alt="" 
class="image-10">
         <a href="https://xtable.apache.org/releases/downloads"; class="nav-link 
w-nav-link">Downloads</a>
         <a href="https://github.com/apache/incubator-xtable"; 
class="nav-icon-link1 w-inline-block"><img src="images/Github.svg" 
loading="lazy" alt=""></a>
@@ -50,6 +51,7 @@
       <nav role="navigation" class="nav-menu-copy w-nav-menu">
         <a href="#" class="nav-link-copy w-nav-link">Home</a>
         <a href="https://xtable.apache.org/docs/setup/"; class="nav-link-copy 
w-nav-link">Docs</a>
+        <a href="https://xtable.apache.org/community/"; class="nav-link-copy 
w-nav-link">Community</a>
         <a href="https://xtable.apache.org/blog"; class="nav-link-copy 
w-nav-link">Blogs</a>
         <a href="https://xtable.apache.org/releases/downloads"; 
class="nav-link-copy w-nav-link">Downloads</a>
         <a href="https://github.com/apache/incubator-xtable"; 
class="nav-link-copy w-nav-link">GitHub</a>

Reply via email to