From ff42463cf2dc9a04d20fa8c071319f5cfa66ad81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Guth?= Date: Sun, 24 Oct 2021 22:49:13 +0200 Subject: [PATCH] Add a SVG logo to the example configuration --- guide/src/format/configuration/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/configuration/general.md b/guide/src/format/configuration/general.md index d04d925e..69f9ddf7 100644 --- a/guide/src/format/configuration/general.md +++ b/guide/src/format/configuration/general.md @@ -58,7 +58,7 @@ authors = ["John Doe", "Jane Doe"] description = "The example book covers examples." src = "my-src" # the source files will be found in `root/my-src` instead of `root/src` language = "en" -logo = "static/logo.png" +logo = "static/logo.svg" ``` ### Rust options