mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
book: Fix building with mdBook v0.5
This commit is contained in:
parent
5fe2bceb6c
commit
a38e8f18a0
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ authors = [
|
||||||
"Jorge Aparicio <jorge@japaric.io>",
|
"Jorge Aparicio <jorge@japaric.io>",
|
||||||
"Per Lindgren <per.lindgren@ltu.se>",
|
"Per Lindgren <per.lindgren@ltu.se>",
|
||||||
]
|
]
|
||||||
multilingual = false
|
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "Real-Time Interrupt-driven Concurrency"
|
title = "Real-Time Interrupt-driven Concurrency"
|
||||||
|
|
||||||
|
|
@ -18,5 +17,5 @@ command = "mdbook-mermaid"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
git-repository-url = "https://github.com/rtic-rs/rtic"
|
git-repository-url = "https://github.com/rtic-rs/rtic"
|
||||||
git-repository-icon = "fa-github"
|
git-repository-icon = "fab-github"
|
||||||
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue