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

leonardcs pushed a commit to branch feature/community-tab
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git

commit 882fd0ab37e0194dbebc296930ad3125eca58312
Author: Leonard <[email protected]>
AuthorDate: Tue Jun 27 13:40:00 2023 +0200

    Add maling list page
---
 src/pages/_meta.json                  | 15 +++++++++++++++
 src/pages/community/mailing-lists.mdx | 19 +++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/src/pages/_meta.json b/src/pages/_meta.json
index c6b3571..201da86 100644
--- a/src/pages/_meta.json
+++ b/src/pages/_meta.json
@@ -15,6 +15,21 @@
     "title": "Documentation",
     "type": "page"
   },
+  "community": {
+    "title": "Community",
+    "type": "menu",
+    "items": {
+      "mailing-lists": {
+        "title": "Mailing Lists",
+        "href": "/community/mailing-lists"
+      },
+      "contact": {
+        "title": "Contribute to Baremaps",
+        "href": 
"https://github.com/apache/incubator-baremaps/blob/main/CONTRIBUTING.md";,
+        "newWindow": true
+      }
+    }
+  },
   "experiments": {
     "title": "Experiments",
     "type": "page",
diff --git a/src/pages/community/mailing-lists.mdx 
b/src/pages/community/mailing-lists.mdx
new file mode 100644
index 0000000..6e29df2
--- /dev/null
+++ b/src/pages/community/mailing-lists.mdx
@@ -0,0 +1,19 @@
+---
+title: Mailing Lists
+layout: default
+sidebar: hide
+---
+
+import { MailingListButtons } from '@/components/buttons/MailingListButtons';
+
+# Mailing Lists
+
+The following mailing lists are available for users of Apache Baremaps:
+
+- [email protected] is for questions, help and general discussion about 
using Baremaps.
+
+  <MailingListButtons list="user" />
+
+- [email protected] is for people who want to contribute code to 
Baremaps.
+
+  <MailingListButtons list="dev" />

Reply via email to