diff --git a/mkdocs.yml b/mkdocs.yml index 66f5e89..5037f8d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,10 +23,8 @@ theme: features: - navigation.tabs - # would reduce every page size but not very usable over Tor sadly - #- navigation.prune + - navigation.prune - navigation.footer - #- navigation.sections logo: assets/logo.png favicon: assets/logo.png @@ -582,10 +580,10 @@ nav: copyright: "Creative Commons Zero: No Rights Reserved" -#extra_javascript: -# - https://fastly.jsdelivr.net/npm/jquery/dist/jquery.min.js -# - https://fastly.jsdelivr.net/npm/echarts/dist/echarts.min.js -# - assets/javascripts/interactive_graph.js +extra_javascript: + - https://fastly.jsdelivr.net/npm/jquery/dist/jquery.min.js + - https://fastly.jsdelivr.net/npm/echarts/dist/echarts.min.js + - assets/javascripts/interactive_graph.js extra_css: - stylesheets/extra.css