Fix formatting in dev docs

(cherry picked from commit 8cbe286e676a56c536cee517b898cbe2f25b2547)
This commit is contained in:
Michael Friedrich 2018-12-04 10:51:04 +01:00
parent 8313a1b2a9
commit 47c44fe641

View File

@ -407,15 +407,15 @@ Up/down in stacktrace:
## Develop Icinga 2 <a id="development-develop"></a> ## Develop Icinga 2 <a id="development-develop"></a>
Icinga 2 can be built on many platforms such as Linux, Unix and Windows. Icinga 2 can be built on many platforms such as Linux, Unix and Windows.
There are limitations in terms of support, e.g. Windows is only supported for clients, There are limitations in terms of support, e.g. Windows is only supported for agents,
not a full-featured master or satellite. not a full-featured master or satellite.
Before you start with actual development, there is a couple of pre-requisites. Before you start with actual development, there is a couple of pre-requisites.
### Choose your Editor <a id="development-develop-choose-editor"></a> ### Choose your Editor <a id="development-develop-choose-editor"></a>
Icinga 2 can be developed with your favorite editor. Icinga developers prefer to use Icinga 2 can be developed with your favorite editor. Icinga developers prefer
the tools below: these tools:
- vim - vim
- CLion (macOS, Linux) - CLion (macOS, Linux)
@ -641,8 +641,6 @@ vim /usr/local/icinga2/etc/icinga2/conf.d/api-users.conf
gdb --args /usr/local/icinga2/lib/icinga2/sbin/icinga2 daemon gdb --args /usr/local/icinga2/lib/icinga2/sbin/icinga2 daemon
``` ```
```
##### Debian 9 <a id="development-linux-dev-env-debian"></a> ##### Debian 9 <a id="development-linux-dev-env-debian"></a>
``` ```