diff --git a/dev/pkgdown.js b/dev/pkgdown.js
index 9757bf9ef..1a99c65f5 100644
--- a/dev/pkgdown.js
+++ b/dev/pkgdown.js
@@ -152,3 +152,11 @@ async function searchFuse(query, callback) {
});
});
})(window.jQuery || window.$)
+
+document.addEventListener('keydown', function(event) {
+ // Check if the pressed key is '/'
+ if (event.key === '/') {
+ event.preventDefault(); // Prevent any default action associated with the '/' key
+ document.getElementById('search-input').focus(); // Set focus to the search input
+ }
+});
diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml
index 40e29ae78..9b7054002 100644
--- a/dev/pkgdown.yml
+++ b/dev/pkgdown.yml
@@ -1,12 +1,12 @@
pandoc: 3.1.11
-pkgdown: 2.1.0
-pkgdown_sha: ~
+pkgdown: 2.1.1.9000
+pkgdown_sha: a160ee0f36865f58d79b93d5024a20450fd30d6a
articles:
cran-automation: cran-automation.html
demo: demo.html
fledge: fledge.html
internals: internals.html
-last_built: 2024-09-14T08:42Z
+last_built: 2024-10-27T05:21Z
urls:
reference: https://fledge.cynkra.com/reference
article: https://fledge.cynkra.com/articles
diff --git a/dev/reference/Rplot001.png b/dev/reference/Rplot001.png
deleted file mode 100644
index 17a358060..000000000
Binary files a/dev/reference/Rplot001.png and /dev/null differ
diff --git a/dev/reference/bump_version.html b/dev/reference/bump_version.html
index 3a09768d7..2081fcabf 100644
--- a/dev/reference/bump_version.html
+++ b/dev/reference/bump_version.html
@@ -29,7 +29,7 @@
fledge
-
0.1.99.9029
+
0.1.99.9030