aboutsummaryrefslogtreecommitdiff
path: root/book/ru/book.toml
diff options
context:
space:
mode:
authorAndrey Zgarbul <zgarbul.andrey@gmail.com>2021-04-04 08:15:13 +0300
committerAndrey Zgarbul <zgarbul.andrey@gmail.com>2021-04-08 12:22:43 +0300
commit05bda2b1bd2e15f5a20cda1444992eb9b6c8887e (patch)
tree25330724d4e6d9ea3a62b592c07bfc5799c7da57 /book/ru/book.toml
parent83cdf00eecb0f14857b5e0f28e884b2120eabb18 (diff)
update russian translation of the book
Diffstat (limited to 'book/ru/book.toml')
-rw-r--r--book/ru/book.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/book/ru/book.toml b/book/ru/book.toml
index 6c3a5e6..98c5bf3 100644
--- a/book/ru/book.toml
+++ b/book/ru/book.toml
@@ -1,5 +1,9 @@
[book]
-authors = ["Jorge Aparicio"]
+authors = ["Jorge Aparicio, Per Lindgren and The Real-Time Interrupt-driven Concurrency developers"]
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"