This commit is contained in:
github-actions[bot]
2026-01-01 02:00:04 +00:00
parent 587b8394fb
commit 4e7996d436
63 changed files with 81 additions and 75 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+6 -4
View File
@@ -447,7 +447,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
body { position: relative; padding-bottom: 4rem; overflow-y: scroll; } body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } } @media (min-width: 50rem) { body { position: static; padding-bottom: 0; } }
.site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; padding-right: 1rem; padding-left: 1rem; } .site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } } @media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } }
.site-footer { font-size: 0.6875rem !important; } .site-footer { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } } @media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } }
@@ -632,7 +632,7 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-input { position: absolute; width: 100%; height: 100%; padding: 0.5rem 1rem 0.5rem 2.5rem; font-size: 1rem; color: #e6e1e8; background-color: #302d36; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; } .search-input { position: absolute; width: 100%; height: 100%; padding: 0.5rem 1rem 0.5rem 2.5rem; font-size: 1rem; color: #e6e1e8; background-color: #302d36; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }
@media (min-width: 50rem) { .search-input { padding: 0.5rem 1rem 0.5rem 3.5rem; font-size: 0.875rem; background-color: #27262b; transition: padding-left linear 200ms; } } @media (min-width: 50rem) { .search-input { padding: 0.5rem 1rem 0.5rem 3.5rem; font-size: 0.875rem; background-color: #27262b; transition: padding-left linear 200ms; } }
.search-input:focus { outline: 0; } .search-input:focus { outline: 2px solid #2c84fa; outline-offset: -2px; }
.search-input:focus + .search-label .search-icon { color: #2c84fa; } .search-input:focus + .search-label .search-icon { color: #2c84fa; }
.search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; } .search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; }
@@ -668,11 +668,11 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; } .search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; } .search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #e6e1e8; text-overflow: ellipsis; white-space: nowrap; }
.search-result-rel-url { font-size: 0.5625rem !important; } .search-result-rel-url { font-size: 0.5625rem !important; }
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } } @media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #44434d; } .search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #e6e1e8; word-wrap: break-word; border-left: 1px solid; border-left-color: #44434d; }
.search-result-previews { font-size: 0.6875rem !important; } .search-result-previews { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } } @media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } } @media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
@@ -877,6 +877,8 @@ code.language-mermaid { padding: 0; background-color: inherit; border: 0; }
.d-none { display: none !important; } .d-none { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
@media (min-width: 20rem) { .d-xs-block { display: block !important; } @media (min-width: 20rem) { .d-xs-block { display: block !important; }
.d-xs-flex { display: flex !important; } .d-xs-flex { display: flex !important; }
.d-xs-inline { display: inline !important; } .d-xs-inline { display: inline !important; }
+6 -4
View File
@@ -327,7 +327,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
body { position: relative; padding-bottom: 4rem; overflow-y: scroll; } body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } } @media (min-width: 50rem) { body { position: static; padding-bottom: 0; } }
.site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; padding-right: 1rem; padding-left: 1rem; } .site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } } @media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } }
.site-footer { font-size: 0.6875rem !important; } .site-footer { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } } @media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } }
@@ -512,7 +512,7 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-input { position: absolute; width: 100%; height: 100%; padding: 0.5rem 1rem 0.5rem 2.5rem; font-size: 1rem; color: #5c5962; background-color: #fff; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; } .search-input { position: absolute; width: 100%; height: 100%; padding: 0.5rem 1rem 0.5rem 2.5rem; font-size: 1rem; color: #5c5962; background-color: #fff; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }
@media (min-width: 50rem) { .search-input { padding: 0.5rem 1rem 0.5rem 3.5rem; font-size: 0.875rem; background-color: #fff; transition: padding-left linear 200ms; } } @media (min-width: 50rem) { .search-input { padding: 0.5rem 1rem 0.5rem 3.5rem; font-size: 0.875rem; background-color: #fff; transition: padding-left linear 200ms; } }
.search-input:focus { outline: 0; } .search-input:focus { outline: 2px solid #2869e6; outline-offset: -2px; }
.search-input:focus + .search-label .search-icon { color: #2869e6; } .search-input:focus + .search-label .search-icon { color: #2869e6; }
.search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; } .search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; }
@@ -548,11 +548,11 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; } .search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; } .search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #5c5962; text-overflow: ellipsis; white-space: nowrap; }
.search-result-rel-url { font-size: 0.5625rem !important; } .search-result-rel-url { font-size: 0.5625rem !important; }
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } } @media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; } .search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #5c5962; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; }
.search-result-previews { font-size: 0.6875rem !important; } .search-result-previews { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } } @media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } } @media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
@@ -757,6 +757,8 @@ code.language-mermaid { padding: 0; background-color: inherit; border: 0; }
.d-none { display: none !important; } .d-none { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
@media (min-width: 20rem) { .d-xs-block { display: block !important; } @media (min-width: 20rem) { .d-xs-block { display: block !important; }
.d-xs-flex { display: flex !important; } .d-xs-flex { display: flex !important; }
.d-xs-inline { display: inline !important; } .d-xs-inline { display: inline !important; }
+6 -4
View File
@@ -319,7 +319,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
body { position: relative; padding-bottom: 4rem; overflow-y: scroll; } body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } } @media (min-width: 50rem) { body { position: static; padding-bottom: 0; } }
.site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; padding-right: 1rem; padding-left: 1rem; } .site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } } @media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } }
.site-footer { font-size: 0.6875rem !important; } .site-footer { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } } @media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } }
@@ -504,7 +504,7 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-input { position: absolute; width: 100%; height: 100%; padding: 0.5rem 1rem 0.5rem 2.5rem; font-size: 1rem; color: #5c5962; background-color: #fff; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; } .search-input { position: absolute; width: 100%; height: 100%; padding: 0.5rem 1rem 0.5rem 2.5rem; font-size: 1rem; color: #5c5962; background-color: #fff; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }
@media (min-width: 50rem) { .search-input { padding: 0.5rem 1rem 0.5rem 3.5rem; font-size: 0.875rem; background-color: #fff; transition: padding-left linear 200ms; } } @media (min-width: 50rem) { .search-input { padding: 0.5rem 1rem 0.5rem 3.5rem; font-size: 0.875rem; background-color: #fff; transition: padding-left linear 200ms; } }
.search-input:focus { outline: 0; } .search-input:focus { outline: 2px solid #7253ed; outline-offset: -2px; }
.search-input:focus + .search-label .search-icon { color: #7253ed; } .search-input:focus + .search-label .search-icon { color: #7253ed; }
.search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; } .search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; }
@@ -540,11 +540,11 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; } .search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; } .search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #5c5962; text-overflow: ellipsis; white-space: nowrap; }
.search-result-rel-url { font-size: 0.5625rem !important; } .search-result-rel-url { font-size: 0.5625rem !important; }
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } } @media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; } .search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #5c5962; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; }
.search-result-previews { font-size: 0.6875rem !important; } .search-result-previews { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } } @media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } } @media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
@@ -749,6 +749,8 @@ code.language-mermaid { padding: 0; background-color: inherit; border: 0; }
.d-none { display: none !important; } .d-none { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
@media (min-width: 20rem) { .d-xs-block { display: block !important; } @media (min-width: 20rem) { .d-xs-block { display: block !important; }
.d-xs-flex { display: flex !important; } .d-xs-flex { display: flex !important; }
.d-xs-inline { display: inline !important; } .d-xs-inline { display: inline !important; }
+4 -4
View File
@@ -29,7 +29,7 @@ function initNav() {
} }
if (target) { if (target) {
e.preventDefault(); e.preventDefault();
target.ariaPressed = target.parentNode.classList.toggle('active'); target.ariaExpanded = target.parentNode.classList.toggle('active');
} }
}); });
@@ -45,11 +45,11 @@ function initNav() {
if (menuButton.classList.toggle('nav-open')) { if (menuButton.classList.toggle('nav-open')) {
siteNav.classList.add('nav-open'); siteNav.classList.add('nav-open');
mainHeader.classList.add('nav-open'); mainHeader.classList.add('nav-open');
menuButton.ariaPressed = true; menuButton.ariaExpanded = true;
} else { } else {
siteNav.classList.remove('nav-open'); siteNav.classList.remove('nav-open');
mainHeader.classList.remove('nav-open'); mainHeader.classList.remove('nav-open');
menuButton.ariaPressed = false; menuButton.ariaExpanded = false;
} }
}); });
} }
@@ -225,7 +225,7 @@ function searchLoaded(index, docs) {
// note: the SVG svg-doc is only loaded as a Jekyll include if site.search_enabled is true; see _includes/icons/icons.html // note: the SVG svg-doc is only loaded as a Jekyll include if site.search_enabled is true; see _includes/icons/icons.html
var resultDoc = document.createElement('div'); var resultDoc = document.createElement('div');
resultDoc.classList.add('search-result-doc'); resultDoc.classList.add('search-result-doc');
resultDoc.innerHTML = '<svg viewBox="0 0 24 24" class="search-result-icon"><use xlink:href="#svg-doc"></use></svg>'; resultDoc.innerHTML = '<svg viewBox="0 0 24 24" class="search-result-icon" aria-hidden="true"><use xlink:href="#svg-doc"></use></svg>';
resultTitle.appendChild(resultDoc); resultTitle.appendChild(resultDoc);
var resultDocTitle = document.createElement('div'); var resultDocTitle = document.createElement('div');
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="/sfall/feed.xml" rel="self" type="application/atom+xml" /><link href="/sfall/" rel="alternate" type="text/html" /><updated>2025-12-30T21:59:25+00:00</updated><id>/sfall/feed.xml</id><title type="html">sfall</title><subtitle>Sfall documentation</subtitle></feed> <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="/sfall/feed.xml" rel="self" type="application/atom+xml" /><link href="/sfall/" rel="alternate" type="text/html" /><updated>2026-01-01T01:59:57+00:00</updated><id>/sfall/feed.xml</id><title type="html">sfall</title><subtitle>Sfall documentation</subtitle></feed>

Some files were not shown because too many files have changed in this diff Show More