Files
mavlink-devguide/book.json
T
Hamish Willee 28e4bbf210 Add favicon
2017-05-02 14:23:07 +10:00

70 lines
2.0 KiB
JSON

{
"plugins": [
"theme-api",
"youtube",
"richquotes",
"anchors",
"page-toc-button",
"mermaid",
"-mermaid-2",
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git",
"language-picker",
"custom-favicon"
],
"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"
}
}