forked from PX4/PX4-Devguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
89 lines (82 loc) · 2.8 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
{
"gitbook": ">= 3.2.2",
"title": "PX4 Developer Guide",
"variables": {
"logo": "./assets/site/logo_pro_small.png",
"px4_version": "master"
},
"plugins": [
"youtube",
"richquotes@git+https://github.com/Dronecode/gitbook-plugin-richquotes.git",
"collapsible-menu",
"anchors",
"page-toc-button",
"ga",
"language-picker",
"custom-favicon",
"bulk-redirect@git+https://github.com/Dronecode/gitbook-plugin-bulk-redirect.git",
"redirect",
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git",
"validate-links",
"versions-select@git+https://github.com/Dronecode/gitbook-plugin-versions-select.git",
"mathjax@git+https://github.com/Dronecode/plugin-mathjax.git#update_cdn",
"-mermaid",
"-stub-out-blocks@git+https://github.com/hamishwillee/gitbook-plugin-stub-out-blocks.git",
"theme-dronecode@git+https://github.com/dronecode/theme-dronecode.git"
],
"pluginsConfig":
{
"richquotes":
{
"tip": {
"alert": "success",
"picto": "fa-thumbs-o-up"
}
},
"ga": {
"token": "UA-33658859-3"
},
"favicon": "favicon.ico",
"bulk-redirect": {
"basepath": "/",
"redirectsFile": "redirects.json"
},
"toolbar": {
"buttons":
[
{
"label": "Bug tracker",
"icon": "fa fa-bug",
"position" : "left",
"url": "https://github.com/PX4/PX4-user_guide/issues/new?title=DeveloperBug:+{{title}}&body=DESCRIBE+PROBLEM+WITH+DOCS+HERE%0A%0ABug+Page:+[{{title}}]({{url}})"
},
{
"label": "GitHub",
"icon": "fa fa-github",
"url": "https://github.com/PX4/Devguide"
}
]
},
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/PX4/Devguide/master/book.json",
"options": [
{
"value": "https://docs.px4.io/master/en/development/development.html",
"text": "master"
},
{
"value": "https://dev.px4.io/v1.11_noredirect/en/",
"text": "1.11 - stable"
},
{
"value": "https://dev.px4.io/v1.10_noredirect/en/",
"text": "1.10"
},
{
"value": "https://dev.px4.io/v1.9.0_noredirect/en/",
"text": "1.9 "
}
]
}
}
}