From 8728e4963cf0f47f7a3efe47712ae56691288fd8 Mon Sep 17 00:00:00 2001 From: Theo Meneau Date: Mon, 30 Jan 2017 08:59:02 -0500 Subject: [PATCH] docs(deployment): fix broken deployment nav link and ordering (#3156) --- 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."