Merge pull request #29495 from backstage/canon-docs-fix-nav

Canon docs - Fix sidebar links for TextField
This commit is contained in:
Patrik Oldsberg
2025-04-07 15:59:49 +02:00
committed by GitHub
+5 -10
View File
@@ -76,11 +76,6 @@ export const components: Page[] = [
slug: 'checkbox',
status: 'alpha',
},
{
title: 'Field',
slug: 'field',
status: 'alpha',
},
{
title: 'Heading',
slug: 'heading',
@@ -96,11 +91,6 @@ export const components: Page[] = [
slug: 'icon-button',
status: 'alpha',
},
{
title: 'Input',
slug: 'input',
status: 'alpha',
},
{
title: 'Select',
slug: 'select',
@@ -116,6 +106,11 @@ export const components: Page[] = [
slug: 'text',
status: 'alpha',
},
{
title: 'TextField',
slug: 'text-field',
status: 'alpha',
},
];
export type ScreenSize = {