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

docs: show text-field, coercion and platform in CDK docs #514

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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