Skip to content

Commit a38e8f1

Browse files
committed
book: Fix building with mdBook v0.5
1 parent 5fe2bce commit a38e8f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/en/book.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ authors = [
66
"Jorge Aparicio <[email protected]>",
77
"Per Lindgren <[email protected]>",
88
]
9-
multilingual = false
109
src = "src"
1110
title = "Real-Time Interrupt-driven Concurrency"
1211

@@ -18,5 +17,5 @@ command = "mdbook-mermaid"
1817

1918
[output.html]
2019
git-repository-url = "https://github.com/rtic-rs/rtic"
21-
git-repository-icon = "fa-github"
20+
git-repository-icon = "fab-github"
2221
additional-js = ["mermaid.min.js", "mermaid-init.js"]

0 commit comments

Comments
 (0)