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

Commit 871ead0

Browse files
chore: add divider to the documentation site. (#370)
1 parent 08965cc commit 871ead0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,14 @@ const DOCS: {[key: string]: DocCategory[]} = {
127127
id: 'layout',
128128
name: 'Layout',
129129
items: [
130-
{id: 'list', name: 'List', examples: ['list-sections']},
131-
{id: 'grid-list', name: 'Grid list', examples: ['grid-list-dynamic']},
132130
{id: 'card', name: 'Card', examples: ['card-fancy']},
133-
{id: 'stepper', name: 'Stepper', examples: ['stepper-overview']},
134-
{id: 'tabs', name: 'Tabs', examples: ['tabs-template-label']},
131+
{id: 'divider', name: 'Divider', examples: ['divider-overview']},
135132
{id: 'expansion', name: 'Expansion Panel',
136133
examples: ['expansion-overview', 'expansion-steps']},
134+
{id: 'grid-list', name: 'Grid list', examples: ['grid-list-dynamic']},
135+
{id: 'list', name: 'List', examples: ['list-sections']},
136+
{id: 'stepper', name: 'Stepper', examples: ['stepper-overview']},
137+
{id: 'tabs', name: 'Tabs', examples: ['tabs-template-label']},
137138
]
138139
},
139140
{
@@ -154,23 +155,23 @@ const DOCS: {[key: string]: DocCategory[]} = {
154155
name: 'Popups & Modals',
155156
items: [
156157
{id: 'dialog', name: 'Dialog', examples: ['dialog-overview']},
157-
{id: 'tooltip', name: 'Tooltip', examples: ['tooltip-position']},
158158
{id: 'snack-bar', name: 'Snackbar', examples: ['snack-bar-component']},
159+
{id: 'tooltip', name: 'Tooltip', examples: ['tooltip-position']},
159160
]
160161
},
161162
{
162163
id: 'tables',
163164
name: 'Data table',
164165
items: [
166+
{id: 'paginator', name: 'Paginator', examples: ['paginator-configurable']},
167+
{id: 'sort', name: 'Sort header', examples: ['sort-overview']},
165168
{id: 'table', name: 'Table', examples: [
166169
'table-filtering',
167170
'table-pagination',
168171
'table-sorting',
169172
'table-http',
170173
'table-overview',
171174
]},
172-
{id: 'sort', name: 'Sort header', examples: ['sort-overview']},
173-
{id: 'paginator', name: 'Paginator', examples: ['paginator-configurable']},
174175
]
175176
}
176177
],
@@ -180,20 +181,20 @@ const DOCS: {[key: string]: DocCategory[]} = {
180181
name: 'Common Behaviors',
181182
items: [
182183
{id: 'a11y', name: 'Accessibility', examples: []},
183-
{id: 'observers', name: 'Observers', examples: []},
184+
{id: 'bidi', name: 'Bidirectionality', examples: []},
184185
{id: 'layout', name: 'Layout', examples: []},
186+
{id: 'observers', name: 'Observers', examples: []},
185187
{id: 'overlay', name: 'Overlay', examples: []},
186188
{id: 'portal', name: 'Portal', examples: []},
187-
{id: 'bidi', name: 'Bidirectionality', examples: []},
188189
{id: 'scrolling', name: 'Scrolling', examples: []},
189190
]
190191
},
191192
{
192193
id: 'components',
193194
name: 'Components',
194195
items: [
195-
{id: 'table', name: 'Table', examples: []},
196196
{id: 'stepper', name: 'Stepper', examples: []},
197+
{id: 'table', name: 'Table', examples: []},
197198

198199
]
199200
},

0 commit comments

Comments
 (0)