From 758cd113b3b41b49bfc06d83dee1f05b3fb2a9fb Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Wed, 19 Nov 2025 10:23:24 -0500 Subject: [PATCH] docs: remove redundant labels on aria since section is marked new --- adev/src/app/routing/sub-navigation-data.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/adev/src/app/routing/sub-navigation-data.ts b/adev/src/app/routing/sub-navigation-data.ts index ff68a9e27e1..12d4d84abc3 100644 --- a/adev/src/app/routing/sub-navigation-data.ts +++ b/adev/src/app/routing/sub-navigation-data.ts @@ -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', }, ], },