Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const DOCS: {[key: string]: DocItem[]} = {
{
id: 'ripple',
name: 'Ripples',
overviewPath: 'material/core/ripple/ripple.html',
overviewPath: 'material/core/ripple/ripple.md.html',
summary: 'Directive for adding Material Design ripple effects',
hasStyling: false, // Ripple styling is documented through `core`.
exampleSpecs: {
Expand Down Expand Up @@ -545,7 +545,7 @@ const DOCS: {[key: string]: DocItem[]} = {
exampleSpecs: {
prefix: 'cdk-test-harnesses-',
},
overviewPath: 'cdk/testing/test-harnesses.html',
overviewPath: 'cdk/testing/test-harnesses.md.html',
apiDocId: 'cdk-testing',
additionalApiDocs: [
{
Expand Down
14 changes: 7 additions & 7 deletions material.angular.io/src/app/shared/guide-items/guide-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ const GUIDES: GuideItem[] = [
{
id: 'getting-started',
name: 'Getting started',
document: '/docs-content/guides/getting-started.html',
document: '/docs-content/guides/getting-started.md.html',
overview: 'Add Angular Material to your project!',
},
{
id: 'schematics',
name: 'Schematics',
document: '/docs-content/guides/schematics.html',
document: '/docs-content/guides/schematics.md.html',
overview: 'Use schematics to quickly generate views with Material Design components.',
},
{
id: 'theming',
name: 'Theming Angular Material',
document: '/docs-content/guides/theming.html',
document: '/docs-content/guides/theming.md.html',
overview: "Customize your application with Angular Material's theming system.",
},
{
Expand All @@ -37,25 +37,25 @@ const GUIDES: GuideItem[] = [
{
id: 'creating-a-custom-form-field-control',
name: 'Custom form field control',
document: '/docs-content/guides/creating-a-custom-form-field-control.html',
document: '/docs-content/guides/creating-a-custom-form-field-control.md.html',
overview: 'Build a custom control that integrates with `<mat-form-field>`.',
},
{
id: 'creating-a-custom-stepper-using-the-cdk-stepper',
name: 'Custom stepper using the CdkStepper',
document: '/docs-content/guides/creating-a-custom-stepper-using-the-cdk-stepper.html',
document: '/docs-content/guides/creating-a-custom-stepper-using-the-cdk-stepper.md.html',
overview: 'Create a custom stepper components using Angular CDK.',
},
{
id: 'using-component-harnesses',
name: 'Testing with component harnesses',
document: '/docs-content/guides/using-component-harnesses.html',
document: '/docs-content/guides/using-component-harnesses.md.html',
overview: 'Write tests with component harnesses for convenience and meaningful results.',
},
{
id: 'material-2-theming',
name: 'Theming Angular Material with Material 2',
document: '/docs-content/guides/material-2.html',
document: '/docs-content/guides/material-2.md.html',
overview: "Customize your application with Angular Material's theming system.",
},
];
Expand Down
Loading