Skip to content

Commit

Permalink
fix avail
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Jul 17, 2024
1 parent 6511985 commit 158bc2f
Show file tree
Hide file tree
Showing 8 changed files with 1,928 additions and 440 deletions.
875 changes: 439 additions & 436 deletions docs/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"title": "sfb14 ADP",
"description": "A simple ADP site for sfb14, by \\@\\_TanHo",
"author": [],
"contents": "\nLast updated 2024-07-17 09:36:35 EDT.\nADP\nAcross all MFL and Sleeper drafts.\n\n\n\nBest Available\n\n\n\n\n\n\n",
"last_modified": "2024-07-17T13:36:47+00:00"
"contents": "\nLast updated 2024-07-17 09:53:30 EDT.\nADP\nAcross all MFL and Sleeper drafts.\n\n\n\nBest Available\n\n\n\n\n\n\n",
"last_modified": "2024-07-17T09:55:59-04:00"
},
{
"path": "LICENSE.html",
"author": [],
"contents": "\nMIT License\nCopyright (c) 2022 data.sfb12 authors\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the “Software”), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n",
"last_modified": "2024-07-17T13:36:47+00:00"
"last_modified": "2024-07-14T17:12:58-04:00"
}
],
"collections": []
Expand Down
12 changes: 12 additions & 0 deletions docs/site_libs/header-attrs-2.25/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
21 changes: 21 additions & 0 deletions docs/site_libs/htmltools-fill-0.5.7.9000/fill.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@layer htmltools {
.html-fill-container {
display: flex;
flex-direction: column;
/* Prevent the container from expanding vertically or horizontally beyond its
parent's constraints. */
min-height: 0;
min-width: 0;
}
.html-fill-container > .html-fill-item {
/* Fill items can grow and shrink freely within
available vertical space in fillable container */
flex: 1 1 auto;
min-height: 0;
min-width: 0;
}
.html-fill-container > :not(.html-fill-item) {
/* Prevent shrinking or growing of non-fill items */
flex: 0 0 auto;
}
}
Loading

0 comments on commit 158bc2f

Please sign in to comment.