-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhyperbook.json
More file actions
55 lines (55 loc) · 1.21 KB
/
hyperbook.json
File metadata and controls
55 lines (55 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Scratch for Java",
"version": "0.0.0",
"search": true,
"qrcode": true,
"allowDangerousHtml": true,
"description": "A library which remodels Scratch in Java",
"author": {
"name": "OpenPatch",
"url": "https://openpatch.org"
},
"logo": "/assets/logo.png",
"colors": {
"brand": "#4e7896",
"brandDark": "#f58219",
"brandText": "#f58219"
},
"repo": "https://github.com/openpatch/scratch-for-java/tree/main/docs/en",
"links": [
{
"label": "JavaDoc",
"href": "/javadocs"
},
{
"label": "Contact",
"links": [
{
"label": "Mail",
"icon": "📧",
"href": "mailto:contact@openpatch.org"
},
{
"label": "Twitter",
"icon": "🐦",
"href": "https://twitter.com/openpatchorg"
},
{
"label": "Mastodon",
"icon": "🐘",
"href": "https://fosstodon.org/@openpatch"
},
{
"label": "Matrix (Chat)",
"icon": "👨💻",
"href": "https://matrix.to/#/#hyperbook:matrix.org"
}
]
}
],
"elements": {
"bookmarks": false
},
"license": "CC-BY-NC-SA",
"language": "en"
}