From 5b3b455128515eb47344ca556c4cad7ba56d72be Mon Sep 17 00:00:00 2001 From: Theophile Meneau Date: Fri, 27 Jan 2017 12:29:54 -0500 Subject: [PATCH] docs(deployment): fix broken deployment nav link and ordering --- public/docs/ts/latest/guide/_data.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 7a57826ea8..be7525f021 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -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."