From 899b7117ce6ec6f304764e098ce475c980155708 Mon Sep 17 00:00:00 2001 From: Atrian Wagner <411004+lunitaire@users.noreply.github.com> Date: Sun, 4 Jul 2021 01:02:07 -0400 Subject: [PATCH] Update menu-templates.md Adding a note that not all first-level directories are sections and including a link to Content Sections, which explains in more detail. --- content/en/templates/menu-templates.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/en/templates/menu-templates.md b/content/en/templates/menu-templates.md index 8893d7b5a..dd7ab380f 100644 --- a/content/en/templates/menu-templates.md +++ b/content/en/templates/menu-templates.md @@ -76,9 +76,11 @@ To enable this menu, configure `sectionPagesMenu` in your site `config`: sectionPagesMenu = "main" ``` -The menu name can be anything, but take a note of what it is. +The menu name can be anything, but take a note of what it is. -This will create a menu with all the sections as menu items and all the sections' pages as "shadow-members". The _shadow_ implies that the pages isn't represented by a menu-item themselves, but this enables you to create a top-level menu like this: +This will create a menu with all the sections as menu items and all the sections' pages as "shadow-members". Ensure that all first level directories that you would like to show up on this menu are [Branch Bundles](https://gohugo.io/content-management/sections/). Leaf Bundles do not form sections. + +The _shadow_ implies that the pages isn't represented by a menu-item themselves, but this enables you to create a top-level menu like this: ```