Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trademarks #48

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions src/pages/download/release-0.7.1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down
8 changes: 8 additions & 0 deletions src/pages/download/release-0.7.2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
<>
Expand Down Expand Up @@ -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>
)
Expand Down
Loading