forked from xupsh/pp4fpgas-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
executable file
·109 lines (109 loc) · 2.39 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
{
"title": "FPGA并行编程",
"description": "pp4fpga",
"author": "xupsh",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"plugins": [
"code",
"katex-plus",
"splitter",
"github-buttons",
"disqus",
"-lunr",
"-search",
"search-plus",
"-sharing",
"sharing-plus",
"expandable-chapters-small",
"tbfed-pagefooter",
"anchors",
"image-captions",
"anchor-navigation-ex-toc",
"hints",
"custom-favicon"
],
"pluginsConfig": {
"katex-plus": {
"forceSVG": false
},
"hints": {
"info": "fa fa-info-circle",
"tip": "fa fa-mortar-board",
"danger": "fa fa-exclamation-triangle",
"working": "fa fa-wrench"
},
"favicon": "favicon.ico",
"anchor-navigation-ex-toc": {
"showLevel": false,
"associatedWithSummary": false,
"printLog": false,
"multipleH1": false,
"mode": "float",
"float": {
"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"
}
},
"image-captions": {
"caption": "_CAPTION_"
},
"github-buttons": {
"buttons": [
{
"user": "xupsh",
"repo": "pp4fpgas-cn",
"type": "star",
"size": "small",
"count": true
}
]
},
"disqus": {
"shortName": "pp4fpga-cn"
},
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"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"
]
},
"tbfed-pagefooter": {
"copyright": "Copyright © xupsh.github.io 2018",
"modify_label": " 该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}