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

Commit 2dc42f4

Browse files
authored
feat: expose CDK accordion docs (#1005)
Follow-up to angular/components#22829. Exposes the CDK accordion docs in the navigation.
1 parent 4894877 commit 2dc42f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
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)