-
Notifications
You must be signed in to change notification settings - Fork 7
/
book.json
52 lines (52 loc) · 1.44 KB
/
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
45
46
47
48
49
50
51
52
{
"root": "./docs",
"title": "系统动力学导入手册",
"language": "zh",
"plugins": [
"expandable-chapters-small",
"atoc",
"disqus",
"github-buttons",
"editlink",
"image-captions"
],
"pluginsConfig": {
"expandable-chapters-small":{},
"atoc": {
"addClass": true,
"className": "atoc"
},
"disqus": {
"shortName": "blog-zhangliaoyuan-com-systemdynamics"
},
"github-buttons": {
"repo": "erizhang/systemdynamics",
"types": [
"star",
"watch"
],
"size": "small",
"width": 90,
"height": 21
},
"editlink": {
"base": "https://github.com/erizhang/systemdynamics/blob/master/docs",
"label": "编辑本页"
},
"image-captions": {
"caption": "图 - _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_",
"align": "center"
}
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"pdf": {
"headerTemplate": "Header of the PDF with _TITLE_",
"footerTemplate": "Footer HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_."
}
}