-
Notifications
You must be signed in to change notification settings - Fork 108
/
book.json
29 lines (28 loc) · 872 Bytes
/
book.json
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
{
"introduction": {
"path": "README.md",
"title": "介绍" },
"plugins": ["quiz","mcqx","fbqx","duoshuo","-lunr", "-search", "search-pro"],
"pluginsConfig": {
"quiz": {
"labels": {
"check" : "Check my answers",
"showExplanation" : "Explain",
"showCorrect" : "Show all",
"explanationHeader" : "Explanation"
},
"text": {
"noChosen" : "Choose at least one answer",
"incomplete" : "Some correct answers are missing"
},
"buttons": {
"showCorrect" : true,
"showExplanation" : true
}
},
"duoshuo": {
"short_name": "mytest",
"theme": "default"
}
}
}