-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbook.json
More file actions
28 lines (28 loc) · 719 Bytes
/
book.json
File metadata and controls
28 lines (28 loc) · 719 Bytes
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
{
"plugins": [ "theme-api" , "search", "hints"],
"pluginsConfig": {
"lunr": {
"ignoreSpecialCharacters": true
},
"theme-api": {
"theme":"dark",
"split": true,
"languages": [
{
"lang": "js",
"name": "JavaScript",
"default": true
},
{
"lang":"json",
"Name": "JSON",
"default":true
},
{
"lang": "filemaker",
"name": "FileMaker"
}
]
}
}
}