Fix #980 confusions (#985)

* Add Headline
* Add Headline
* Add Headline
* Fix image urls

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Update developers/index.md

Co-Authored-By: Yannick Schaus <github@schaus.net>

* Improve TODO explanation.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/991/head
Jerome Luckenbach 2019-05-18 14:25:37 +02:00 committed by GitHub
parent 87a37fba0d
commit fbbf998ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 6 deletions

View File

@ -3,8 +3,12 @@ layout: developersguide
title: Eclipse IDE
---
**TODO**: We are currently reworking how to setup a perfect development enviroment.
# Eclipse IDE
::: tip TODO
We are currently reworking how to setup a perfect development enviroment.
A new step by step guide will appear here soon.
:::
For now follow these steps:

View File

@ -3,5 +3,9 @@ layout: developersguide
title: IntelliJ
---
**TODO**: We are currently reworking how to setup a perfect development enviroment.
# IntelliJ IDE
::: tip TODO
We are currently reworking how to setup a perfect development enviroment.
A new step by step guide will appear here soon.
:::

View File

@ -3,5 +3,9 @@ layout: developersguide
title: Visual Studio Code
---
**TODO**: We are currently reworking how to setup a perfect development enviroment.
# VSCode
::: tip TODO
We are currently reworking how to setup a perfect development enviroment.
A new step by step guide will appear here soon.
:::

View File

@ -58,17 +58,17 @@ We have prepared some step-by-step guides for the following IDEs:
<tr>
<td style="width:30%">
[![Visual Studio Code](ide/images/vscode.jpg)](ide/vscode.html)
[![Visual Studio Code](./ide/images/vscode.jpg)](ide/vscode.html)
</td>
<td style="width:30%">
[![Eclipse IDE](ide/images/vscode.jpg)](ide/eclipse.html)
[![Eclipse IDE](./ide/images/eclipse.jpg)](ide/eclipse.html)
</td>
<td style="width:30%">
[![Intellij IDE](ide/images/intellij.jpg)](ide/intellij.html)
[![Intellij IDE](./ide/images/intellij.jpg)](ide/intellij.html)
</td>
</tr>