From 40e4b24244e28aa80920c8153bc0d03e261c05c6 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sun, 3 Jan 2021 10:39:08 +0100 Subject: [PATCH] book.toml: add link to GitHub repo This will show a GitHub icon in the website that links to the repo --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index 0db4ffa8..fa5b7e3a 100644 --- a/book.toml +++ b/book.toml @@ -3,3 +3,6 @@ authors = ["James Munns"] multilingual = false src = "src" title = "The Embedded Rust Book" + +[output.html] +git-repository-url = "https://github.com/rust-embedded/book"