Skip to content

Commit

Permalink
docs: show text-field and platform in CDK docs (angular#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and jelbourn committed Sep 4, 2018
1 parent 59e6569 commit 2707d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: []},
]
},
{
Expand All @@ -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
Expand Down

0 comments on commit 2707d0d

Please sign in to comment.