-
Notifications
You must be signed in to change notification settings - Fork 37
/
book.json
85 lines (78 loc) · 2.78 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
{
"gitbook": ">= 3.2.2",
"title": "MAVSDK Guide",
"variables": {
"logo": "./assets/site/sdk_logo_full.png",
"github_branch": "main"
},
"plugins": [
"youtube",
"language-picker",
"collapsible-menu",
"page-toc-button",
"page-footer-ex",
"custom-favicon",
"anchors",
"theme-dronecode@git+https://github.com/Dronecode/theme-dronecode.git",
"richquotes@git+https://github.com/Dronecode/gitbook-plugin-richquotes.git",
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git",
"versions-select@git+https://github.com/Dronecode/gitbook-plugin-versions-select.git"
],
"pluginsConfig": {
"page-footer-ex":{
"copyright":"© MAVSDK Development Team 2017-2023. License: <a href='https://creativecommons.org/licenses/by/4.0/'>CC BY 4.0</a>",
"update_label":"Updated: ",
"update_format":"YYYY-MM-DD HH:mm:ss"
},
"richquotes":
{
"tip": {
"alert": "success",
"picto": "fa-thumbs-o-up"
}
},
"favicon": "./assets/site/favicon.png",
"toolbar": {
"buttons":
[
{
"label": "Bug tracker",
"icon": "fa fa-bug",
"position" : "left",
"url": "https://github.com/mavlink/MAVSDK-docs/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/MAVSDK-docs"
},
{
"label": "Edit page on github",
"icon": "fa fa-pencil-square-o",
"position" : "left",
"url": "https://github.com/mavlink/MAVSDK-docs/edit/main/{{filepath_lang}}"
}
]
},
"theme-api": {
"split": false
},
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/mavlink/MAVSDK-docs/main/book.json",
"options": [
{
"value": "https://mavsdk.mavlink.io/main/en/",
"text": "main"
},
{
"value": "https://mavsdk.mavlink.io/v2.0/en/",
"text": "v2.0"
},
{
"value": "https://mavsdk.mavlink.io/v1.4/en/",
"text": "v1.4"
}
]
}
}
}