@@ -13,19 +13,19 @@ const GUIDES: GuideItem[] = [
1313 {
1414 id : 'getting-started' ,
1515 name : 'Getting started' ,
16- document : '/docs-content/guides/getting-started.html' ,
16+ document : '/docs-content/guides/getting-started.md. html' ,
1717 overview : 'Add Angular Material to your project!' ,
1818 } ,
1919 {
2020 id : 'schematics' ,
2121 name : 'Schematics' ,
22- document : '/docs-content/guides/schematics.html' ,
22+ document : '/docs-content/guides/schematics.md. html' ,
2323 overview : 'Use schematics to quickly generate views with Material Design components.' ,
2424 } ,
2525 {
2626 id : 'theming' ,
2727 name : 'Theming Angular Material' ,
28- document : '/docs-content/guides/theming.html' ,
28+ document : '/docs-content/guides/theming.md. html' ,
2929 overview : "Customize your application with Angular Material's theming system." ,
3030 } ,
3131 {
@@ -37,25 +37,25 @@ const GUIDES: GuideItem[] = [
3737 {
3838 id : 'creating-a-custom-form-field-control' ,
3939 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' ,
4141 overview : 'Build a custom control that integrates with `<mat-form-field>`.' ,
4242 } ,
4343 {
4444 id : 'creating-a-custom-stepper-using-the-cdk-stepper' ,
4545 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' ,
4747 overview : 'Create a custom stepper components using Angular CDK.' ,
4848 } ,
4949 {
5050 id : 'using-component-harnesses' ,
5151 name : 'Testing with component harnesses' ,
52- document : '/docs-content/guides/using-component-harnesses.html' ,
52+ document : '/docs-content/guides/using-component-harnesses.md. html' ,
5353 overview : 'Write tests with component harnesses for convenience and meaningful results.' ,
5454 } ,
5555 {
5656 id : 'material-2-theming' ,
5757 name : 'Theming Angular Material with Material 2' ,
58- document : '/docs-content/guides/material-2.html' ,
58+ document : '/docs-content/guides/material-2.md. html' ,
5959 overview : "Customize your application with Angular Material's theming system." ,
6060 } ,
6161] ;
0 commit comments