book: Fix building with mdBook v0.5

This commit is contained in:
Henrik Tjäder 2025-11-19 21:31:30 +01:00
parent 4ff1ff7431
commit 95951a8801

View file

@ -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"]