From a398d6af455daeb3c05445a78a2e6e5e9f81ecf0 Mon Sep 17 00:00:00 2001 From: Ajit Singh Date: Tue, 26 May 2020 09:57:34 +0530 Subject: [PATCH] docs: remove redundant web-worker nav (#37289) Web- worker was 2 times in the nav pointing towards the same file, just with different names removed one to remove redundancy PR Close #37289 --- aio/content/navigation.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 7edde58064..feb111528e 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -580,11 +580,6 @@ "url": "guide/cli-builder", "title": "CLI Builders", "tooltip": "Using builders to customize Angular CLI." - }, - { - "url": "guide/web-worker", - "title": "Web Workers in Angular", - "tooltip": "Implement background processing with web workers." } ] },