Skip to content

Commit eb6108d

Browse files
thisisnicjonkeane
andauthored
GH-39600: [R] Add trademark attribution to pkgdown site footer (#49332)
### Rationale for this change Per ASF policy, documentation pages should include trademark attribution in the footer. See #39461 for the broader effort. ### What changes are included in this PR? Add Apache trademark attribution text to the R pkgdown site footer. ### Are these changes tested? Documentation only. Can verify by building pkgdown site locally. ### Are there any user-facing changes? Footer now includes trademark text matching the main Arrow website. --- This PR was generated by Claude. All outputs were reviewed and confirmed before pushing. * GitHub Issue: #39600 Lead-authored-by: Nic Crane <thisisnic@gmail.com> Co-authored-by: Jonathan Keane <jkeane@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent 7aca682 commit eb6108d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

r/_pkgdown.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ repo:
363363
footer:
364364
structure:
365365
left: older_versions
366-
right: built_with
366+
right: [built_with, legal]
367367
components:
368368
older_versions: "[Older versions of these docs](https://arrow.apache.org/docs/r/versions.html)"
369+
legal: |
370+
<small>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.</small>

r/pkgdown/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@
1414
#search-input::placeholder {
1515
color: #d9d9d9;
1616
}
17+
18+
/* Add bottom padding to footer to prevent Kapa AI widget from overlaying content */
19+
footer {
20+
padding-bottom: 80px;
21+
}

0 commit comments

Comments
 (0)