Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 99e359a

Browse files
authored
add mdc migration guide to guide list (#1176)
1 parent 416c407 commit 99e359a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/shared/guide-items/guide-items.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ const GUIDES = [
7373
name: 'Duplicate theming styles',
7474
document: '/docs-content/guides/duplicate-theming-styles.html',
7575
overview: 'Learn about our new color mixins for Sass that avoid duplicating theming styles.'
76+
},
77+
{
78+
id: 'mdc-migration',
79+
name: 'Migrating to MDC-based Components',
80+
document: '/docs-content/guides/v15-mdc-migration.html',
81+
overview: 'Learn how to migrate your app to the new MDC-based components available in v15.'
7682
}
7783
];
7884

0 commit comments

Comments
 (0)