From 429cbb2b3ef4c261d563aa22639dce78701f0666 Mon Sep 17 00:00:00 2001 From: Yuan Gao Date: Thu, 15 Mar 2018 10:37:55 -0700 Subject: [PATCH] docs: add tree examples to documentation items --- .../shared/documentation-items/documentation-items.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/shared/documentation-items/documentation-items.ts b/src/app/shared/documentation-items/documentation-items.ts index aa8e9eb04..a9f2ebff6 100644 --- a/src/app/shared/documentation-items/documentation-items.ts +++ b/src/app/shared/documentation-items/documentation-items.ts @@ -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] : [ @@ -195,7 +202,7 @@ const DOCS: {[key: string]: DocCategory[]} = { items: [ {id: 'stepper', name: 'Stepper', examples: []}, {id: 'table', name: 'Table', examples: []}, - + {id: 'tree', name: 'Tree', examples: []} ] }, // TODO(jelbourn): re-add utilities and a11y as top-level categories once we can generate