diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-08 10:58:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-08 10:58:53 +0000 |
| commit | 43c5ad79c27fbdefa00e2373eba554ec11e1d9df (patch) | |
| tree | 9fcaed7ecd7634e457020e4ae99bfb58761ec1ba /book/ru/book.toml | |
| parent | 82212085b301ebeaeb996aef35423bffa1e8ceb9 (diff) | |
| parent | 05bda2b1bd2e15f5a20cda1444992eb9b6c8887e (diff) | |
Merge #465
465: update russian translation of the book r=korken89 a=burrbull
Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
Diffstat (limited to 'book/ru/book.toml')
| -rw-r--r-- | book/ru/book.toml | 6 |
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" |
