Skip to content

Commit 94981ea

Browse files
amcdnlmmalerba
authored andcommitted
docs(menu): move nested to section (#7884)
1 parent c707007 commit 94981ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/menu/menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
`<mat-menu>` is a floating panel containing list of options.
22

33
<!-- example(menu-overview) -->
4-
<!-- example(nested-menu) -->
54

65
By itself, the `<mat-menu>` element does not render anything. The menu is attached to and opened
76
via application of the `matMenuTriggerFor` directive:
@@ -92,6 +91,7 @@ that should trigger the sub-menu:
9291
</button>
9392
```
9493

94+
<!-- example(nested-menu) -->
9595

9696
### Keyboard interaction
9797
- <kbd>DOWN_ARROW</kbd>: Focuses the next menu item

0 commit comments

Comments
 (0)