mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-12 19:23:55 +00:00
added theme configuration
This commit is contained in:
parent
71de820adf
commit
78f29a7454
BIN
docs/images/logo.png
Normal file
BIN
docs/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
13
mkdocs.yml
13
mkdocs.yml
|
@ -1,2 +1,13 @@
|
||||||
site_name: Freqtrade
|
site_name: Freqtrade
|
||||||
theme: material
|
theme:
|
||||||
|
name: material
|
||||||
|
logo: 'images/logo.png'
|
||||||
|
palette:
|
||||||
|
primary: 'blue grey'
|
||||||
|
accent: 'cyan'
|
||||||
|
markdown_extensions:
|
||||||
|
- admonition
|
||||||
|
- codehilite:
|
||||||
|
guess_lang: false
|
||||||
|
- toc:
|
||||||
|
permalink: true
|
Loading…
Reference in New Issue
Block a user