stable/mkdocs.yml

43 lines
1.1 KiB
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:
2018-12-30 16:58:06 +00:00
- About: index.md
2018-12-31 10:04:22 +00:00
- Installation: installation.md
2018-12-30 16:53:33 +00:00
- Configuration: configuration.md
2018-12-30 14:22:19 +00:00
- Start the bot: bot-usage.md
2018-12-30 16:14:03 +00:00
- Optimization: bot-optimization.md
2018-12-30 14:22:19 +00:00
- Backtesting: backtesting.md
- Hyperopt: hyperopt.md
2018-12-30 16:29:07 +00:00
- Stoploss: stoploss.md
2018-12-30 16:47:41 +00:00
- Telegram: telegram-usage.md
2018-12-30 16:20:28 +00:00
- Plotting: plotting.md
- Edge positioning: edge.md
2018-12-30 16:29:07 +00:00
- Web Hook: webhook-config.md
- FAQ: faq.md
- Contributors guide: developer.md
- SQL Cheatsheeet: sql_cheatsheet.md
- Sanbox testing: sandbox-testing.md
2018-12-28 14:37:14 +00:00
theme:
name: material
logo: 'images/logo.png'
2018-12-30 17:22:28 +00:00
custom_dir: 'docs'
2018-12-28 14:37:14 +00:00
palette:
primary: 'blue grey'
2018-12-28 15:16:04 +00:00
accent: 'tear'
2018-12-28 14:37:14 +00:00
markdown_extensions:
2018-12-30 15:56:27 +00:00
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde