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

Commit 4365880

Browse files
committed
docs: add tree examples to documentation items
1 parent 11918de commit 4365880

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,13 @@ const DOCS: {[key: string]: DocCategory[]} = {
173173
'table-overview',
174174
]},
175175
]
176+
},
177+
{
178+
id: 'trees',
179+
name: 'Tree',
180+
items: [
181+
{id: 'tree', name: 'Tree', examples: ['tree-checklist', 'tree-dynamic', 'tree-loadmore']},
182+
]
176183
}
177184
],
178185
[CDK] : [
@@ -195,7 +202,6 @@ const DOCS: {[key: string]: DocCategory[]} = {
195202
items: [
196203
{id: 'stepper', name: 'Stepper', examples: []},
197204
{id: 'table', name: 'Table', examples: []},
198-
199205
]
200206
},
201207
// TODO(jelbourn): re-add utilities and a11y as top-level categories once we can generate

0 commit comments

Comments
 (0)