Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Lim <tim@thewheatfield.org>2022-11-12 12:01:54 +0300
committerGitHub <noreply@github.com>2022-11-12 12:01:54 +0300
commitb776040786281ac86c5d582a48eb592db77a24fe (patch)
tree4186bf12b39cababa4b45bb5c4d2effee757d32f
parent0fa8a6bf0ff6584e0d33e03acc5cf89320e489bd (diff)
docs: Add link to menu entry variables (#1827)
* docs: Add link to menu entry variables Add link to menu entry variables that show definition and format. Fixes #1693 * Update content/en/content-management/menus.md Co-authored-by: Joe Mooring <joe@mooring.com>
-rw-r--r--content/en/content-management/menus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/content-management/menus.md b/content/en/content-management/menus.md
index aefc99e00..d12a9b306 100644
--- a/content/en/content-management/menus.md
+++ b/content/en/content-management/menus.md
@@ -69,7 +69,7 @@ menu:
## Add Non-content Entries to a Menu
-You can also add entries to menus that aren’t attached to a piece of content. This takes place in your Hugo project's [`config` file][config].
+You can also add entries to menus that aren’t attached to a piece of content. This takes place in your Hugo project's [`config` file][config] (see [Menu Entry Properties][me-props] for full details of available variables).
Here’s an example snippet pulled from a configuration file: