-
Notifications
You must be signed in to change notification settings - Fork 27
/
book.json
81 lines (81 loc) · 2.23 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
{
"title":"GPRS C SDK DOC",
"description": "GPRS C SDK 文档",
"author":"Ai-Thinker",
"language": "zh-hans",
"root":".",
"plugins": [
"github",
"splitter",
"fontsettings",
"-search",
"search-pro",
"edit-link",
"anchor-navigation-ex",
"sharing",
"my-toolbar",
"ga",
"toggle-chapters"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/Ai-Thinker-Open/GPRS_C_SDK_DOC"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook Use"]
},
"edit-link": {
"base": "https://github.com/Ai-Thinker-Open/GPRS_C_SDK_DOC/blob/master",
"label": ""
},
"sharing": {
"weibo": false,
"facebook": false,
"twitter": false,
"google": false,
"instapaper": false,
"vk": false,
"all": [
"weibo",
"facebook",
"twitter",
"google",
"instapaper",
"vk"
]
},
"my-toolbar": {
"buttons": [
{
"label": "English",
"text":"English",
"icon": "fa fa-language",
"position": "left",
"target": "_self",
"url": "https://ai-thinker-open.github.io/GPRS_C_SDK_DOC/en"
}
]
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"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-1"
}
}
}