From dd45fa60b4b7f9b6eb3c7183e07961c3bdc15db8 Mon Sep 17 00:00:00 2001 From: Martin Linkov Date: Fri, 20 May 2016 13:32:52 +0200 Subject: [PATCH] docs: Fix typo / readability in extras/menu.md --- content/extras/menus.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/extras/menus.md b/content/extras/menus.md index ecd971e0c..754b58841 100644 --- a/content/extras/menus.md +++ b/content/extras/menus.md @@ -134,8 +134,11 @@ All nesting of content is done via the `parent` field. The parent of an entry should be the identifier of another entry. Identifier should be unique (within a menu). -The following order is used to determine identity Identifier > Name > -LinkTitle > Title. This means that the title will be used unless +The following order is used to determine an Identifier: + +> Name > LinkTitle > Title. + +This means that the title will be used unless linktitle is present, etc. In practice Name and Identifier are never displayed and only used to structure relationships.