Skip to content

Commit ba5bc25

Browse files
committed
fix hyperbook.json
1 parent 772fcd7 commit ba5bc25

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

website/de/hyperbook.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "Hyperbook Dokumenation",
3+
"version": "text",
34
"qrcode": true,
4-
"search": true,
5+
"breadcrumb": true,
56
"llms": true,
67
"importExport": true,
8+
"search": true,
79
"description": "Dokumentation für Hyperbook erstellt mit Hyperbook",
810
"author": {
911
"name": "OpenPatch",

website/en/hyperbook.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"name": "Hyperbook Documentation",
3-
"cloud": {
4-
"url": "http://localhost:3001",
5-
"id": "test"
6-
},
3+
"version": "text",
74
"qrcode": true,
85
"breadcrumb": true,
96
"llms": true,
@@ -42,6 +39,11 @@
4239
]
4340
}
4441
],
42+
"elements": {
43+
"code": {
44+
"showLineNumbers": true
45+
}
46+
},
4547
"language": "en",
4648
"logo": "/logo.svg",
4749
"repo": "https://github.com/openpatch/hyperbook/edit/main/website/en"

0 commit comments

Comments
 (0)