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

fokko pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/production by this push:
     new 364844a  Add link for community sync (#113)
364844a is described below

commit 364844afafb2f6fec049f404693896a29e0ec3b4
Author: Daniel Weeks <[email protected]>
AuthorDate: Wed May 14 09:26:32 2025 -0700

    Add link for community sync (#113)
---
 hugo.toml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hugo.toml b/hugo.toml
index 0521227..f6552d7 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -172,6 +172,11 @@ enable = false
   url = "https://stackoverflow.com/questions/tagged/parquet";
   icon = "fab fa-stack-overflow"
   desc = "Practical questions and curated answers"
+[[params.links.user]]
+  name = "Parquet Community Sync"
+  url = "https://groups.google.com/g/apache-parquet-community-sync/about";
+  icon = "fa fa-calendar"
+  desc = "Join for calendar events and community sync"
 # Developer relevant links. These will show up on right side of footer and in 
the community page if you have one.
 [[params.links.developer]]
   name = "GitHub"

Reply via email to