From fa7b2e299f93339788000f55c508d4b50af72178 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 20 Mar 2023 14:12:54 -0700 Subject: [PATCH] Fix typo --- content/en/content-management/menus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/menus.md b/content/en/content-management/menus.md index d655e60e7..0ee3fafe0 100644 --- a/content/en/content-management/menus.md +++ b/content/en/content-management/menus.md @@ -36,7 +36,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. -q + {{< code-toggle file="config" copy=false >}} sectionPagesMenu = "main" {{< /code-toggle >}}