wrong rendering at freqtrade.io fixed; other cosmetics in docs/

* Titles render wrong both in the docs dir and at freqtrade.io
* Last list of links renders wring at freqtrade.io
This commit is contained in:
hroff-1902
2019-04-12 10:32:43 +03:00
committed by hroff-1902
parent f204af173d
commit 016e8fde89
2 changed files with 13 additions and 15 deletions

View File

@@ -70,8 +70,8 @@ Mandatory Parameters are marked as **Required**.
| `strategy` | DefaultStrategy | Defines Strategy class to use.
| `strategy_path` | null | Adds an additional strategy lookup path (must be a folder).
| `internals.process_throttle_secs` | 5 | **Required.** Set the process throttle. Value in second.
| `logfile` | | Specify Logfile. Uses a rolling strategy of 10 files, with 1Mb per file.
| `internals.sd_notify` | false | Enables use of the sd_notify protocol to tell systemd service manager about changes in the bot state and issue keep-alive pings. See [here](installation.md#7-optional-configure-freqtrade-as-a-systemd-service) for more details.
| `logfile` | | Specify Logfile. Uses a rolling strategy of 10 files, with 1Mb per file.
### Parameters in the strategy