updated mkdocs

This commit is contained in:
Sam Germain 2021-07-12 19:39:35 -06:00
parent 93d4332012
commit d8f9b3cafa

View File

@ -20,6 +20,7 @@ nav:
- Web Hook: webhook-config.md
- Data Downloading: data-download.md
- Backtesting: backtesting.md
- Leverage: leverage.md
- Hyperopt: hyperopt.md
- Utility Sub-commands: utils.md
- Plotting: plotting.md
@ -40,24 +41,24 @@ nav:
- Contributors Guide: developer.md
theme:
name: material
logo: 'images/logo.png'
favicon: 'images/logo.png'
custom_dir: 'docs/overrides'
logo: "images/logo.png"
favicon: "images/logo.png"
custom_dir: "docs/overrides"
palette:
- scheme: default
primary: 'blue grey'
accent: 'tear'
primary: "blue grey"
accent: "tear"
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: 'blue grey'
accent: 'tear'
primary: "blue grey"
accent: "tear"
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
extra_css:
- 'stylesheets/ft.extra.css'
- "stylesheets/ft.extra.css"
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6