Add a SVG logo to the example configuration
This commit is contained in:
parent
7a6f7c3d9a
commit
ff42463cf2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue