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