diff --git a/404.html b/404.html index b6fe7110..006ef15a 100644 --- a/404.html +++ b/404.html @@ -70,7 +70,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index 66090288..ac772b6d 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -43,7 +43,7 @@ diff --git a/LICENSE.html b/LICENSE.html index 5388e798..03c6e673 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -28,7 +28,7 @@
@@ -47,7 +47,7 @@
diff --git a/authors.html b/authors.html index b8e4cb80..8cf0fd07 100644 --- a/authors.html +++ b/authors.html @@ -73,7 +73,7 @@

Authors

Citation

-

Source: DESCRIPTION

+

Source: DESCRIPTION

Davey R, Becker E, Kamvar Z (2024). varnish: Front-end for The Carpentries Lesson Infrastructure. @@ -97,7 +97,7 @@

Citation

diff --git a/index.html b/index.html index bac7bd7a..93a349de 100644 --- a/index.html +++ b/index.html @@ -232,7 +232,7 @@

Developers

diff --git a/news/index.html b/news/index.html index b69a3328..887b2a0e 100644 --- a/news/index.html +++ b/news/index.html @@ -28,7 +28,7 @@
@@ -300,7 +300,7 @@

varnish

diff --git a/pkgdown.js b/pkgdown.js index 9757bf9e..1a99c65f 100644 --- a/pkgdown.js +++ b/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/pkgdown.yml b/pkgdown.yml index a0b4735d..05a9ccf9 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,8 +1,8 @@ pandoc: 3.1.11 -pkgdown: 2.1.0 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2024-08-23T21:19Z +last_built: 2024-10-30T11:39Z urls: reference: https://carpentries.github.io/varnish/reference article: https://carpentries.github.io/varnish/articles diff --git a/reference/index.html b/reference/index.html index 2e8e0a31..49ce448d 100644 --- a/reference/index.html +++ b/reference/index.html @@ -39,7 +39,7 @@ diff --git a/reference/varnish-package.html b/reference/varnish-package.html index e6a19f49..b043a71f 100644 --- a/reference/varnish-package.html +++ b/reference/varnish-package.html @@ -30,7 +30,7 @@
@@ -60,7 +60,7 @@

Author<