From 6ac75a0674f8ba28cd960fa62f51757d9c97aa6a 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 cd277cef8d..345881df16 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -385,6 +385,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 } ],