Skip to content

Commit

Permalink
fix some examples (angular#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Dec 6, 2017
1 parent d8ca341 commit 3b011e4
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const DOCS: {[key: string]: DocCategory[]} = {
name: 'Form field',
examples: [
'form-field-overview',
'form-field-placeholder',
'form-field-label',
'form-field-hint',
'form-field-error',
'form-field-prefix-suffix',
Expand Down Expand Up @@ -105,7 +105,21 @@ const DOCS: {[key: string]: DocCategory[]} = {
summary: 'Sidenavs, toolbars, menus',
items: [
{id: 'menu', name: 'Menu', examples: ['menu-icons']},
{id: 'sidenav', name: 'Sidenav', examples: ['sidenav-fab']},
{
id: 'sidenav',
name: 'Sidenav',
examples: [
'sidenav-overview',
'sidenav-drawer-overview',
'sidenav-position',
'sidenav-open-close',
'sidenav-mode',
'sidenav-disable-close',
'sidenav-autosize',
'sidenav-fixed',
'sidenav-responsive'
]
},
{id: 'toolbar', name: 'Toolbar', examples: ['toolbar-multirow']},
]
},
Expand Down Expand Up @@ -149,8 +163,8 @@ const DOCS: {[key: string]: DocCategory[]} = {
name: 'Data table',
items: [
{id: 'table', name: 'Table', examples: [
'table-filtering',
'table-pagination',
'table-filtering',
'table-pagination',
'table-sorting',
'table-http',
'table-overview',
Expand Down

0 comments on commit 3b011e4

Please sign in to comment.