Skip to content

Commit c6d4e96

Browse files
committed
Restructure
1 parent c4fe3d7 commit c6d4e96

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

content/documentation/remote/_index.md renamed to content/documentation/development/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Remote Development'
2+
title: 'Development Tools'
33
weight: 170
44
---
55

content/documentation/remote/developing-on-a-remote-pc.md renamed to content/documentation/development/developing-on-a-remote-pc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using Maven Archetype
3-
weight: 172
3+
weight: 173
44
tags: ["Maven"]
55
---
66

content/prepare/install-vsc-ide.md renamed to content/documentation/development/install-vsc-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Install Visual Studio Code
3-
weight: 19
3+
weight: 171
44
tags: ["Visual Studio Code"]
55
---
66

content/documentation/remote/remote-development-with-intellijidea.md renamed to content/documentation/development/intellijidea.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Using IntelliJ IDEA
3-
weight: 171
3+
weight: 172
44
tags: ["IntelliJ IDEA"]
55
---
66

7-
IntelliJ IDEA is the most-used IDE for Java development. You can use it to develop on a remote machine with code on the Raspberry Pi. Make sure you have the Remote Development Gateway plugin enabled as described on [Connect to a remote server from IntelliJ IDEA](https://www.jetbrains.com/help/idea/remote-development-starting-page.html) and [Install JetBrains Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html).
7+
IntelliJ IDEA is the most-used IDE for Java development. Unfortunately, it is not available for ARM devices so we can't use it directly on a Raspberry Pi.
8+
9+
But you can use IntelliJ IDEA to develop on a remote machine (Windows, Linux, or macOS) with code on the Raspberry Pi. Make sure you have the Remote Development Gateway plugin enabled as described on [Connect to a remote server from IntelliJ IDEA](https://www.jetbrains.com/help/idea/remote-development-starting-page.html) and [Install JetBrains Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html).
810

911
1. Go to "File" > "Remote Development".
1012
![01-toolbar.png](/assets/documentation/intellij/01-toolbar.png)

content/getting-started/java-development-on-the-raspberry-pi-with-vsc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ Maven home: /usr/share/maven
5050

5151
## Visual Studio Code
5252

53-
Please check [Prepare a Raspberry Pi > Install Visual Studio Code](/prepare/install-vsc-ide) for more info if you want to develop Java code directly on the Raspberry Pi.
53+
Please check [Install Visual Studio Code](/documentation/development/install-vsc-ide) for more info if you want to develop Java code directly on the Raspberry Pi.
5454

0 commit comments

Comments
 (0)