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 15c8968 commit e873951Copy full SHA for e873951
hyperbook.json
@@ -1,5 +1,7 @@
1
{
2
"name": "Informatik",
3
+ "qrcode": true,
4
+ "search": true,
5
"version": "0.0.1",
6
"description": "In diesem Hyperbook lernst du viele Themen der Informatik kennen.",
7
"author": {
@@ -13,10 +15,12 @@
13
15
"brandDark": "#f2dcaa",
14
16
"brandText": "#f2dcaa"
17
},
- "links": [{
- "href": "/glossary",
18
- "icon": "📚",
19
- "label": "Glossar"
20
- }],
+ "links": [
+ {
+ "href": "/glossary",
21
+ "icon": "📚",
22
+ "label": "Glossar"
23
+ }
24
+ ],
25
"logo": "/logo.png"
26
}
0 commit comments