From: spf13 Date: Thu, 29 May 2014 21:40:11 +0000 (-0400) Subject: Update menu documentation to be accurate X-Git-Tag: v0.11~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=012823a3;p=brevno-suite%2Fhugo Update menu documentation to be accurate --- diff --git a/docs/content/extras/menus.md b/docs/content/extras/menus.md index 070729c0..d557451d 100644 --- a/docs/content/extras/menus.md +++ b/docs/content/extras/menus.md @@ -37,12 +37,14 @@ A menu entry has the following properties: * **Parent** string * **Children** Menu +And the following functions: + +* **HasChildren** bool Additionally there are some relevant functions available on the page: - * **HasChildren** bool - * **IsMenuCurrent** (menu string, menuEntry *MenuEntry ) bool - * **HasMenuCurrent** (menu string, menuEntry *MenuEntry) bool +* **IsMenuCurrent** (menu string, menuEntry *MenuEntry ) bool +* **HasMenuCurrent** (menu string, menuEntry *MenuEntry) bool ## Adding content to menus