From 94aa1aaff3e47d320197ac3bd24e521411e844fc Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 5 Jan 2019 19:34:45 +0100 Subject: [PATCH] fix typo, improve doc sequence --- mkdocs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 07672884a..36428d1c1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,18 +4,18 @@ nav: - Installation: installation.md - Configuration: configuration.md - Start the bot: bot-usage.md - - Optimization: bot-optimization.md + - Stoploss: stoploss.md + - Custom Strategy: bot-optimization.md + - Telegram: telegram-usage.md + - Web Hook: webhook-config.md - Backtesting: backtesting.md - Hyperopt: hyperopt.md - - Stoploss: stoploss.md - - Telegram: telegram-usage.md - - Plotting: plotting.md - Edge positioning: edge.md - - Web Hook: webhook-config.md + - Plotting: plotting.md - FAQ: faq.md - - Contributors guide: developer.md - - SQL Cheatsheeet: sql_cheatsheet.md + - SQL Cheatsheet: sql_cheatsheet.md - Sanbox testing: sandbox-testing.md + - Contributors guide: developer.md theme: name: material logo: 'images/logo.png' @@ -40,4 +40,4 @@ markdown_extensions: - pymdownx.superfences - pymdownx.tasklist: custom_checkbox: true - - pymdownx.tilde \ No newline at end of file + - pymdownx.tilde