* 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
parent
87a37fba0d
commit
fbbf998ccb
|
@ -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:
|
||||
|
||||
|
|
|
@ -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.
|
||||
:::
|
||||
|
|
|
@ -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.
|
||||
:::
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue