Update book.toml

- don't generate an empty page if link points to a missing file ;
- add icon to github repository.
tosocketaddrs
ngirard 5 years ago committed by GitHub
parent f9fe7390d6
commit af38ad2646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,3 +4,10 @@ language = "en"
multilingual = false
src = "src"
title = "Async programming in Rust with async-std"
[build]
create-missing = false
[output.html]
git-repository-url = "https://github.com/async-rs/async-std"
git-repository-icon = "fa-github"

Loading…
Cancel
Save