From d03185ec1f4509077c8445bccfd7d11f11f9f84e Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Sun, 30 Nov 2025 11:26:16 +0100 Subject: [PATCH] fix: disable sidebar nav --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index 4c7e0067..3708d3b1 100644 --- a/book.toml +++ b/book.toml @@ -7,3 +7,4 @@ title = "Programming Flix" [output.html] git-repository-url = "https://github.com/flix/book/" edit-url-template = "https://github.com/flix/book/edit/master/{path}" +sidebar-header-nav = false