From 5369de80d606049c98f986cbfe9db0520fcc65a8 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Mon, 4 Sep 2017 11:50:13 +0100 Subject: [PATCH] docs(aio): add changelog, as hidden, to navigation (#19028) This ensures that the changelog page is formatted correctly. Closes #17604 PR Close #19028 --- aio/content/navigation.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 5d68e761a5..fc1c846123 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -380,6 +380,12 @@ "title": "API", "tooltip": "Details of the Angular classes and values.", "url": "api" + }, + { + "url": "guide/change-log", + "title": "Change Log", + "tooltip": "Angular Documentation Change Log", + "hidden": true } ],