mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: remove redundant labels on aria since section is marked new
This commit is contained in:
parent
2cbe9425bf
commit
758cd113b3
1 changed files with 0 additions and 13 deletions
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue