We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2642d82 commit c627fa9Copy full SHA for c627fa9
README.md
@@ -1,5 +1,7 @@
1
# Scratch for Java
2
3
+
4
+
5
To ease the transition from the block-based programming environment
6
[Scratch](scratch.mit.edu) to text-based programming in Java this
7
library was created. Therefore, the core elements of Scratch are remodeled.
docs/hyperbook.json
@@ -6,6 +6,12 @@
"name": "OpenPatch",
"url": "https://openpatch.org"
8
},
9
+ "logo": "/assets/logo.png",
10
+ "colors": {
11
+ "brand": "#4e7896",
12
+ "brandDark": "#f58219",
13
+ "brandText": "#f58219"
14
+ },
15
"license": "CC-BY-SA",
16
"language": "en"
17
}
docs/public/assets/logo.png
44.7 KB
0 commit comments