Skip to content

Commit 60eb965

Browse files
authoredJun 3, 2021
feat: expose CDK accordion docs (#1005)
Follow-up to #22829. Exposes the CDK accordion docs in the navigation.
1 parent 90cf5f3 commit 60eb965

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

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

+8
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,14 @@ const DOCS: { [key: string]: DocItem[] } = {
391391
prefix: 'focus-monitor-',
392392
},
393393
},
394+
{
395+
id: 'accordion',
396+
name: 'Accordion',
397+
summary: 'Component with one or more expandable sections.',
398+
exampleSpecs: {
399+
prefix: 'cdk-accordion-',
400+
},
401+
},
394402
{
395403
id: 'bidi',
396404
name: 'Bidirectionality',

0 commit comments

Comments
 (0)
Please sign in to comment.