Skip to content

Commit

Permalink
Built site for [email protected]: 265e161
Browse files Browse the repository at this point in the history
  • Loading branch information
aviator-app[bot] committed Oct 27, 2024
1 parent 4843454 commit 3f6b88e
Show file tree
Hide file tree
Showing 26 changed files with 64 additions and 49 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.

6 changes: 3 additions & 3 deletions dev/deps/Fira_Mono-0.4.9/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
font-weight: 400;
font-display: swap;
src: url(N0bX2SlFPv1weGeLZDtgK_7SodY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
Expand Down Expand Up @@ -41,7 +41,7 @@
font-weight: 400;
font-display: swap;
src: url(N0bX2SlFPv1weGeLZDtgKP7SodY.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
Expand All @@ -50,5 +50,5 @@
font-weight: 400;
font-display: swap;
src: url(N0bX2SlFPv1weGeLZDtgJv7S.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
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
}
});
6 changes: 3 additions & 3 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
pkgdown_sha: ~
pkgdown: 2.1.1.9000
pkgdown_sha: a160ee0f36865f58d79b93d5024a20450fd30d6a
articles:
cran-automation: cran-automation.html
demo: demo.html
fledge: fledge.html
internals: internals.html
last_built: 2024-09-14T08:42Z
last_built: 2024-10-27T05:21Z
urls:
reference: https://fledge.cynkra.com/reference
article: https://fledge.cynkra.com/articles
Binary file removed dev/reference/Rplot001.png
Binary file not shown.
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 3f6b88e

Please sign in to comment.