Add a SVG logo to the example configuration

This commit is contained in:
Björn Guth 2021-10-24 22:49:13 +02:00
parent 7a6f7c3d9a
commit ff42463cf2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ authors = ["John Doe", "Jane Doe"]
description = "The example book covers examples." description = "The example book covers examples."
src = "my-src" # the source files will be found in `root/my-src` instead of `root/src` src = "my-src" # the source files will be found in `root/my-src` instead of `root/src`
language = "en" language = "en"
logo = "static/logo.png" logo = "static/logo.svg"
``` ```
### Rust options ### Rust options