Skip to content

Commit

Permalink
Deployed 44e0b96 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 20, 2024
0 parents commit 3745ec1
Show file tree
Hide file tree
Showing 71 changed files with 20,678 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
675 changes: 675 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
handbook.lille-oe.de
Binary file added assets/boat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/checklist.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const checklist = document.querySelectorAll('label.task-list-control');
if (checklist) {
checklist.forEach((checkbox) => {
checkbox.addEventListener('click', () => {
const inputs = checkbox.getElementsByTagName('input');
if (inputs.length) {
inputs[0].toggleAttribute('checked');
}
});
});
}
Binary file added assets/electrical-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:root {
--md-primary-fg-color: #003247;
--md-primary-fg-color--light: #335e6f;
--md-primary-fg-color--dark: #000000;
}
:root>* {
--md-typeset-a-color: #00619e;
}
body[data-md-color-scheme="slate"] {
--md-typeset-a-color: #009bdb;
}
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
16 changes: 16 additions & 0 deletions assets/javascripts/bundle.56dfad97.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.56dfad97.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 3745ec1

Please sign in to comment.