docs: remove redundant labels on aria since section is marked new

This commit is contained in:
Ben Hong 2025-11-19 10:23:24 -05:00 committed by Jessica Janiuk
parent 2cbe9425bf
commit 758cd113b3

View file

@ -632,79 +632,66 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
label: 'Overview',
path: 'guide/aria/overview',
contentPath: 'guide/aria/overview',
status: 'new',
},
{
label: 'Accordion',
path: 'guide/aria/accordion',
contentPath: 'guide/aria/accordion',
status: 'new',
},
{
label: 'Autocomplete',
path: 'guide/aria/autocomplete',
contentPath: 'guide/aria/autocomplete',
status: 'new',
},
{
label: 'Combobox',
path: 'guide/aria/combobox',
contentPath: 'guide/aria/combobox',
status: 'new',
},
{
label: 'Grid',
path: 'guide/aria/grid',
contentPath: 'guide/aria/grid',
status: 'new',
},
{
label: 'Listbox',
path: 'guide/aria/listbox',
contentPath: 'guide/aria/listbox',
status: 'new',
},
{
label: 'Menu',
path: 'guide/aria/menu',
contentPath: 'guide/aria/menu',
status: 'new',
},
{
label: 'Menubar',
path: 'guide/aria/menubar',
contentPath: 'guide/aria/menubar',
status: 'new',
},
{
label: 'Multiselect',
path: 'guide/aria/multiselect',
contentPath: 'guide/aria/multiselect',
status: 'new',
},
{
label: 'Select',
path: 'guide/aria/select',
contentPath: 'guide/aria/select',
status: 'new',
},
{
label: 'Tabs',
path: 'guide/aria/tabs',
contentPath: 'guide/aria/tabs',
status: 'new',
},
{
label: 'Toolbar',
path: 'guide/aria/toolbar',
contentPath: 'guide/aria/toolbar',
status: 'new',
},
{
label: 'Tree',
path: 'guide/aria/tree',
contentPath: 'guide/aria/tree',
status: 'new',
},
],
},