From 5e141914c17a320ab75d365574933d68608dac3e Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Wed, 18 Feb 2026 19:09:06 +0000 Subject: [PATCH 1/3] GH-39600: [R] Add trademark attribution to pkgdown site footer Generated-by: Claude --- r/_pkgdown.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/r/_pkgdown.yml b/r/_pkgdown.yml index 39700914db4..f09faff4010 100644 --- a/r/_pkgdown.yml +++ b/r/_pkgdown.yml @@ -365,4 +365,6 @@ footer: left: older_versions right: built_with components: - older_versions: "[Older versions of these docs](https://arrow.apache.org/docs/r/versions.html)" + older_versions: | + [Older versions of these docs](https://arrow.apache.org/docs/r/versions.html) +
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. From 1f1c851bb224667d2c71d1927e568a638332503b Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Mon, 23 Feb 2026 13:55:40 +0000 Subject: [PATCH 2/3] Update r/_pkgdown.yml Co-authored-by: Jonathan Keane --- r/_pkgdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/_pkgdown.yml b/r/_pkgdown.yml index f09faff4010..8a5ccf93ae5 100644 --- a/r/_pkgdown.yml +++ b/r/_pkgdown.yml @@ -363,7 +363,7 @@ repo: footer: structure: left: older_versions - right: built_with + right: [built_with, legal] components: older_versions: | [Older versions of these docs](https://arrow.apache.org/docs/r/versions.html) From 28d51979c31ec7d58156b13e2973c1bf79695efb Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Mon, 23 Feb 2026 13:55:50 +0000 Subject: [PATCH 3/3] Update r/_pkgdown.yml Co-authored-by: Jonathan Keane --- r/_pkgdown.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/r/_pkgdown.yml b/r/_pkgdown.yml index 8a5ccf93ae5..57e99648ec5 100644 --- a/r/_pkgdown.yml +++ b/r/_pkgdown.yml @@ -365,6 +365,6 @@ footer: left: older_versions right: [built_with, legal] components: - older_versions: | - [Older versions of these docs](https://arrow.apache.org/docs/r/versions.html) -
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. + older_versions: "[Older versions of these docs](https://arrow.apache.org/docs/r/versions.html)" + legal: | + Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.