Skip to content

Commit

Permalink
Deployed a20fbb2 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 11, 2023
0 parents commit 77d0506
Show file tree
Hide file tree
Showing 88 changed files with 21,405 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
660 changes: 660 additions & 0 deletions 404.html

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions assets/css/extensions/tabbed.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
.tabbed-set {
display: flex;
position: relative;
flex-wrap: wrap;
}

.tabbed-set .highlight {
background: #ddd;
}

.tabbed-set .tabbed-content {
display: none;
order: 99;
width: 100%;
}

.tabbed-set label {
width: auto;
margin: 0 0.5em;
padding: 0.25em;
font-size: 120%;
cursor: pointer;
color: #ffffff !important;
}

.tabbed-set input {
position: absolute;
opacity: 0;
}

.tabbed-set input:nth-child(n+1) {
color: #333333;
}

.tabbed-set input:nth-child(n+1):checked + label {
color: cyan !important;
}

.tabbed-set input:nth-child(n+1):checked + label + .tabbed-content {
display: block;
}
1 change: 1 addition & 0 deletions assets/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "extensions/tabbed.css";
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.4e0fa4ba.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/javascripts/bundle.4e0fa4ba.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

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

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

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

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

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

Loading

0 comments on commit 77d0506

Please sign in to comment.