Problem
I just upgraded from 0.4.52 to 0.5.2 🚀 and mdbook build gave the following error message:
$ mdbook build
INFO Book building has started
INFO Running the html backend
ERROR Rendering failed
Caused by: Error rendering "index" line 177, col 29: Missing font github
Caused by: Missing font github
I found #2945 and changing git-repository-icon = "fa-github" to git-repository-icon = "fas-code-fork" in the book.toml file fixed the issue, but that error message was really confusing. Especially given that as far as I remember fa-github was suggested by the (previous) documentation.
Could that be improved?
If relevant this is the book.
Proposed Solution
No response
Notes
No response
Problem
I just upgraded from 0.4.52 to 0.5.2 🚀 and
mdbook buildgave the following error message:I found #2945 and changing
git-repository-icon = "fa-github"togit-repository-icon = "fas-code-fork"in thebook.tomlfile fixed the issue, but that error message was really confusing. Especially given that as far as I rememberfa-githubwas suggested by the (previous) documentation.Could that be improved?
If relevant this is the book.
Proposed Solution
No response
Notes
No response