From 4186626a059adfc12c72b2812dca5a1da1942e35 Mon Sep 17 00:00:00 2001 From: forbes-0023 Date: Mon, 9 Feb 2026 09:02:47 -0600 Subject: [PATCH] fix(docs): update book.toml icon for Font Awesome 6 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. --- docs/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index c749b93852..0de993b6da 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -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