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 1 commit
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
4 changes: 3 additions & 1 deletion src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,14 @@ const DOCS: {[key: string]: DocCategory[]} = {
items: [
{id: 'a11y', name: 'Accessibility', examples: []},
{id: 'bidi', name: 'Bidirectionality', examples: []},
{id: 'coercion', name: 'Coercion', examples: []},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets leave coercion out for now; I'd like to revisit it if/when we add more stuff

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

{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 +261,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