stable/mkdocs.yml

23 lines
544 B
YAML
Raw Normal View History

2018-12-28 13:52:23 +00:00
site_name: Freqtrade
2018-12-30 14:22:19 +00:00
nav:
- About: about.md
- Installation: pre-requisite.md
- Configuratioon: configuration.md
- Start the bot: bot-usage.md
- Bot optimization: bot-optimization.md
- Backtesting: backtesting.md
- Hyperopt: hyperopt.md
- Plotting: plotting.md
- Telegram usage: telegram-usage.md
2018-12-28 14:37:14 +00:00
theme:
name: material
logo: 'images/logo.png'
palette:
primary: 'blue grey'
2018-12-28 15:16:04 +00:00
accent: 'tear'
2018-12-28 14:37:14 +00:00
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
2018-12-28 14:55:51 +00:00
permalink: false