Skip to content

Commit 61161c5

Browse files
crisbetojelbourn
authored andcommittedApr 25, 2018
fix: include all menu examples under examples tab (#428)
Includes all of the available menu examples under the menu "Examples" tab.
1 parent e2b1069 commit 61161c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+9-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,15 @@ const DOCS: {[key: string]: DocCategory[]} = {
104104
name: 'Navigation',
105105
summary: 'Sidenavs, toolbars, menus',
106106
items: [
107-
{id: 'menu', name: 'Menu', examples: ['menu-icons']},
107+
{
108+
id: 'menu',
109+
name: 'Menu',
110+
examples: [
111+
'menu-overview',
112+
'menu-icon',
113+
'nested-menu'
114+
]
115+
},
108116
{
109117
id: 'sidenav',
110118
name: 'Sidenav',

0 commit comments

Comments
 (0)
Please sign in to comment.