@@ -13,19 +13,19 @@ const GUIDES: GuideItem[] = [
13
13
{
14
14
id : 'getting-started' ,
15
15
name : 'Getting started' ,
16
- document : '/docs-content/guides/getting-started.html' ,
16
+ document : '/docs-content/guides/getting-started.md. html' ,
17
17
overview : 'Add Angular Material to your project!' ,
18
18
} ,
19
19
{
20
20
id : 'schematics' ,
21
21
name : 'Schematics' ,
22
- document : '/docs-content/guides/schematics.html' ,
22
+ document : '/docs-content/guides/schematics.md. html' ,
23
23
overview : 'Use schematics to quickly generate views with Material Design components.' ,
24
24
} ,
25
25
{
26
26
id : 'theming' ,
27
27
name : 'Theming Angular Material' ,
28
- document : '/docs-content/guides/theming.html' ,
28
+ document : '/docs-content/guides/theming.md. html' ,
29
29
overview : "Customize your application with Angular Material's theming system." ,
30
30
} ,
31
31
{
@@ -37,25 +37,25 @@ const GUIDES: GuideItem[] = [
37
37
{
38
38
id : 'creating-a-custom-form-field-control' ,
39
39
name : 'Custom form field control' ,
40
- document : '/docs-content/guides/creating-a-custom-form-field-control.html' ,
40
+ document : '/docs-content/guides/creating-a-custom-form-field-control.md. html' ,
41
41
overview : 'Build a custom control that integrates with `<mat-form-field>`.' ,
42
42
} ,
43
43
{
44
44
id : 'creating-a-custom-stepper-using-the-cdk-stepper' ,
45
45
name : 'Custom stepper using the CdkStepper' ,
46
- document : '/docs-content/guides/creating-a-custom-stepper-using-the-cdk-stepper.html' ,
46
+ document : '/docs-content/guides/creating-a-custom-stepper-using-the-cdk-stepper.md. html' ,
47
47
overview : 'Create a custom stepper components using Angular CDK.' ,
48
48
} ,
49
49
{
50
50
id : 'using-component-harnesses' ,
51
51
name : 'Testing with component harnesses' ,
52
- document : '/docs-content/guides/using-component-harnesses.html' ,
52
+ document : '/docs-content/guides/using-component-harnesses.md. html' ,
53
53
overview : 'Write tests with component harnesses for convenience and meaningful results.' ,
54
54
} ,
55
55
{
56
56
id : 'material-2-theming' ,
57
57
name : 'Theming Angular Material with Material 2' ,
58
- document : '/docs-content/guides/material-2.html' ,
58
+ document : '/docs-content/guides/material-2.md. html' ,
59
59
overview : "Customize your application with Angular Material's theming system." ,
60
60
} ,
61
61
] ;
0 commit comments