fix typo, improve doc sequence
This commit is contained in:
parent
c8d40e81f0
commit
94aa1aaff3
16
mkdocs.yml
16
mkdocs.yml
@ -4,18 +4,18 @@ nav:
|
|||||||
- Installation: installation.md
|
- Installation: installation.md
|
||||||
- Configuration: configuration.md
|
- Configuration: configuration.md
|
||||||
- Start the bot: bot-usage.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
|
- Backtesting: backtesting.md
|
||||||
- Hyperopt: hyperopt.md
|
- Hyperopt: hyperopt.md
|
||||||
- Stoploss: stoploss.md
|
|
||||||
- Telegram: telegram-usage.md
|
|
||||||
- Plotting: plotting.md
|
|
||||||
- Edge positioning: edge.md
|
- Edge positioning: edge.md
|
||||||
- Web Hook: webhook-config.md
|
- Plotting: plotting.md
|
||||||
- FAQ: faq.md
|
- FAQ: faq.md
|
||||||
- Contributors guide: developer.md
|
- SQL Cheatsheet: sql_cheatsheet.md
|
||||||
- SQL Cheatsheeet: sql_cheatsheet.md
|
|
||||||
- Sanbox testing: sandbox-testing.md
|
- Sanbox testing: sandbox-testing.md
|
||||||
|
- Contributors guide: developer.md
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
logo: 'images/logo.png'
|
logo: 'images/logo.png'
|
||||||
@ -40,4 +40,4 @@ markdown_extensions:
|
|||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
|
Loading…
Reference in New Issue
Block a user