mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
13 lines
233 B
YAML
13 lines
233 B
YAML
site_name: Freqtrade
|
|
theme:
|
|
name: material
|
|
logo: 'images/logo.png'
|
|
palette:
|
|
primary: 'blue grey'
|
|
accent: 'tear'
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite:
|
|
guess_lang: false
|
|
- toc:
|
|
permalink: false |