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

Commit 3b011e4

Browse files
authored
fix some examples (#346)
1 parent d8ca341 commit 3b011e4

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const DOCS: {[key: string]: DocCategory[]} = {
5454
name: 'Form field',
5555
examples: [
5656
'form-field-overview',
57-
'form-field-placeholder',
57+
'form-field-label',
5858
'form-field-hint',
5959
'form-field-error',
6060
'form-field-prefix-suffix',
@@ -105,7 +105,21 @@ const DOCS: {[key: string]: DocCategory[]} = {
105105
summary: 'Sidenavs, toolbars, menus',
106106
items: [
107107
{id: 'menu', name: 'Menu', examples: ['menu-icons']},
108-
{id: 'sidenav', name: 'Sidenav', examples: ['sidenav-fab']},
108+
{
109+
id: 'sidenav',
110+
name: 'Sidenav',
111+
examples: [
112+
'sidenav-overview',
113+
'sidenav-drawer-overview',
114+
'sidenav-position',
115+
'sidenav-open-close',
116+
'sidenav-mode',
117+
'sidenav-disable-close',
118+
'sidenav-autosize',
119+
'sidenav-fixed',
120+
'sidenav-responsive'
121+
]
122+
},
109123
{id: 'toolbar', name: 'Toolbar', examples: ['toolbar-multirow']},
110124
]
111125
},
@@ -149,8 +163,8 @@ const DOCS: {[key: string]: DocCategory[]} = {
149163
name: 'Data table',
150164
items: [
151165
{id: 'table', name: 'Table', examples: [
152-
'table-filtering',
153-
'table-pagination',
166+
'table-filtering',
167+
'table-pagination',
154168
'table-sorting',
155169
'table-http',
156170
'table-overview',

0 commit comments

Comments
 (0)