Skip to content

Commit 758cd11

Browse files
bencodezenthePunderWoman
authored andcommitted
docs: remove redundant labels on aria since section is marked new
1 parent 2cbe942 commit 758cd11

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

adev/src/app/routing/sub-navigation-data.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -632,79 +632,66 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
632632
label: 'Overview',
633633
path: 'guide/aria/overview',
634634
contentPath: 'guide/aria/overview',
635-
status: 'new',
636635
},
637636
{
638637
label: 'Accordion',
639638
path: 'guide/aria/accordion',
640639
contentPath: 'guide/aria/accordion',
641-
status: 'new',
642640
},
643641
{
644642
label: 'Autocomplete',
645643
path: 'guide/aria/autocomplete',
646644
contentPath: 'guide/aria/autocomplete',
647-
status: 'new',
648645
},
649646
{
650647
label: 'Combobox',
651648
path: 'guide/aria/combobox',
652649
contentPath: 'guide/aria/combobox',
653-
status: 'new',
654650
},
655651
{
656652
label: 'Grid',
657653
path: 'guide/aria/grid',
658654
contentPath: 'guide/aria/grid',
659-
status: 'new',
660655
},
661656
{
662657
label: 'Listbox',
663658
path: 'guide/aria/listbox',
664659
contentPath: 'guide/aria/listbox',
665-
status: 'new',
666660
},
667661
{
668662
label: 'Menu',
669663
path: 'guide/aria/menu',
670664
contentPath: 'guide/aria/menu',
671-
status: 'new',
672665
},
673666
{
674667
label: 'Menubar',
675668
path: 'guide/aria/menubar',
676669
contentPath: 'guide/aria/menubar',
677-
status: 'new',
678670
},
679671
{
680672
label: 'Multiselect',
681673
path: 'guide/aria/multiselect',
682674
contentPath: 'guide/aria/multiselect',
683-
status: 'new',
684675
},
685676
{
686677
label: 'Select',
687678
path: 'guide/aria/select',
688679
contentPath: 'guide/aria/select',
689-
status: 'new',
690680
},
691681
{
692682
label: 'Tabs',
693683
path: 'guide/aria/tabs',
694684
contentPath: 'guide/aria/tabs',
695-
status: 'new',
696685
},
697686
{
698687
label: 'Toolbar',
699688
path: 'guide/aria/toolbar',
700689
contentPath: 'guide/aria/toolbar',
701-
status: 'new',
702690
},
703691
{
704692
label: 'Tree',
705693
path: 'guide/aria/tree',
706694
contentPath: 'guide/aria/tree',
707-
status: 'new',
708695
},
709696
],
710697
},

0 commit comments

Comments
 (0)