-
Notifications
You must be signed in to change notification settings - Fork 23
/
book.json
109 lines (104 loc) · 3.19 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
{
"root": "./",
"title": "区块链技术导航-区块链门户:比特币 以太坊 柚子EOS 超级账本 联盟链 Fabric 跨链 公链 私有链 侧链 Layer2 隐私 匿名链 钱包 DAG IPFS 开发资源整理 ",
"description": "awesome blockchain 资源索引 区块链开发资料 相关术语 书籍 文档 以太坊开发资料 开源项目 比特币 以太坊 柚子EOS 超级账本 联盟链 跨链 公链 私有链 侧链 Layer2 隐私 匿名链 钱包 DAG IPFS 开发资源整理",
"author": "深入浅出区块链",
"gitbook": ">= 3.0.0",
"language": "zh-hans",
"links": {
"sidebar": {
"深入浅出区块链": "https://learnblockchain.cn"
}
},
"plugins": [
"github",
"-donate",
"splitter",
"anchors",
"anchor-navigation-ex",
"-sharing",
"sharing-plus",
"-highlight",
"prism",
"sitemap-general",
"fontsettings",
"tbfed-pagefooter",
"cnzz",
"favicon"
],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"weibo", "twitter"
]
},
"github": {
"url": "https://github.com/xilibi2003"
},
"donate": {
"wechat": "https://learnblockchain.cn/images/qr_pay.jpg",
"title": "你的赞赏,是我持续输出的动力",
"button": "打赏",
"wechatText": "微信打赏"
},
"sitemap-general": {
"prefix": "https://wiki.learnblockchain.cn/"
},
"anchor-navigation-ex": {
"associatedWithSummary": false,
"showLevel": true,
"multipleH1": true,
"mode": "float",
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"theme-default": {
"showLevel": false
},
"fontsettings": {
"theme": "white",
"family": "serif",
"size": 1
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
},
"tbfed-pagefooter": {
"copyright": " © 2019 Tiny熊",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm"
},
"cnzz": {
"visible": true,
"style": "0",
"siteid": "1274430253"
},
"favicon": {
"shortcut": "images/favicon.ico",
"bookmark": "images/favicon.ico"
}
}
}