Skip to content

Commit d0d3571

Browse files
author
committed
Deployed c7e26c9 with MkDocs version: 1.5.3
0 parents  commit d0d3571

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+20659
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 675 additions & 0 deletions
Large diffs are not rendered by default.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
handbook.lille-oe.de

assets/boat.png

16.2 KB
Loading

assets/checklist.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const checklist = document.querySelectorAll('label.task-list-control');
2+
if (checklist) {
3+
checklist.forEach((checkbox) => {
4+
checkbox.addEventListener('click', () => {
5+
const inputs = checkbox.getElementsByTagName('input');
6+
if (inputs.length) {
7+
inputs[0].toggleAttribute('checked');
8+
}
9+
});
10+
});
11+
}

assets/electrical-diagram.png

336 KB
Loading

assets/extra.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:root {
2+
--md-primary-fg-color: #003247;
3+
--md-primary-fg-color--light: #335e6f;
4+
--md-primary-fg-color--dark: #000000;
5+
}
6+
:root>* {
7+
--md-typeset-a-color: #00619e;
8+
}
9+
body[data-md-color-scheme="slate"] {
10+
--md-typeset-a-color: #009bdb;
11+
}

assets/favicon.png

12.4 KB
Loading

assets/images/favicon.png

1.83 KB
Loading

assets/javascripts/bundle.bd41221c.min.js

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.bd41221c.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.ar.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.da.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.de.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.du.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)