-
Notifications
You must be signed in to change notification settings - Fork 387
/
Copy pathbook.json
47 lines (47 loc) · 1.07 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
{
"title" : "游戏引擎浅入浅出",
"author" : "captainchen",
"plugins":[
"expandable-chapters",
"tbfed-pagefooter",
"splitter",
"lightbox",
"anchor-navigation-ex",
"katex",
"search-pro",
"code",
"github"],
"pluginsConfig":{
"theme-default": {
"showLevel": false
},
"tbfed-pagefooter":{
"copyright":"Copyright © captainchen",
"modify_format":"YYYY-MM-DD HH:mm:ss"
},
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": false
},
"code": {
"copyButtons": true
},
"github": {
"url": "https://github.com/ThisisGame/cpp-game-engine-book"
}
},
"styles": {
"website": "book_style_web.css"
},
"pdf":{
"margin":{
"right":0,
"left":0,
"top":5,
"bottom":0
}
},
"structure": {
"readme": "Introduction.md"
}
}