Simplify mkdocs jquery inclusion by using overrides

instead of partials
This commit is contained in:
Matthias
2021-06-20 09:37:32 +02:00
parent 347eceeda5
commit 7f434c0413
3 changed files with 11 additions and 73 deletions

View File

@@ -42,7 +42,7 @@ theme:
name: material
logo: 'images/logo.png'
favicon: 'images/logo.png'
custom_dir: 'docs'
custom_dir: 'docs/overrides'
palette:
primary: 'blue grey'
accent: 'tear'