Skip to content

Commit

Permalink
Deploying to gh-pages from @ 64bec33 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywu1999 committed Sep 25, 2024
1 parent 58e24f9 commit c9816a0
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 59 deletions.
4 changes: 2 additions & 2 deletions 404.html

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

4 changes: 2 additions & 2 deletions LICENSE-text.html

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

72 changes: 36 additions & 36 deletions articles/MSstatsBioNet.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions articles/index.html

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

8 changes: 4 additions & 4 deletions authors.html

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

4 changes: 2 additions & 2 deletions index.html

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

4 changes: 2 additions & 2 deletions news/index.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,9 +1,9 @@
pandoc: 3.1.11
pkgdown: 2.1.0
pkgdown: 2.1.1
pkgdown_sha: ~
articles:
MSstatsBioNet: MSstatsBioNet.html
last_built: 2024-09-04T00:12Z
last_built: 2024-09-25T19:30Z
urls:
reference: https://vitek-lab.github.io/MSstatsBioNet/reference
article: https://vitek-lab.github.io/MSstatsBioNet/articles
4 changes: 2 additions & 2 deletions reference/getSubnetworkFromIndra.html

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

4 changes: 2 additions & 2 deletions reference/index.html

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

4 changes: 2 additions & 2 deletions reference/visualizeNetworks.html

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

2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit c9816a0

Please sign in to comment.