Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

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

Merged
merged 1 commit into from
Jan 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions public/docs/ts/latest/guide/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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."
Expand Down