rtic/book/en/book.toml

23 lines
571 B
TOML
Raw Normal View History

2018-11-03 17:02:41 +01:00
[book]
2023-02-01 22:12:50 +01:00
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>",
]
2018-11-03 17:02:41 +01:00
multilingual = false
src = "src"
2020-06-11 19:18:29 +02:00
title = "Real-Time Interrupt-driven Concurrency"
2020-06-11 21:27:57 +02:00
[build]
create-missing = false
2023-01-30 22:18:36 +01:00
[preprocessor.mermaid]
command = "mdbook-mermaid"
2020-06-11 21:27:57 +02:00
[output.html]
git-repository-url = "https://github.com/rtic-rs/cortex-m-rtic"
git-repository-icon = "fa-github"
2023-01-30 22:18:36 +01:00
additional-js = ["mermaid.min.js", "mermaid-init.js"]