From 430644826f6e325cd4db27b4127eb207a8d670ff Mon Sep 17 00:00:00 2001 From: Micah R Ledbetter Date: Sun, 1 Jun 2025 14:25:38 -0500 Subject: [PATCH] Add BookFavicon param to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f37dc81..df5538c 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,10 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] # /static/logo.png then the path would be 'logo.png' BookLogo = 'logo.png' + # (Optional, default 'favicon.png') Set the path to a favicon for the site. + # If the favicon is in /static/custom.svg, then the path would be 'custom.svg'. + BookFavicon = 'favicon.png' + # (Optional, default docs) Specify section of content to render as menu # You can also set value to "*" to render all sections to menu BookSection = 'docs'