aboutsummaryrefslogtreecommitdiff
path: root/book/en/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/book.toml')
-rw-r--r--book/en/book.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/book/en/book.toml b/book/en/book.toml
index c611ce0..caa04ba 100644
--- a/book/en/book.toml
+++ b/book/en/book.toml
@@ -2,4 +2,8 @@
authors = ["Jorge Aparicio"]
multilingual = false
src = "src"
-title = "Real Time For the Masses"
+title = "Real-Time Interrupt-driven Concurrency"
+
+[output.html]
+git-repository-url = "https://github.com/rtic-rs/cortex-m-rtic"
+git-repository-icon = "fa-github"