diff --git a/website/README.md b/website/README.md index b8e3bd9f9..2fd1964a3 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 000000000..f2264229e --- /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 da137ad13..181667b0d 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 bf23653ca..f6ce0237e 100644 --- a/website/static/index.html +++ b/website/static/index.html @@ -33,6 +33,7 @@