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

kirs 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 35e62d0  Add Trademarks (#48)
35e62d0 is described below

commit 35e62d0f9f10adf0747246c048ffcb2c05d16a3c
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Mar 14 09:36:09 2024 +0800

    Add Trademarks (#48)
    
    Add PGP signature file to the download page
    Fix wrong events address
---
 src/pages/_meta.json                 |  2 +-
 src/pages/download/release-0.7.1.mdx |  8 ++++++++
 src/pages/download/release-0.7.2.mdx |  8 ++++++++
 theme.config.tsx                     | 12 ++++++++++++
 4 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/src/pages/_meta.json b/src/pages/_meta.json
index c6a040e..1f68321 100644
--- a/src/pages/_meta.json
+++ b/src/pages/_meta.json
@@ -54,7 +54,7 @@
     "items": {
       "events": {
         "title": "Events",
-        "href": "https://eu.communityovercode.org/";,
+        "href": "https://www.apache.org/events/current-event.html";,
         "newWindow": true
       },
       "license": {
diff --git a/src/pages/download/release-0.7.1.mdx 
b/src/pages/download/release-0.7.1.mdx
index 513d366..cbf62cd 100644
--- a/src/pages/download/release-0.7.1.mdx
+++ b/src/pages/download/release-0.7.1.mdx
@@ -32,6 +32,10 @@ The SHA **checksum** for the source distribution is 
available here:
 
 
https://downloads.apache.org/incubator/baremaps/0.7.1/baremaps-0.7.1-incubating-src.tar.gz.sha512
 
+The **PGP** signature for the source distribution is available here:
+
+https://downloads.apache.org/incubator/baremaps/0.7.1/baremaps-0.7.1-incubating-src.tar.gz.asc
+
 ## Binary distribution
 
 The **binary** distribution is available here:
@@ -42,6 +46,10 @@ The SHA **checksum** for the source distribution is 
available here:
 
 
https://downloads.apache.org/incubator/baremaps/0.7.1/baremaps-0.7.1-incubating-bin.tar.gz.sha512
 
+The **PGP** signature for the source distribution is available here:
+
+https://downloads.apache.org/incubator/baremaps/0.7.1/baremaps-0.7.1-incubating-bin.tar.gz.asc
+
 ## Verifying releases
 
 It is essential that you verify the integrity of the downloaded files using 
the PGP or SHA signatures.
diff --git a/src/pages/download/release-0.7.2.mdx 
b/src/pages/download/release-0.7.2.mdx
index f393a03..6b43eec 100644
--- a/src/pages/download/release-0.7.2.mdx
+++ b/src/pages/download/release-0.7.2.mdx
@@ -31,6 +31,10 @@ The SHA **checksum** for the source distribution is 
available here:
 
 
https://downloads.apache.org/incubator/baremaps/0.7.2/apache-baremaps-0.7.2-incubating-src.tar.gz.sha512
 
+The **PGP** signature for the source distribution is available here:
+
+https://downloads.apache.org/incubator/baremaps/0.7.2/apache-baremaps-0.7.2-incubating-src.tar.gz.asc
+
 ## Binary distribution
 
 The **binary** distribution is available here:
@@ -41,6 +45,10 @@ The SHA **checksum** for the source distribution is 
available here:
 
 
https://downloads.apache.org/incubator/baremaps/0.7.2/apache-baremaps-0.7.2-incubating-bin.tar.gz.sha512
 
+The **PGP** signature for the source distribution is available here:
+
+https://downloads.apache.org/incubator/baremaps/0.7.2/apache-baremaps-0.7.2-incubating-bin.tar.gz.asc
+
 ## Verifying releases
 
 It is essential that you verify the integrity of the downloaded files using 
the PGP or SHA signatures.
diff --git a/theme.config.tsx b/theme.config.tsx
index 8d0075f..270172d 100644
--- a/theme.config.tsx
+++ b/theme.config.tsx
@@ -3,6 +3,7 @@ import { DocsThemeConfig } from 'nextra-theme-docs';
 import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
 import { faMap } from '@fortawesome/free-regular-svg-icons';
 
+// @ts-ignore
 const config: DocsThemeConfig = {
   logo: (
     <>
@@ -50,6 +51,17 @@ const config: DocsThemeConfig = {
             Apache License, Version 2.0
           </a>
           .
+          <br />
+          ApacheĀ®, the names of Apache projects, and the feather logo are 
either{' '}
+          <a
+            href="https://www.apache.org/foundation/marks/list/";
+            target="_blank"
+            style={{ textDecoration: 'underline' }}
+          >
+            registered trademarks or trademarks
+          </a>{' '}
+          of the Apache Software Foundation in the United States and/or other
+          countries. .
         </span>
       </div>
     )

Reply via email to