From e01384042724471e6f0898a84410d62fe9dc2e33 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Thu, 15 May 2025 17:38:41 -0500 Subject: [PATCH 1/2] Use kapa.ai on the website Needs dev version of pkgdown, which I'll probably submit to CRAN tomorrow. --- _pkgdown.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 5b0505afd8..1660ec9c41 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -7,6 +7,19 @@ template: includes: in_header: | + development: mode: auto @@ -25,7 +38,7 @@ home: links: - text: Learn more href: https://r4ds.had.co.nz/data-visualisation.html - - text: Extensions + - text: Extensions 🧩 href: https://exts.ggplot2.tidyverse.org/gallery/ reference: @@ -299,7 +312,13 @@ news: navbar: structure: left: [intro, reference, news, articles, extensions] + right: [search, github, ai] components: extensions: - text: Extensions + icon: fa-puzzle-piece + aria-label: Extensions href: https://exts.ggplot2.tidyverse.org/gallery/ + ai: + text: Ask AI ✨ + href: "#" + class: open-kapa-widget From f24c496ce23fae5421e3890ada68252f110bc099 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 30 May 2025 11:43:22 -0500 Subject: [PATCH 2/2] Updates from tidyr --- _pkgdown.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 1660ec9c41..7949632ccd 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -9,7 +9,8 @@ template: