-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbook.json
44 lines (44 loc) · 895 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
35
36
37
38
39
40
41
42
43
44
{
"language": "en",
"title": "Introduction to Open-Source Robotics",
"structure": {
"readme": "introduction.md"
},
"plugins": [
"callouts",
"highlight",
"codeblock-label",
"image-captions",
"mathjax",
"youtube"],
"pluginsConfig": {
"image-captions": {
"align": "center",
"caption": "Figure _BOOK_IMAGE_NUMBER_. _CAPTION_"
},
"mathjax":{
"forceSVG": false
},
"callouts":{
"definition": {
"alert": "info",
"picto": "fa-pencil-square-o"
},
"example": {
"alert": "success",
"picto": "fa-key"
},
"exercise": {
"alert": "warning",
"picto": "fa-question-circle-o"
},
"note": {
"alert": "primary",
"picto": "fa-thumbs-o-up"
}
}
},
"styles": {
"website": "styles/website.css"
}
}