From 2c490d5c6ca0ea9b8869b6177543b38b177e16e6 Mon Sep 17 00:00:00 2001 From: George Looshch Date: Fri, 25 Jun 2021 00:22:17 +0300 Subject: [PATCH] docs: remove duplicate link to `guide/inputs-outputs.md` (#42654) When you click on `Understanding Angular > Components > Sharing data between child and parent directives and components` in navigation sidebar, another item gets selected: `Understanding Angular > Templates > Inputs and Outputs` Both of them are linked to the same guide but the view cannot handle situations when several entries point to the same guide. This commit fixes that by removing the second entry. Fixes #42652 PR Close #42654 --- aio/content/navigation.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index c04a75cf01..1e1c3efb4c 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -202,11 +202,6 @@ "title": "Template reference variables", "tooltip": "Introductory guide to referring to DOM elements within a template." }, - { - "url": "guide/inputs-outputs", - "title": "Inputs and Outputs", - "tooltip": "Introductory guide to sharing data between parent and child directives or components." - }, { "url": "guide/svg-in-templates", "title": "SVG as templates",