forked from mikeboan/jumpstart-beginner-track
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
34 lines (32 loc) · 793 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
30
31
32
33
34
{
"plugins": [
"expandable-chapters",
"quiz",
"hide-element",
"ga"
],
"pluginsConfig": {
"quiz": {
"labels": {
"check" : "Check",
"showExplanation" : "Explain",
"showCorrect" : "Show Answer",
"explanationHeader" : "Explanation"
},
"text": {
"noChosen" : "Choose at least one answer",
"incomplete" : "Some correct answers are missing"
},
"buttons": {
"showCorrect" : false,
"showExplanation" : true
}
},
"hide-element": {
"elements": [".gitbook-link", "a:contains(JumpStart)", "a:contains(Configuration)", ".custom-link"]
},
"ga": {
"token": "UA-34702721-1"
}
}
}