forked from mavlink/qgc-dev-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
62 lines (56 loc) · 2.06 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
{
"gitbook": ">= 3.2.2",
"title": "QGroundControl Developer Guide",
"variables": {
"logo": "./assets/site/logo_qgc_rgb_horizontal.png",
"qt_version": "5.11.3"
},
"plugins": [
"youtube",
"richquotes@git+https://github.com/Dronecode/gitbook-plugin-richquotes.git",
"anchors",
"page-toc-button",
"collapsible-menu",
"language-picker",
"language-redirect@git+https://github.com/hamishwillee/gitbook-plugin-language-redirect.git",
"custom-favicon",
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git",
"validate-links",
"theme-dronecode@git+https://github.com/dronecode/theme-dronecode.git"
],
"pluginsConfig": {
"language-redirect": {
"baseurl": "https://donlakeflyer.gitbooks.io/qgroundcontrol-developers-guide/"
},
"richquotes":
{
"tip": {
"alert": "success",
"picto": "fa-thumbs-o-up"
}
},
"favicon": "favicon.ico",
"toolbar": {
"buttons":
[
{
"label": "Bug tracker",
"icon": "fa fa-bug",
"position" : "left",
"url": "https://github.com/mavlink/qgc-dev-guide/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/qgc-dev-guide"
},
{
"label": "Edit page on github",
"icon": "fa fa-pencil-square-o",
"position" : "left",
"url": "https://github.com/mavlink/qgc-dev-guide/edit/master/{{filepath_lang}}"
}
]
}
}
}