Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit c1dd824

Browse files
committed
docs(menu): menu positioning docs
1 parent f42d5f4 commit c1dd824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/documentation-items/documentation-items.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const DOCS: {[key: string]: DocCategory[]} = {
104104
name: 'Navigation',
105105
summary: 'Sidenavs, toolbars, menus',
106106
items: [
107-
{id: 'menu', name: 'Menu', examples: ['menu-icons']},
107+
{id: 'menu', name: 'Menu', examples: ['menu-icons', 'menu-positions']},
108108
{id: 'sidenav', name: 'Sidenav', examples: ['sidenav-fab']},
109109
{id: 'toolbar', name: 'Toolbar', examples: ['toolbar-multirow']},
110110
]

0 commit comments

Comments
 (0)