Skip to content

Commit 6d28826

Browse files
authoredMay 26, 2021
fix: sort links alphabetically (#996)
1 parent 7d090a6 commit 6d28826

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ const DOCS: { [key: string]: DocItem[] } = {
129129
},
130130
additionalApiDocs: [{name: 'Testing', path: 'material-chips-testing.html'}],
131131
},
132+
{
133+
id: 'core',
134+
name: 'Core',
135+
summary: 'Reusable parts used by other components in the library.',
136+
exampleSpecs: {
137+
prefix: 'core-',
138+
},
139+
additionalApiDocs: [{name: 'Testing', path: 'material-core-testing.html'}],
140+
},
132141
{
133142
id: 'datepicker',
134143
name: 'Datepicker',
@@ -372,15 +381,6 @@ const DOCS: { [key: string]: DocItem[] } = {
372381
prefix: 'tree-',
373382
},
374383
},
375-
{
376-
id: 'core',
377-
name: 'Core',
378-
summary: 'Reusable parts used by other components in the library.',
379-
exampleSpecs: {
380-
prefix: 'core-',
381-
},
382-
additionalApiDocs: [{name: 'Testing', path: 'material-core-testing.html'}],
383-
},
384384
],
385385
[CDK]: [
386386
{

0 commit comments

Comments
 (0)