mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
book: Fix building with mdBook v0.5
This commit is contained in:
parent
4ff1ff7431
commit
95951a8801
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ authors = [
|
|||
"Jorge Aparicio <jorge@japaric.io>",
|
||||
"Per Lindgren <per.lindgren@ltu.se>",
|
||||
]
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "Real-Time Interrupt-driven Concurrency"
|
||||
|
||||
|
|
@ -18,5 +17,5 @@ command = "mdbook-mermaid"
|
|||
|
||||
[output.html]
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue