From af38ad26469263056d45340a77f0485b5a568a13 Mon Sep 17 00:00:00 2001 From: ngirard Date: Sat, 17 Aug 2019 00:25:51 +0200 Subject: [PATCH] Update book.toml - don't generate an empty page if link points to a missing file ; - add icon to github repository. --- docs/book.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index b080e77..215f872 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -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"