-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
77 lines (77 loc) · 1.79 KB
/
book.json
File metadata and controls
77 lines (77 loc) · 1.79 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"title": "C++拾遗",
"description": "C++学习笔记",
"keywords": "C++, 学习笔记, markdown, gitbook",
"introduction": {
"path": "README.md",
"title": "学习就是踽踽前行"
},
"plugins": [
"disqus",
"ga",
"search",
"-search-pro@1.0.7",
"github",
"-toggle-chapters",
"ace",
"expandable-chapters"
],
"pluginsConfig": {
"fontSettings": {
"theme": "white",
"family": "serif",
"size": 2
},
"disqus": {
"shortName": "roachsinai"
},
"ga": {
"token": "UA-80570808-2"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["cpp-notes"]
},
"github": {
"url": "https://github.com/roachsinai"
},
"sharing": {
"weibo": true,
"facebook": true,
"twitter": true,
"google": false,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
},
"expandable-chapters":{}
},
"links": {
"home": false,
"about": false,
"issues": false,
"contribute": false,
"sidebar": {
"Roach's Blog": "http://roachsinai.github.io/"
},
"tail": {
"C++拾遗": "http://roachsinai.github.io/Cpp-learning-notes/"
},
"gitbook": false
},
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
}
}
}