stable/mkdocs.yml

39 lines
979 B
YAML

site_name: Freqtrade
nav:
- About: about.md
- Installation: pre-requisite.md
- Configuratioon: configuration.md
- Start the bot: bot-usage.md
- Optimization: bot-optimization.md
- Backtesting: backtesting.md
- Hyperopt: hyperopt.md
- Plotting: plotting.md
- Telegram usage: telegram-usage.md
theme:
name: material
logo: 'images/logo.png'
palette:
primary: 'blue grey'
accent: 'tear'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde