Files
mavlink-devguide/book.json
T
Hamish Willee 2120c6cf32 Merge pull request #105 from hamishwillee/header
Make MAVLink site more implementer-agnostic
2018-08-10 12:51:42 +10:00

122 lines
3.9 KiB
JSON

{
"gitbook": ">= 3.2.2",
"title": "MAVLink Developer Guide",
"variables": {
"logo": "./assets/site/logo_mavlink_small.png"
},
"plugins": [
"theme-api",
"youtube",
"richquotes",
"collapsible-menu",
"-anchors",
"page-toc-button",
"mermaid",
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git",
"language-picker",
"custom-favicon",
"-stub-out-blocks@git+https://github.com/hamishwillee/gitbook-plugin-stub-out-blocks.git",
"validate-links",
"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/examples/",
"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",
"html-minifier": {
"removeEmptyElements": false
}
}
}