forked from crifan/scientific_network_summary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
131 lines (131 loc) · 3.12 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
130
131
{
"description": "总结关于科学上网的概念方法及工具",
"links": {
"sidebar": {
"主页": "http://www.crifan.com"
}
},
"author": "Crifan Li <admin@crifan.com>",
"title": "科学上网相关知识总结",
"gitbook": "3.2.3",
"language": "zh-hans",
"plugins": [
"theme-comscore",
"anchors",
"-lunr",
"-search",
"search-plus",
"disqus",
"-highlight",
"prism",
"prism-themes",
"github-buttons",
"splitter",
"-sharing",
"sharing-plus",
"tbfed-pagefooter",
"expandable-chapters-small",
"ga",
"donate",
"sitemap-general",
"copy-code-button",
"callouts",
"toolbar-button"
],
"pluginsConfig": {
"toolbar-button": {
"url": "http://book.crifan.com/books/scientific_network_summary/pdf/scientific_network_summary.pdf",
"icon": "fa-file-pdf-o",
"label": "下载PDF"
},
"sitemap-general": {
"prefix": "https://book.crifan.com/gitbook/scientific_network_summary/website/"
},
"sharing": {
"qq": true,
"douban": false,
"all": [
"douban",
"facebook",
"google",
"instapaper",
"line",
"linkedin",
"messenger",
"pocket",
"qq",
"qzone",
"stumbleupon",
"twitter",
"viber",
"vk",
"weibo",
"whatsapp"
],
"google": false,
"stumbleupon": false,
"hatenaBookmark": false,
"twitter": true,
"vk": false,
"linkedin": false,
"instapaper": false,
"pocket": false,
"weibo": true,
"viber": false,
"facebook": true,
"qzone": false,
"messenger": false,
"line": false,
"whatsapp": false
},
"tbfed-pagefooter": {
"modify_format": "YYYY-MM-DD HH:mm:ss",
"modify_label": "该文件修订时间:",
"copyright": "crifan.com,使用<a href='https://creativecommons.org/licenses/by-sa/4.0/deed.zh'>知识署名-相同方式共享4.0协议</a>发布"
},
"github-buttons": {
"buttons": [
{
"repo": "scientific_network_summary",
"count": true,
"type": "star",
"user": "crifan",
"size": "small"
},
{
"count": false,
"width": "120",
"type": "follow",
"user": "crifan",
"size": "small"
}
]
},
"disqus": {
"shortName": "crifan"
},
"prism": {
"css": [
"prism-themes/themes/prism-atom-dark.css"
]
},
"ga": {
"token": "UA-28297199-1"
},
"theme-default": {
"showLevel": true
},
"donate": {
"alipay": "https://www.crifan.com/files/res/crifan_com/crifan_alipay_pay.jpg",
"title": "",
"alipayText": "支付宝打赏给Crifan",
"button": "打赏",
"wechatText": "微信打赏给Crifan",
"wechat": "https://www.crifan.com/files/res/crifan_com/crifan_wechat_pay.jpg"
},
"callouts": {
"showTypeInHeader": false
}
},
"root": "./src"
}