From 6b6b43121db8b9ec240497fad414f344fdb9f269 Mon Sep 17 00:00:00 2001 From: Marcel Straub Date: Sun, 16 Jan 2022 19:24:27 +0100 Subject: [PATCH] start book sections on root --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 42318c7..2f86aa7 100644 --- a/config.yaml +++ b/config.yaml @@ -52,12 +52,12 @@ params: # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used - # BookMenuBundle: /menu + #BookMenuBundle: /menu # (Optional, default docs) Specify root page to render child pages as menu. # Page is resoled by .GetPage function: https://gohugo.io/functions/getpage/ # For backward compatibility you can set '*' to render all sections to menu. Acts same as '/' - BookSection: docs + BookSection: / # Set source repository location. # Used for 'Last Modified' and 'Edit this page' links.