Skip to content

Commit

Permalink
docs: add tree examples to documentation items
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao committed Mar 15, 2018
1 parent 11918de commit 4365880
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ const DOCS: {[key: string]: DocCategory[]} = {
'table-overview',
]},
]
},
{
id: 'trees',
name: 'Tree',
items: [
{id: 'tree', name: 'Tree', examples: ['tree-checklist', 'tree-dynamic', 'tree-loadmore']},
]
}
],
[CDK] : [
Expand All @@ -195,7 +202,6 @@ const DOCS: {[key: string]: DocCategory[]} = {
items: [
{id: 'stepper', name: 'Stepper', examples: []},
{id: 'table', name: 'Table', examples: []},

]
},
// TODO(jelbourn): re-add utilities and a11y as top-level categories once we can generate
Expand Down

0 comments on commit 4365880

Please sign in to comment.