-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
55 lines (55 loc) · 1.51 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
{
"title": "Galileo navigation system(Service robot version) user manual",
"description": "The Galileo visual navigation system is a robot positioning and motion control system which integrates multiple sensors and is led by visual navigation. It is suitable for indoor and open outdoor environments. Galileo system has different methods of use according to different application scenarios. This manual describes how to use the Galileo navigation system in the delivery robot.",
"language": "en",
"gitbook": "3.x.x",
"plugins": [
"github",
"editlink",
"prism",
"downloadpdf",
"yahei",
"katex",
"search",
"anchor-navigation-ex",
"-live-reload"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/BlueWhaleRobot/galileo-servicebot-doc-en"
},
"editlink": {
"base": "https://github.com/BlueWhaleRobot/galileo-servicebot-doc-en/edit/master",
"label": "Edit this page"
},
"sharing": {
"weibo": true,
"twitter": true,
"facebook": true
},
"downloadpdf": {
"base": "https://doc.bwbot.org/pdf/galileo-servicebot-doc",
"label": "Download pdf",
"multilingual": false
},
"fontSettings": {
"theme": "white",
"family": "msyh",
"size": 2
},
"anchor-navigation-ex": {
"showLevel": false
}
},
"pdf": {
"pageNumbers": true,
"fontSize": 14,
"paperSize": "a4",
"margin": {
"right": 30,
"left": 30,
"top": 30,
"bottom": 50
}
}
}