fix(docs): update book.toml icon for Font Awesome 6
Some checks failed
Build and Test / build (pull_request) Failing after 1m36s
Some checks failed
Build and Test / build (pull_request) Failing after 1m36s
mdBook v0.5 upgraded from Font Awesome 4 to 6 (SVG-based). The old fa-code-branch class no longer exists. Use fas-code-fork as recommended by the mdBook docs for non-GitHub repos.
This commit is contained in:
@@ -11,6 +11,6 @@ build-dir = "book"
|
||||
default-theme = "coal"
|
||||
preferred-dark-theme = "coal"
|
||||
git-repository-url = "https://git.kindred-systems.com/kindred/create"
|
||||
git-repository-icon = "fa-code-branch"
|
||||
git-repository-icon = "fas-code-fork"
|
||||
additional-css = ["theme/kindred.css"]
|
||||
no-section-label = false
|
||||
|
||||
Reference in New Issue
Block a user