From 0ed64af5bc6aaf096838578077a8cab310b44e19 Mon Sep 17 00:00:00 2001 From: yerkebulan Date: Mon, 29 Jan 2018 20:05:32 +0600 Subject: [PATCH] docs(aio): put structural directives back in the nav (#21856) PR Close #21856 --- aio/content/navigation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index b70f00b4c1..0844940d75 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -168,6 +168,11 @@ "title": "Attribute Directives", "tooltip": "Attribute directives attach behavior to elements." }, + { + "url": "guide/structural-directives", + "title": "Structural Directives", + "tooltip": "Structural directives manipulate the layout of the page." + }, { "url": "guide/pipes", "title": "Pipes",