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

Commit 2707d0d

Browse files
devversionjelbourn
authored andcommitted
docs: show text-field and platform in CDK docs (#514)
1 parent 59e6569 commit 2707d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,10 @@ const DOCS: {[key: string]: DocCategory[]} = {
247247
{id: 'layout', name: 'Layout', examples: []},
248248
{id: 'observers', name: 'Observers', examples: []},
249249
{id: 'overlay', name: 'Overlay', examples: []},
250+
{id: 'platform', name: 'Platform', examples: []},
250251
{id: 'portal', name: 'Portal', examples: []},
251252
{id: 'scrolling', name: 'Scrolling', examples: []},
253+
{id: 'text-field', name: 'Text field', examples: []},
252254
]
253255
},
254256
{
@@ -258,7 +260,6 @@ const DOCS: {[key: string]: DocCategory[]} = {
258260
{id: 'stepper', name: 'Stepper', examples: []},
259261
{id: 'table', name: 'Table', examples: []},
260262
{id: 'tree', name: 'Tree', examples: []},
261-
262263
]
263264
},
264265
// TODO(jelbourn): re-add utilities and a11y as top-level categories once we can generate

0 commit comments

Comments
 (0)