Skip to content

Commit

Permalink
fix: remove -example suffix from tree examples in documentation ite…
Browse files Browse the repository at this point in the history
…ms (angular#444)
  • Loading branch information
josephperrott authored and jelbourn committed May 3, 2018
1 parent 76fa6be commit c4ab3b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ const DOCS: {[key: string]: DocCategory[]} = {
{id: 'stepper', name: 'Stepper', examples: ['stepper-overview']},
{id: 'tabs', name: 'Tabs', examples: ['tabs-template-label']},
{id: 'tree', name: 'Tree', examples: [
'tree-dynamic-example',
'tree-flat-overview-example',
'tree-checklist-example',
'tree-nested-overview-example',
'tree-loadmore-example',
'tree-dynamic',
'tree-flat-overview',
'tree-checklist',
'tree-nested-overview',
'tree-loadmore',
]},
]
},
Expand Down

0 comments on commit c4ab3b9

Please sign in to comment.