docs(aio): add changelog, as hidden, to navigation (#19028)

This ensures that the changelog page is formatted correctly.

Closes #17604

PR Close #19028
This commit is contained in:
Peter Bacon Darwin 2017-09-04 11:50:13 +01:00 committed by Miško Hevery
parent ab838920a1
commit 6ac75a0674

View File

@ -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
}
],