Skip to content

Commit ed71b72

Browse files
committed
wip
1 parent 2a05607 commit ed71b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/controlling-the-html-output/non-list-menus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Non-list Menus
33
weight: 4
44
---
55

6-
As of v2.5, you can render menus without `ul` and `li` tags. This can be achieved with the `setWrapperTag`, `withoutWrapperTag`, `setParentTag` and `withoutParentTag` methods.
6+
You can render menus without `ul` and `li` tags. This can be achieved with the `setWrapperTag`, `withoutWrapperTag`, `setParentTag` and `withoutParentTag` methods.
77

88
Without wrapper tag & without parent tag:
99

docs/items-in-depth/active-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $menu = Menu::new()
104104

105105
<div class="alert -info">
106106
If you only want to iterate over a specific type of item, you can typehint it in the callable, and it will ignore other instances.
107-
See <a href="/docs/menu/v2/items-in-depth/manipulating-items">Manipulating Items</a> for some examples.
107+
See <a href="/docs/menu/v3/items-in-depth/manipulating-items">Manipulating Items</a> for some examples.
108108
</div>
109109

110110
The callable will not traverse through submenus. If you want to traverse deeper, you'll have to manually add a `setActive` call with a callable that typehints `Menu`.

0 commit comments

Comments
 (0)