We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe2bce commit a38e8f1Copy full SHA for a38e8f1
book/en/book.toml
@@ -6,7 +6,6 @@ authors = [
6
"Jorge Aparicio <jorge@japaric.io>",
7
"Per Lindgren <per.lindgren@ltu.se>",
8
]
9
-multilingual = false
10
src = "src"
11
title = "Real-Time Interrupt-driven Concurrency"
12
@@ -18,5 +17,5 @@ command = "mdbook-mermaid"
18
17
19
[output.html]
20
git-repository-url = "https://github.com/rtic-rs/rtic"
21
-git-repository-icon = "fa-github"
+git-repository-icon = "fab-github"
22
additional-js = ["mermaid.min.js", "mermaid-init.js"]
0 commit comments