diff --git a/docs/content/extras/menus.md b/docs/content/extras/menus.md index 070729c00..d557451d4 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