diff --git a/book.json b/book.json index 5d7cd917..f6f49e42 100644 --- a/book.json +++ b/book.json @@ -8,7 +8,8 @@ "mermaid", "-mermaid-2", "toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git", - "language-picker" + "language-picker", + "custom-favicon" ], "pluginsConfig": { "theme-api": { @@ -62,6 +63,7 @@ "url": "https://github.com/mavlink/mavlink-devguide/edit/master/{{filepath_lang}}" } ] - } + }, + "favicon": "favicon.ico" } } diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000..c8affd44 Binary files /dev/null and b/favicon.ico differ