-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbook.json
142 lines (142 loc) · 3.56 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
132
133
134
135
136
137
138
139
140
141
142
{
"description": "介绍了芯片是什么,总结了芯片产业链的概况,芯片设计的流程,常见芯片相关公司的关系,各种芯片相关名词和概念的含义,常见芯片的功能分类,以及常见名词之间的对比,相关名词术语解释。",
"links": {
"sidebar": {
"主页": "http://www.crifan.com"
}
},
"author": "Crifan Li <[email protected]>",
"title": "芯片产业链总结",
"gitbook": "3.2.3",
"language": "zh-hans",
"plugins": [
"google-adsense",
"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/ic_chip_industry_chain_summary/pdf/ic_chip_industry_chain_summary.pdf",
"icon": "fa-file-pdf-o",
"label": "下载PDF"
},
"sitemap-general": {
"prefix": "https://book.crifan.com/gitbook/ic_chip_industry_chain_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/4.0/deed.zh'>署名4.0国际(CC BY 4.0)协议</a>发布"
},
"github-buttons": {
"buttons": [
{
"repo": "ic_chip_industry_chain_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"
]
},
"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"
},
"ga": {
"token": "UA-28297199-1"
},
"theme-default": {
"showLevel": true
},
"google-adsense": {
"ads": [
{
"slot": "6956288491",
"client": "ca-pub-6626240105039250",
"location": ".page-inner section",
"format": "auto"
}
]
},
"callouts": {
"showTypeInHeader": false
}
},
"root": "./src"
}