Skip to content

Commit

Permalink
Deploying to gh-pages from @ fd068b3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Sep 5, 2024
1 parent 52102a0 commit d08ef26
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 32 deletions.
16 changes: 8 additions & 8 deletions articles/report_table.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions pkgdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});
4 changes: 2 additions & 2 deletions pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pandoc: '3.3'
pkgdown: 2.1.0.9000
pkgdown_sha: 1d40a80e6b3564a6d7da0ce467b0a4570aa5665e
pkgdown_sha: ee72108bc3a9827dcf313817525652dbd9d4284d
articles:
cite_packages: cite_packages.html
new_models: new_models.html
report_table: report_table.html
report: report.html
last_built: 2024-08-12T07:41Z
last_built: 2024-09-05T21:34Z
urls:
reference: https://easystats.github.io/report/reference
article: https://easystats.github.io/report/articles
16 changes: 8 additions & 8 deletions reference/cite_easystats.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d08ef26

Please sign in to comment.