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

fix: declare duplicate theming guide #923

Merged
merged 1 commit into from
Feb 15, 2021
Merged
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
14 changes: 10 additions & 4 deletions src/app/shared/guide-items/guide-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ const GUIDES = [
id: 'theming',
name: 'Theming Angular Material',
document: '/docs-content/guides/theming.html',
overview: `Customize your application with Angular Material's theming system.`
overview: 'Customize your application with Angular Material\'s theming system.'
},
{
id: 'theming-your-components',
name: 'Theming your own components',
document: '/docs-content/guides/theming-your-components.html',
overview: `Use Angular Material's theming system in your own custom components.`
overview: 'Use Angular Material\'s theming system in your own custom components.'
},
{
id: 'typography',
name: `Customizing Typography`,
name: 'Customizing Typography',
document: '/docs-content/guides/typography.html',
overview: 'Configure the typography settings for Angular Material components.'
},
Expand Down Expand Up @@ -64,9 +64,15 @@ const GUIDES = [
},
{
id: 'using-component-harnesses',
name: `Testing with component harnesses`,
name: 'Testing with component harnesses',
document: '/docs-content/guides/using-component-harnesses.html',
overview: 'Write tests with component harnesses for convenience and meaningful results.'
},
{
id: 'duplicate-theming-styles',
name: 'Duplicate theming styles',
document: '/docs-content/guides/duplicate-theming-styles.html',
overview: 'Learn about our new color mixins for Sass that avoid duplicating theming styles.'
}
];

Expand Down