Skip to content

Commit 76c1539

Browse files
committed
split download and setup
1 parent 7536489 commit 76c1539

File tree

4 files changed

+49
-43
lines changed

4 files changed

+49
-43
lines changed

docs/de/book/download.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Download
3+
index: 1
4+
---
5+
6+
# Download
7+
8+
::download[Windows - Intel 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-windows-amd64.jar"}
9+
10+
::download[Linux - Intel 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-amd64.jar"}
11+
12+
::download[Linux - ARM v6hf]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-armv6hf.jar"}
13+
14+
::download[Linux - ARM 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-aarch64.jar"}
15+
16+
::download[MacOS]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-macosx-universal.jar"}
17+
18+
::download[Sources]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-sources.jar"}
19+
20+
::download[JavaDoc]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-javadoc.jar"}

docs/de/book/installation.md renamed to docs/de/book/setup.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,15 @@
11
---
2-
name: Installation
3-
index: 1
2+
name: Setup
43
lang: de
54
---
65

7-
# Installation
8-
9-
## Downloads
10-
11-
::download[Windows - Intel 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-windows-amd64.jar"}
12-
13-
::download[Linux - Intel 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-amd64.jar"}
14-
15-
::download[Linux - ARM v6hf]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-armv6hf.jar"}
16-
17-
::download[Linux - ARM 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-aarch64.jar"}
18-
19-
::download[MacOS]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-macosx-universal.jar"}
20-
21-
::download[Sources]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-sources.jar"}
22-
23-
::download[JavaDoc]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-javadoc.jar"}
6+
# Setup
247

258
## VS Code (Empfohlen)
269

2710
Stelle zunächst sicher, dass du das Java Extension Pack installiert hast. Du findest es in der Erweiterungsansicht, indem du nach `redhat.java` suchst.
2811

29-
Dann musst du die Scratch for Java jar für dein [Betriebssystem](#downloads) herunterladen.
12+
Dann musst du die Scratch for Java jar für dein [Betriebssystem](/download) herunterladen.
3013

3114
Anschließend musst du die jar zu deinem Projekt hinzufügen. Du kannst dies tun, indem du Folgendes zu deiner `settings.json` hinzufügst:
3215

@@ -48,7 +31,7 @@ Wenn du mit BlueJ kompatibel sein möchtest, solltest du einen "+libs"-Ordner in
4831

4932
Du kannst die Bibliothek auf drei verschiedene Arten installieren.
5033

51-
Als Erstes musst du dir die Scratch for Java jar-Datei für dein [Betriebssystem](#downloads) herunterladen.
34+
Als Erstes musst du dir die Scratch for Java jar-Datei für dein [Betriebssystem](/download) herunterladen.
5235

5336
### Für ein einzelnes Projekt
5437

docs/en/book/download.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Download
3+
index: 1
4+
---
5+
6+
# Download
7+
8+
::download[Windows - Intel 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-windows-amd64.jar"}
9+
10+
::download[Linux - Intel 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-amd64.jar"}
11+
12+
::download[Linux - ARM v6hf]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-armv6hf.jar"}
13+
14+
::download[Linux - ARM 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-aarch64.jar"}
15+
16+
::download[MacOS]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-macosx-universal.jar"}
17+
18+
::download[Sources]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-sources.jar"}
19+
20+
::download[JavaDoc]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-javadoc.jar"}

docs/en/book/installation.md renamed to docs/en/book/setup.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,14 @@
11
---
2-
name: Installation
3-
index: 1
2+
name: Setup
43
---
54

6-
# Installation
7-
8-
## Downloads
9-
10-
::download[Windows - Intel 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-windows-amd64.jar"}
11-
12-
::download[Linux - Intel 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-amd64.jar"}
13-
14-
::download[Linux - ARM v6hf]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-armv6hf.jar"}
15-
16-
::download[Linux - ARM 64-bit]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-linux-aarch64.jar"}
17-
18-
::download[MacOS]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-macosx-universal.jar"}
19-
20-
::download[Sources]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-sources.jar"}
21-
22-
::download[JavaDoc]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch4j-javadoc.jar"}
5+
# Setup
236

247
## VS Code (Recommended)
258

269
First make sure you have the Java Extension Pack installed. You can find it in the Extensions view by searching for `redhat.java`.
2710

28-
Then you need to download the Scratch for Java jar for your [operating system](#downloads).
11+
Then you need to download the Scratch for Java jar for your [operating system](/download).
2912

3013
Afterward, you need to add the jar to your project. You can do this by adding the following to your `settings.json`:
3114

@@ -47,7 +30,7 @@ If you want to be compatible with BlueJ you should use a "+libs" folder in your
4730

4831
You can install this library via three ways in BlueJ.
4932

50-
First, you need to download the Scratch for Java jar for your [operating system](#downloads).
33+
First, you need to download the Scratch for Java jar for your [operating system](/download).
5134

5235
### Project-by-project
5336

@@ -69,4 +52,4 @@ If you have installed BlueJ via the installer you probably find the "userlib" fo
6952

7053
## Standalone
7154

72-
You need to add the Jar file for your [operating system](#downloads) to the classpath.
55+
You need to add the Jar file for your [operating system](/download) to the classpath.

0 commit comments

Comments
 (0)