From ea9d8a6bc76311422e6488f3d76e1d9c3d4120c3 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Fri, 28 Apr 2017 23:34:26 -0700 Subject: [PATCH] docs(aio): move pipes guide under components --- aio/content/navigation.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 4d743625a9..fbbd0cff40 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -157,6 +157,11 @@ "url": "guide/dynamic-component-loader", "title": "Dynamic Components", "tooltip": "Load components dynamically." + }, + { + "url": "guide/pipes", + "title": "Pipes", + "tooltip": "Pipes transform displayed values within a template." } ] }, @@ -212,12 +217,6 @@ "tooltip": "Translate the app's template text into multiple languages." }, - { - "url": "guide/pipes", - "title": "Pipes", - "tooltip": "Pipes transform displayed values within a template." - }, - { "url": "guide/router", "title": "Routing & Navigation",