@@ -34,36 +34,12 @@ const GUIDES: GuideItem[] = [
34
34
document : SystemVariables ,
35
35
overview : 'Understand the system variables available to use in your application.'
36
36
} ,
37
- {
38
- id : 'theming-your-components' ,
39
- name : 'Theming your own components' ,
40
- document : '/docs-content/guides/theming-your-components.html' ,
41
- overview : 'Use Angular Material\'s theming system in your own custom components.'
42
- } ,
43
- {
44
- id : 'typography' ,
45
- name : 'Customizing Typography' ,
46
- document : '/docs-content/guides/typography.html' ,
47
- overview : 'Configure the typography settings for Angular Material components.'
48
- } ,
49
- {
50
- id : 'customizing-component-styles' ,
51
- name : 'Customizing component styles' ,
52
- document : '/docs-content/guides/customizing-component-styles.html' ,
53
- overview : 'Understand how to approach style customization with Angular Material components.'
54
- } ,
55
37
{
56
38
id : 'creating-a-custom-form-field-control' ,
57
39
name : 'Custom form field control' ,
58
40
document : '/docs-content/guides/creating-a-custom-form-field-control.html' ,
59
41
overview : 'Build a custom control that integrates with `<mat-form-field>`.'
60
42
} ,
61
- {
62
- id : 'elevation' ,
63
- name : 'Elevation helpers' ,
64
- document : '/docs-content/guides/elevation.html' ,
65
- overview : 'Enhance your components with elevation and depth.'
66
- } ,
67
43
{
68
44
id : 'creating-a-custom-stepper-using-the-cdk-stepper' ,
69
45
name : 'Custom stepper using the CdkStepper' ,
@@ -76,12 +52,6 @@ const GUIDES: GuideItem[] = [
76
52
document : '/docs-content/guides/using-component-harnesses.html' ,
77
53
overview : 'Write tests with component harnesses for convenience and meaningful results.'
78
54
} ,
79
- {
80
- id : 'duplicate-theming-styles' ,
81
- name : 'Duplicate theming styles' ,
82
- document : '/docs-content/guides/duplicate-theming-styles.html' ,
83
- overview : 'Learn about our new color mixins for Sass that avoid duplicating theming styles.'
84
- } ,
85
55
{
86
56
id : 'material-2-theming' ,
87
57
name : 'Theming Angular Material with Material 2' ,
0 commit comments