From d41da7450604581e9bf1207a51748b8331fbc5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolaus=20Sch=C3=BCler?= Date: Tue, 20 Feb 2024 14:32:40 +0100 Subject: [PATCH] Clarify functionality of sectionPagesMenu --- content/en/content-management/menus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/content-management/menus.md b/content/en/content-management/menus.md index 1f5d1ef71..4613fcbcf 100644 --- a/content/en/content-management/menus.md +++ b/content/en/content-management/menus.md @@ -34,7 +34,7 @@ Although you can use these methods in combination when defining a menu, the menu ## Define automatically -To automatically define menu entries for each top-level section of your site, enable the section pages menu in your site configuration. +To automatically define a menu entry for each top-level [section] of your site, enable the section pages menu in your site configuration. {{< code-toggle file=hugo >}} sectionPagesMenu = "main" @@ -229,4 +229,5 @@ See [menu templates]. [localize]: /content-management/multilingual/#menus [menu templates]: /templates/menu-templates/ [multilingual]: /content-management/multilingual/#menus +[section]: /getting-started/glossary/#section [template]: /templates/menu-templates/