summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/menu-entry/Page.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/menu-entry/Page.md')
-rw-r--r--docs/content/en/methods/menu-entry/Page.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/en/methods/menu-entry/Page.md b/docs/content/en/methods/menu-entry/Page.md
index 9b23f7b73..b75e4af55 100644
--- a/docs/content/en/methods/menu-entry/Page.md
+++ b/docs/content/en/methods/menu-entry/Page.md
@@ -5,7 +5,7 @@ categories: []
keywords: []
action:
related: []
- returnType: hugolib.pageState
+ returnType: page.Page
signatures: [MENUENTRY.Page]
---
@@ -14,15 +14,15 @@ Regardless of how you [define menu entries], an entry associated with a page has
In this menu definition, the first two entries are associated with a page, the last entry is not:
{{< code-toggle file=hugo >}}
-[[menu.main]]
+[[menus.main]]
pageRef = '/about'
weight = 10
-[[menu.main]]
+[[menus.main]]
pageRef = '/contact'
weight = 20
-[[menu.main]]
+[[menus.main]]
name = 'Hugo'
url = 'https://gohugo.io'
weight = 30