Skip to content

Commit

Permalink
Built site for [email protected]: 7174f64
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 16, 2024
1 parent 8bbc11e commit d988d1a
Show file tree
Hide file tree
Showing 24 changed files with 60 additions and 45 deletions.
2 changes: 1 addition & 1 deletion dev/articles/cran-automation.html

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

2 changes: 1 addition & 1 deletion dev/articles/demo.html

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

2 changes: 1 addition & 1 deletion dev/articles/fledge.html

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

2 changes: 1 addition & 1 deletion dev/articles/index.html

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

2 changes: 1 addition & 1 deletion dev/articles/internals.html

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

6 changes: 3 additions & 3 deletions dev/authors.html

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

2 changes: 1 addition & 1 deletion dev/index.html

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

9 changes: 8 additions & 1 deletion dev/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 dev/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 dev/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pandoc: 3.1.11
pkgdown: 2.1.0.9000
pkgdown_sha: 1d40a80e6b3564a6d7da0ce467b0a4570aa5665e
pkgdown_sha: 6ecf7666c05a728e6fea07301a07c33a6ffed784
articles:
cran-automation: cran-automation.html
demo: demo.html
fledge: fledge.html
internals: internals.html
last_built: 2024-08-09T22:54Z
last_built: 2024-08-16T19:59Z
urls:
reference: https://fledge.cynkra.com/reference
article: https://fledge.cynkra.com/articles
4 changes: 2 additions & 2 deletions dev/reference/bump_version.html

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

4 changes: 2 additions & 2 deletions dev/reference/commit_version.html

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

2 changes: 1 addition & 1 deletion dev/reference/create_demo_project.html

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

4 changes: 2 additions & 2 deletions dev/reference/finalize_version.html

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

Loading

0 comments on commit d988d1a

Please sign in to comment.