forked from mavlink/mavlink-devguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
123 lines (116 loc) · 4.01 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"gitbook": ">= 3.2.2",
"title": "MAVLink Developer Guide",
"variables": {
"logo": "./assets/site/logo_mavlink_small.png"
},
"plugins": [
"theme-api",
"youtube",
"anchors",
"collapsible-menu",
"page-toc-button",
"language-picker",
"custom-favicon",
"richquotes@git+https://github.com/Dronecode/gitbook-plugin-richquotes.git",
"bulk-redirect@git+https://github.com/Dronecode/gitbook-plugin-bulk-redirect.git",
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git",
"-mermaid",
"theme-dronecode@git+https://github.com/dronecode/theme-dronecode.git",
"html-minifier"
],
"pluginsConfig": {
"theme-api": {
"languages": [
{
"lang": "c",
"name": "C/C++",
"default": true
},
{
"lang": "python",
"name": "Python"
},
{
"lang": "js",
"name": "JavaScript"
},
{
"lang": "go",
"name": "Go"
}
]
},
"theme-dronecode": {
"menu": [
{
"url": "https://mavlink.io/en/messages/common.html",
"text": "Messages",
"text_small" : "Messages"
},
{
"url": "https://mavlink.io/en/about/faq.html",
"text": "FAQ",
"text_small" : "FAQ"
},
{
"url": "https://mavlink.io/en/about/implementations.html",
"text": "Implementations",
"text_small" : "Implementations"
},
{
"url": "https://mavlink.io/en/mavgen_c/examples.html",
"text": "Examples",
"text_small" : "Examples"
},
{
"url": "https://mavlink.io/en/about/support.html",
"text": "Support",
"text_small" : "Help"
}
],
"logo": {
"logo_large": "../assets/site/logo_mavlink_header.png",
"logo_small": "../assets/site/logo_mavlink_header.png",
"url": "https://mavlink.io/en/"
}
},
"richquotes":
{
"tip": {
"alert": "success",
"picto": "fa-thumbs-o-up"
}
},
"toolbar": {
"buttons":
[
{
"label": "Bug tracker",
"icon": "fa fa-bug",
"position" : "left",
"url": "https://github.com/mavlink/mavlink-devguide/issues/new?title=Doc+Bug:+{{title}}&body=DESCRIBE+PROBLEM+WITH+DOCS+HERE%0A%0ABug+Page:+[{{title}}]({{url}})"
},
{
"label": "GitHub",
"icon": "fa fa-github",
"url": "https://github.com/mavlink/mavlink-devguide"
},
{
"label": "Edit page on github",
"icon": "fa fa-pencil-square-o",
"position" : "left",
"url": "https://github.com/mavlink/mavlink-devguide/edit/master/{{filepath_lang}}"
}
]
},
"favicon": "favicon.ico",
"bulk-redirect": {
"basepath": "/",
"redirectsFile": "redirects.json"
},
"html-minifier": {
"removeEmptyElements": false
}
}
}