From cd27e46a6de25560b4bbe42859bd60a943f09c75 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 14 Dec 2022 00:51:11 -0800 Subject: [PATCH] Clarify menu config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc5c7fd..737b6a3e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ current page. For example, the menu item path `/foo/` matches the pages `content/foo/bar/_index.md`. The menu item path `/` only matches the page `content/_index.md`. -The menu uses the `main` identifier. +The menu is configured with `menu.main` in `config.yaml`. To show full pages instead of just the page title and description in a list page, set the list page parameter `paigeshowfullpages` to true.