Skip to content

Commit e873951

Browse files
committed
enable search
1 parent 15c8968 commit e873951

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

hyperbook.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "Informatik",
3+
"qrcode": true,
4+
"search": true,
35
"version": "0.0.1",
46
"description": "In diesem Hyperbook lernst du viele Themen der Informatik kennen.",
57
"author": {
@@ -13,10 +15,12 @@
1315
"brandDark": "#f2dcaa",
1416
"brandText": "#f2dcaa"
1517
},
16-
"links": [{
17-
"href": "/glossary",
18-
"icon": "📚",
19-
"label": "Glossar"
20-
}],
18+
"links": [
19+
{
20+
"href": "/glossary",
21+
"icon": "📚",
22+
"label": "Glossar"
23+
}
24+
],
2125
"logo": "/logo.png"
2226
}

0 commit comments

Comments
 (0)