Skip to content

Commit d0d71a6

Browse files
authoredMar 16, 2020
fix: ripple overview not loading (#734)
The ripple overview does not load currently because it's a special generated file that does not match an entry-point, and is nested under `material/core/ripple`. This does not match other documentation items for which we infer the overview path based on the doc item `id`.
1 parent c31533a commit d0d71a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ const DOCS: {[key: string]: DocCategory[]} = {
346346
{
347347
id: 'ripple',
348348
name: 'Ripples',
349+
overviewPath: 'material/core/ripple/ripple.html',
349350
summary: 'Directive for adding Material Design ripple effects',
350351
examples: ['ripple-overview']
351352
}

0 commit comments

Comments
 (0)
Please sign in to comment.