49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
site_name: Freqtrade
|
|
nav:
|
|
- About: index.md
|
|
- Installation: installation.md
|
|
- Installation Docker: docker.md
|
|
- Configuration: configuration.md
|
|
- Strategy Customization: strategy-customization.md
|
|
- Stoploss: stoploss.md
|
|
- Start the bot: bot-usage.md
|
|
- Control the bot:
|
|
- Telegram: telegram-usage.md
|
|
- Web Hook: webhook-config.md
|
|
- REST API: rest-api.md
|
|
- Backtesting: backtesting.md
|
|
- Hyperopt: hyperopt.md
|
|
- Edge positioning: edge.md
|
|
- Plotting: plotting.md
|
|
- Deprecated features: deprecated.md
|
|
- FAQ: faq.md
|
|
- Data Analysis: data-analysis.md
|
|
- SQL Cheatsheet: sql_cheatsheet.md
|
|
- Sandbox testing: sandbox-testing.md
|
|
- Contributors guide: developer.md
|
|
theme:
|
|
name: material
|
|
logo: 'images/logo.png'
|
|
custom_dir: 'docs'
|
|
palette:
|
|
primary: 'blue grey'
|
|
accent: 'tear'
|
|
markdown_extensions:
|
|
- 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
|