aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--book/en/book.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/book/en/book.toml b/book/en/book.toml
index 6c3a5e64..caa04ba8 100644
--- a/book/en/book.toml
+++ b/book/en/book.toml
@@ -3,3 +3,7 @@ authors = ["Jorge Aparicio"]
multilingual = false
src = "src"
title = "Real-Time Interrupt-driven Concurrency"
+
+[output.html]
+git-repository-url = "https://github.com/rtic-rs/cortex-m-rtic"
+git-repository-icon = "fa-github"