docs(deployment): fix broken deployment nav link and ordering (#3156)

This commit is contained in:
Theo Meneau 2017-01-30 08:59:02 -05:00 committed by Filipe Silva
parent 4ca4a6de3e
commit 8728e4963c
1 changed files with 5 additions and 5 deletions

View File

@ -127,6 +127,11 @@
"intro": "Learn how to apply CSS styles to components."
},
"deployment": {
"title": "Deployment",
"intro": "Learn how to deploy your Angular app."
},
"hierarchical-dependency-injection": {
"title": "Hierarchical Dependency Injectors",
"navTitle": "Hierarchical Injectors",
@ -153,11 +158,6 @@
"intro": "Pipes transform displayed values within a template."
},
"production-deploy": {
"title": "Deployment",
"intro": "Learn how to deploy your Angular app."
},
"router": {
"title": "Routing & Navigation",
"intro": "Discover the basics of screen navigation with the Angular Router."