You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2024/03/09 14:41:47 UTC

(incubator-baremaps-site) branch main updated: Add ASF related links

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2c8eb3c  Add ASF related links
2c8eb3c is described below

commit 2c8eb3c772710f332e11f79e03673f46a0b77bca
Author: Calvin Kirs <ac...@163.com>
AuthorDate: Thu Mar 7 20:54:38 2024 +0800

    Add ASF related links
---
 src/pages/_meta.json | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/src/pages/_meta.json b/src/pages/_meta.json
index 436efdb..c6a040e 100644
--- a/src/pages/_meta.json
+++ b/src/pages/_meta.json
@@ -48,6 +48,47 @@
       }
     }
   },
+  "apache": {
+    "title": "Apache",
+    "type": "menu",
+    "items": {
+      "events": {
+        "title": "Events",
+        "href": "https://eu.communityovercode.org/",
+        "newWindow": true
+      },
+      "license": {
+        "title": "License",
+        "href": "https://www.apache.org/licenses/",
+        "newWindow": true
+      },
+      "donate": {
+        "title": "Donate",
+        "href": "https://www.apache.org/foundation/sponsorship.html",
+        "newWindow": true
+      },
+      "thanks": {
+        "title": "Thanks",
+        "href": "https://www.apache.org/foundation/sponsors",
+        "newWindow": true
+      },
+      "security": {
+        "title": "Security",
+        "href": "https://www.apache.org/security/",
+        "newWindow": true
+      },
+      "privacy": {
+        "title": "Privacy",
+        "href": "https://privacy.apache.org/policies/privacy-policy-public.html",
+        "newWindow": true
+      },
+      "foundation": {
+        "title": "Apache Software Foundation",
+        "href": "https://www.apache.org/",
+        "newWindow": true
+      }
+    }
+  },
   "experiments": {
     "title": "Experiments",
     "type": "page",