From 7da29f4a99ad263c07bfcec775ac1c4ab00eda4b Mon Sep 17 00:00:00 2001 From: Tomer-Eliahu <73798700+Tomer-Eliahu@users.noreply.github.com> Date: Sat, 19 Apr 2025 18:17:42 +0300 Subject: [PATCH] Update book.toml to link to the GitHub repo Add an icon to the resulting book that links to the repo. --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index 0ebe8bc..1394191 100644 --- a/book.toml +++ b/book.toml @@ -3,3 +3,6 @@ authors = ["Jorge Aparicio"] multilingual = false src = "src" title = "The Embedonomicon" + +[output.html] +git-repository-url = "https://github.com/rust-embedded/embedonomicon"