From 6535922c301ec00ff0f0e8bd5408f4be17aabe42 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Fri, 24 Jan 2025 08:52:07 +0100 Subject: [PATCH] Disable section numbering in sidebar --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index 644bc13..fafbca2 100644 --- a/book.toml +++ b/book.toml @@ -16,6 +16,7 @@ additional-js = [ "./src/js/mermaid.min.js", ] edit-url-template = "https://github.com/zeek/spicy-course/edit/main/{path}" +no-section-label = true [output.html.code.hidelines] spicy = "###"