From 2707d0de3e6a8345b10f62ee6854c9cad4b322f3 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Tue, 4 Sep 2018 22:54:03 +0200 Subject: [PATCH] docs: show text-field and platform in CDK docs (#514) --- src/app/shared/documentation-items/documentation-items.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shared/documentation-items/documentation-items.ts b/src/app/shared/documentation-items/documentation-items.ts index 70dd6d14a80b..64f21ed027f1 100644 --- a/src/app/shared/documentation-items/documentation-items.ts +++ b/src/app/shared/documentation-items/documentation-items.ts @@ -247,8 +247,10 @@ const DOCS: {[key: string]: DocCategory[]} = { {id: 'layout', name: 'Layout', examples: []}, {id: 'observers', name: 'Observers', examples: []}, {id: 'overlay', name: 'Overlay', examples: []}, + {id: 'platform', name: 'Platform', examples: []}, {id: 'portal', name: 'Portal', examples: []}, {id: 'scrolling', name: 'Scrolling', examples: []}, + {id: 'text-field', name: 'Text field', examples: []}, ] }, { @@ -258,7 +260,6 @@ const DOCS: {[key: string]: DocCategory[]} = { {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