-
Notifications
You must be signed in to change notification settings - Fork 330
/
book.json
62 lines (62 loc) · 1.34 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
53
54
55
56
57
58
59
60
61
62
{
"author": "oopsguy.com",
"description": "Spring Boot 中文文档",
"language": "zh-hans",
"extension": null,
"generator": "site",
"links": {
"sharing": {
"all": true,
"facebook": true,
"google": true,
"twitter": true,
"weibo": true
}
},
"output": null,
"pdf": {
"fontSize": 16,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": true,
"paperSize": "a4"
},
"plugins": [
"github",
"splitter",
"tbfed-pagefooter",
"-lunr",
"-search",
"github-buttons",
"prism",
"-highlight",
"-livereload"
],
"pluginsConfig": {
"prism": {
"css": [
"prismjs/themes/prism-twilight.css"
]
},
"github": {
"url": "https://github.com/DocsHome/springboot"
},
"github-buttons": {
"repo": "DocsHome/springboot",
"types": [
"star",
"watch"
],
"size": "small"
},
"image-captions": {
"caption": "_CAPTION_"
}
},
"title": "Spring Boot 中文文档",
"variables": {}
}