forked from hbulpf/aipath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
66 lines (66 loc) · 1.67 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
{
"title": "AI学习之路",
"author": "RunAtWorld",
"description": "AI学习之路",
"language": "zh-hans",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"首页": "http://hecloud.hnbdata.cn/"
}
},
"structure": {
"readme": "README.md"
},
"theme-default": {
"showLevel": true
},
"plugins": [
"mathjax@^1.0.1",
"splitter",
"github",
"copy-code-button",
"-lunr",
"-search","search-plus",
"expandable-chapters-small",
"anchor-navigation-ex",
"donate",
"github",
"github-buttons",
"favicon",
"-lunr"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/hbulpf/aipath"
},
"github-buttons": {
"buttons": [{
"user": "hbulpf",
"repo": "aipath",
"type": "star",
"size": "small",
"count": true
}
]
},
"donate": {
"alipay": "./source/images/donate.png",
"title": "",
"button": "赞赏",
"alipayText": "支付宝"
},
"anchor-navigation-ex": {
"showLevel": false
},
"favicon":{
"shortcut": "./source/images/favicon.jpg",
"bookmark": "./source/images/favicon.jpg",
"appleTouch": "./source/images/apple-touch-icon.jpg",
"appleTouchMore": {
"120x120": "./source/images/apple-touch-icon.jpg",
"180x180": "./source/images/apple-touch-icon.jpg"
}
}
}
}