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 552dbfc2f1
commit 5369de80d6

View File

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