Skip to content

Commit

Permalink
Refined documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dhondta committed May 27, 2023
1 parent 2f1a89a commit 48d7fc7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 54 deletions.
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ extra:
- icon: fontawesome/brands/twitter
link: https://twitter.com/alex_dhondt
name: Alex on Twitter
extra_css:
- css/extra.css
theme:
name: material
palette:
Expand Down
26 changes: 26 additions & 0 deletions docs/pages/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/* Full width (only works for some themes, including 'material') */
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: none;
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}

/* See https://github.com/mkdocs/mkdocs/wiki/MkDocs-Recipes */
/* Add Support for Checkbox Lists */
.task-list-item {
list-style-type: none;
}

.task-list-item input {
margin: 0 4px 0.25em -20px;
vertical-align: middle;
}
54 changes: 0 additions & 54 deletions docs/pages/js/collapsible-navbar.js

This file was deleted.

0 comments on commit 48d7fc7

Please sign in to comment.