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 0cbf7c6 Add security guidelines link to community section in meta.json
0cbf7c6 is described below
commit 0cbf7c6d7ecbfa7291d173f335d0e2645c79e2bb
Author: Bertil Chapuis <[email protected]>
AuthorDate: Thu Aug 21 09:49:44 2025 +0200
Add security guidelines link to community section in meta.json
---
src/pages/_meta.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/pages/_meta.json b/src/pages/_meta.json
index 2254b98..a44f3af 100644
--- a/src/pages/_meta.json
+++ b/src/pages/_meta.json
@@ -42,6 +42,11 @@
"title": "Contribute to Baremaps",
"href":
"https://github.com/apache/incubator-baremaps/blob/main/CONTRIBUTING.md",
"newWindow": true
+ },
+ "security": {
+ "title": "Security Guidelines",
+ "href":
"https://github.com/apache/incubator-baremaps/blob/main/SECURITY.md",
+ "newWindow": true
}
}
},