-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathbook.json
129 lines (129 loc) · 4.2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"title" : "The Algorithmic Foundations of Differential Pivacy-zh-CN",
"description": "差分隐私算法基础-中文翻译",
"author" : "guoJohnny",
"language" : "zh-hans",
"gitbook" : "3.2.3",
"plugins": [
"katex-plus",
"chapter-fold",
"splitter",
"github-buttons",
"copy-code-button",
"-lunr",
"-search",
"search-plus",
"expandable-chapters",
"expandable-chapters-small",
"donate",
"favicon",
"github",
"github-buttons",
"tbfed-pagefooter",
"sharing",
"anchors",
"popup"
],
"pluginsConfig": {
"anchor-navigation-ex": {
"showLevel": true,
"multipleH1": false,
"mode": "float",
"showGoTop": true,
"float": {
"floatIcon": "fa fa-navicon",
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": true,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper", "linkedin",
"pocket", "stumbleupon"
]
}
},
"github": {
"url": "https://github.com/guoJohnny/algorithmic-foundation-of-dp-zh-cn"
},
"tbfed-pagefooter": {
"copyright": "Copyright © <a href='https://github.com/GuoJohnny' target='_blank'>GuoJohnny</a> 2019",
"modify_label": "修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github-buttons": {
"buttons": [{
"user": "GuoJohnny",
"repo": "algorithmic-foundation-of-dp-zh-cn",
"type": "star",
"size": "small",
"count": true
},{
"user": "GuoJohnny",
"repo": "algorithmic-foundation-of-dp-zh-cn",
"type": "fork",
"size": "small",
"count": true
},{
"user": "GuoJohnny",
"repo": "algorithmic-foundation-of-dp-zh-cn",
"type": "watch",
"size": "small",
"count": true
}]
},
"donate": {
"wechat": "https://differential-privacy.cn/assets/images/Wechat.png",
"alipay": "https://differential-privacy.cn/assets/images/Alipay.png",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"favicon":{
"shortcut": "../assets/images/favicon/favicon.ico",
"bookmark": "../assets/images/favicon/favicon.ico",
"appleTouch": "../assets/images/favicon/apple-touch-icon.png",
"appleTouchMore": {
"120x120": "../assets/images/favicon/apple-touch-icon-120x120.png",
"180x180": "../assets/images/favicon/apple-touch-icon-180x180.png"
}
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
}
},
"styles": {
"website": "assets/styles/website.css"
},
"structure": {
"readme": "Introduction.md"
}
}