@@ -24,17 +24,17 @@ const GUIDES = [
24
24
id : 'theming' ,
25
25
name : 'Theming Angular Material' ,
26
26
document : '/docs-content/guides/theming.html' ,
27
- overview : ` Customize your application with Angular Material's theming system.`
27
+ overview : ' Customize your application with Angular Material\ 's theming system.'
28
28
} ,
29
29
{
30
30
id : 'theming-your-components' ,
31
31
name : 'Theming your own components' ,
32
32
document : '/docs-content/guides/theming-your-components.html' ,
33
- overview : ` Use Angular Material's theming system in your own custom components.`
33
+ overview : ' Use Angular Material\ 's theming system in your own custom components.'
34
34
} ,
35
35
{
36
36
id : 'typography' ,
37
- name : ` Customizing Typography` ,
37
+ name : ' Customizing Typography' ,
38
38
document : '/docs-content/guides/typography.html' ,
39
39
overview : 'Configure the typography settings for Angular Material components.'
40
40
} ,
@@ -64,9 +64,15 @@ const GUIDES = [
64
64
} ,
65
65
{
66
66
id : 'using-component-harnesses' ,
67
- name : ` Testing with component harnesses` ,
67
+ name : ' Testing with component harnesses' ,
68
68
document : '/docs-content/guides/using-component-harnesses.html' ,
69
69
overview : 'Write tests with component harnesses for convenience and meaningful results.'
70
+ } ,
71
+ {
72
+ id : 'duplicate-theming-styles' ,
73
+ name : 'Duplicate theming styles' ,
74
+ document : '/docs-content/guides/duplicate-theming-styles.html' ,
75
+ overview : 'Learn about our new color mixins for Sass that avoid duplicating theming styles.'
70
76
}
71
77
] ;
72
78
0 commit comments