From 6dd8f6efe479084fda0aaac9d7c34d3d279c16b8 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 4 Apr 2018 21:09:15 +0100 Subject: [PATCH] docs(aio): remove invalid nav item (#23175) The `custom-elements` guide page was renamed to `elements` in ff34d5ea7. That commit also added a new nav item for the renamed file, so this item is no longer valid. PR Close #23175 --- aio/content/navigation.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 3cdfc2ad4d..5b8d0f0a14 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -462,11 +462,6 @@ } ] }, - { - "url": "guide/custom-elements", - "title": "Custom Elements", - "tooltip": "Using Angular Components as Custom Elements." - }, { "title": "Service Workers", "tooltip": "Angular service workers: Controlling caching of application resources.",