aboutsummaryrefslogtreecommitdiff
path: root/book/en/book.toml
blob: e134c291b9ad7b6180ee9e27b6b42201b433191e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[book]
authors = ["Jorge Aparicio, Per Lindgren and The Real-Time Interrupt-driven Concurrency developers"]
multilingual = false
src = "src"
title = "Real-Time Interrupt-driven Concurrency"

[preprocessor.mermaid]
command = "mdbook-mermaid"

[output.html]
git-repository-url = "https://github.com/rtic-rs/cortex-m-rtic"
git-repository-icon = "fa-github"
additional-js = ["mermaid.min.js", "mermaid-init.js"]