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

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


The following commit(s) were added to refs/heads/main by this push:
     new 14967dd6 Add community sync page for XTable
14967dd6 is described below

commit 14967dd610cb013e4c90718a2974e091b0ec4bf7
Author: Vinish Reddy <[email protected]>
AuthorDate: Wed Jan 22 14:51:12 2025 -0800

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

diff --git a/website/README.md b/website/README.md
index b8e3bd9f..441bedbb 100644
--- a/website/README.md
+++ b/website/README.md
@@ -109,5 +109,9 @@ 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. Create a `.md` file with all the content for Community page.
+2. Add community page to website homepage. 
+
 ## Maintainers
 [Apache XTableâ„¢ (Incubating) 
Community](https://incubator.apache.org/projects/xtable.html)
diff --git a/website/community/sync.md b/website/community/sync.md
new file mode 100644
index 00000000..b0c60fa5
--- /dev/null
+++ b/website/community/sync.md
@@ -0,0 +1,34 @@
+# Community
+
+We have set up 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.
+
+
+## Bi-weekly Community Call
+Participate in our Community Calls by joining us on [Google 
Meet](https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NXE5MGxnaGszOTgxN3FwMnRuZzRibzB2aW1fMjAyNTAxMjdUMTYwMDAwWiA2MWYzYmJjYzMwMzQzODhlNmZkMTlmNzEyNDU0NmEzMjQ5ZmMwYTFiZWMwZmVhYTNiNjNkZGQ1NTM2MzI2NTIwQGc&tmsrc=61f3bbcc3034388e6fd19f7124546a3249fc0a1bec0feaa3b63ddd5536326520%40group.calendar.google.com&scp=ALL)
 by adding the invite to your calendar.
+
+Here's a quick view of the upcoming community syncs:
+
+- 27th Jan 2025, 8:00 - 8:45AM PST
+- 10th Feb 2025, 8:00 - 8:45AM PST
+- 24th Feb 2025, 8:00 - 8:45AM PST
+
+## Join the Community on Slack
+We have a [Slack 
channel](https://join.slack.com/t/apachextablei-yoi8504/shared_invite/zt-2y9hqskhv-ZfSwoxzq~PTJlWGj0V1sQw)
 that you can join for help with any questions, issues, design choices, 
announcements, etc.
+
+
+## Recordings of the Community Calls
+Find date-wise recordings here.
+- [14th Jan 
2025](https://drive.google.com/file/d/1eVRIWvf-Kn2UoYYctIyO-Iaetha8U_nH/view?usp=sharing)
+
+
+## Typical agenda
+Agenda Doc: 
https://docs.google.com/document/d/1mSthtQBVDDzi9bLn9sWDsPaJLJHCDoK_MxDsSphhlos/edit?usp=sharing
+
+
+## YouTube Channel
+https://www.youtube.com/@ApacheXTable/videos
+
+
+## Socials
+- [Linkedin](https://www.linkedin.com/company/apache-xtable/)
+- [X](https://twitter.com/apachextable)
\ No newline at end of file
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index da137ad1..1b4df1e3 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/sync', label: 'Community', position: 'left'}
         ],
       },
       prism: {
diff --git a/website/static/index.html b/website/static/index.html
index bf23653c..0f517ec1 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/community/sync"; 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/sync"; 
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