stable/mkdocs.yml

59 lines
1.6 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
- Installation Docker: docker.md
2018-12-30 16:53:33 +00:00
- Configuration: configuration.md
2019-05-19 07:07:43 +00:00
- Strategy Customization: strategy-customization.md
2019-04-05 04:51:16 +00:00
- Stoploss: stoploss.md
- Start the bot: bot-usage.md
- Control the bot:
- Telegram: telegram-usage.md
- Web Hook: webhook-config.md
2019-05-18 08:24:22 +00:00
- REST API: rest-api.md
- Data Downloading: data-download.md
2019-01-05 18:34:45 +00:00
- Backtesting: backtesting.md
- Hyperopt: hyperopt.md
2019-09-30 18:36:52 +00:00
- Edge Positioning: edge.md
- Utility Subcommands: utils.md
2019-11-10 18:31:13 +00:00
- Exchange-specific Notes: exchanges.md
2018-12-30 16:29:07 +00:00
- FAQ: faq.md
- Data Analysis:
- Jupyter Notebooks: data-analysis.md
- Strategy analysis: strategy_analysis_example.md
- Plotting: plotting.md
2019-01-05 18:34:45 +00:00
- SQL Cheatsheet: sql_cheatsheet.md
- Advanced Post-installation Tasks: advanced-setup.md
2019-12-03 18:36:25 +00:00
- Advanced Hyperopt: advanced-hyperopt.md
2019-09-30 18:36:52 +00:00
- Sandbox Testing: sandbox-testing.md
- Deprecated Features: deprecated.md
- Contributors Guide: developer.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'
2019-10-06 17:27:20 +00:00
extra_css:
- 'stylesheets/ft.extra.css'
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
2019-01-05 18:34:45 +00:00
- pymdownx.tilde
2019-10-20 08:34:04 +00:00
- mdx_truly_sane_lists