Skip to content

Commit

Permalink
Built site for [email protected]: ffb63ee
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2024
1 parent db18164 commit 33c9094
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 16 deletions.
24 changes: 12 additions & 12 deletions articles/reference.html

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

1 change: 1 addition & 0 deletions articles/reference_files/reactwidget-2.0.0/react-tools.js

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

This file was deleted.

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,11 +1,11 @@
pandoc: 3.1.11
pkgdown: 2.1.0
pkgdown: 2.1.1
pkgdown_sha: ~
articles:
igoR: igoR.html
mapping: mapping.html
articles/reference: reference.html
last_built: 2024-09-11T14:12Z
last_built: 2024-11-03T20:50Z
urls:
reference: https://dieghernan.github.io/igoR/reference
article: https://dieghernan.github.io/igoR/articles
Binary file removed reference/Rplot001.png
Binary file not shown.
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit 33c9094

Please sign in to comment.