From 2b9826f95f7d48b89ea9bcd3302e7da0272908a3 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sat, 14 Feb 2026 18:06:32 +0100 Subject: [PATCH] fix: Remove unsupported git-repository-icon from book.toml The fa-github icon font is not available in newer mdbook versions, causing a "Missing font github" rendering error. Co-Authored-By: Claude Opus 4.6 --- book/book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/book/book.toml b/book/book.toml index f2b2ac6..e54ec47 100644 --- a/book/book.toml +++ b/book/book.toml @@ -14,7 +14,6 @@ default-theme = "light" preferred-dark-theme = "navy" smart-punctuation = true git-repository-url = "https://github.com/CloudNebulaProject/barycenter" -git-repository-icon = "fa-github" edit-url-template = "https://github.com/CloudNebulaProject/barycenter/edit/main/book/{path}" site-url = "/" no-section-label = false