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

Commit 8728e49

Browse files
tmeneaufilipesilva
authored andcommitted
docs(deployment): fix broken deployment nav link and ordering (#3156)
1 parent 4ca4a6d commit 8728e49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/docs/ts/latest/guide/_data.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@
127127
"intro": "Learn how to apply CSS styles to components."
128128
},
129129

130+
"deployment": {
131+
"title": "Deployment",
132+
"intro": "Learn how to deploy your Angular app."
133+
},
134+
130135
"hierarchical-dependency-injection": {
131136
"title": "Hierarchical Dependency Injectors",
132137
"navTitle": "Hierarchical Injectors",
@@ -153,11 +158,6 @@
153158
"intro": "Pipes transform displayed values within a template."
154159
},
155160

156-
"production-deploy": {
157-
"title": "Deployment",
158-
"intro": "Learn how to deploy your Angular app."
159-
},
160-
161161
"router": {
162162
"title": "Routing & Navigation",
163163
"intro": "Discover the basics of screen navigation with the Angular Router."

0 commit comments

Comments
 (0)