mirror of
https://github.com/mavlink/mavlink-devguide.git
synced 2026-06-19 07:36:26 +00:00
79 lines
2.3 KiB
JSON
79 lines
2.3 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",
|
|
"-mermaid-2",
|
|
"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"
|
|
],
|
|
"pluginsConfig": {
|
|
"theme-api": {
|
|
"languages": [
|
|
{
|
|
"lang": "c",
|
|
"name": "C/C++",
|
|
"default": true
|
|
},
|
|
{
|
|
"lang": "python",
|
|
"name": "Python"
|
|
},
|
|
{
|
|
"lang": "js",
|
|
"name": "JavaScript"
|
|
},
|
|
{
|
|
"lang": "go",
|
|
"name": "Go"
|
|
}
|
|
]
|
|
},
|
|
"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"
|
|
}
|
|
}
|