From bed0a0aecb6fd6d2859c3c1086b03502350e46f0 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Wed, 10 Jul 2024 11:26:30 +0000 Subject: [PATCH] Enable Smart Table of contents --- config/_default/params.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/_default/params.toml b/config/_default/params.toml index f0122dc..edcfec4 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -15,6 +15,9 @@ enableCodeCopy = true # mainSections = ["section1", "section2"] # robots = "" +smartTOC = true +smartTOCHideUnfocusedChildren = true + [footer] showCopyright = true showThemeAttribution = true