diff options
Diffstat (limited to 'book/en/book.toml')
| -rw-r--r-- | book/en/book.toml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/book/en/book.toml b/book/en/book.toml index 98c5bf3..8a89eeb 100644 --- a/book/en/book.toml +++ b/book/en/book.toml @@ -1,9 +1,22 @@ [book] -authors = ["Jorge Aparicio, Per Lindgren and The Real-Time Interrupt-driven Concurrency developers"] +authors = [ + "The Real-Time Interrupt-driven Concurrency developers", + "Emil Fresk <emil.fresk@gmail.com>", + "Henrik Tjäder <henrik@tjaders.com>", + "Jorge Aparicio <jorge@japaric.io>", + "Per Lindgren <per.lindgren@ltu.se>", +] multilingual = false src = "src" title = "Real-Time Interrupt-driven Concurrency" +[build] +create-missing = false + +[preprocessor.mermaid] +command = "mdbook-mermaid" + [output.html] -git-repository-url = "https://github.com/rtic-rs/cortex-m-rtic" +git-repository-url = "https://github.com/rtic-rs/rtic" git-repository-icon = "fa-github" +additional-js = ["mermaid.min.js", "mermaid-init.js"] |
