forked from yhczc/MaixPy_DOC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
90 lines (89 loc) · 2.4 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
{
"title": "MaixPy DOC",
"description": "MaixPy documentation",
"author":"sipeed",
"plugins": [
"my-toolbar",
"-lunr",
"-search",
"search-title",
"anchor-navigation-ex",
"anchorjs",
"sharing",
"splitter",
"edit-link",
"ga",
"expandable-chapters-small@git+https://github.com/sipeed/gitbook-plugin-expandable-chapters-small.git"
],
"styles": {
"website": "./styles/website.css"
},
"pluginsConfig": {
"github": {
"url": "https://github.com/sipeed/MaixPy"
},
"my-toolbar": {
"buttons": [
{
"label": "Github",
"text":" ",
"icon": "fa fa-github",
"position": "left",
"target": "_blank",
"url": "https://github.com/sipeed/MaixPy"
}
]
},
"search": {
"maxIndexSize": 1000000000
},
"lunr": {
"maxIndexSize": 1000000000
},
"edit-link": {
"base": "https://github.com/sipeed/MaixPy_DOC/blob/master",
"label": ""
},
"sharing": {
"douban": false,
"facebook": true,
"google": true,
"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",
"facebook",
"google",
"twitter",
"vk"
]
},
"anchor-navigation-ex": {
"associatedWithSummary": false,
"showLevel": true,
"multipleH1": false,
"mode": "float",
"pageTop": {
"showLevelIcon": true,
"level1Icon": "fa fa-angle-double-right",
"level2Icon": "fa fa-angle-double-right",
"level3Icon": "fa fa-angle-double-right"
}
},
"ga": {
"token": "UA-119047820-2"
}
}
}