From b962383193d6bf87274e18a081cb0c5b8268f20d Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Mon, 23 May 2016 22:07:02 +0200 Subject: [PATCH] chore: re-title webpack guide to emphasize "Webpack", not "Intro" closes #1492 --- public/docs/dart/latest/guide/_data.json | 2 +- public/docs/js/latest/guide/_data.json | 2 +- public/docs/ts/latest/guide/_data.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/dart/latest/guide/_data.json b/public/docs/dart/latest/guide/_data.json index 4b6553b64d..eed8cf36a4 100644 --- a/public/docs/dart/latest/guide/_data.json +++ b/public/docs/dart/latest/guide/_data.json @@ -135,7 +135,7 @@ }, "webpack": { - "title": "Introduction to Webpack", + "title": "Webpack: an introduction", "intro": "Create your Angular 2 applications with a Webpack based tooling", "hide": true }, diff --git a/public/docs/js/latest/guide/_data.json b/public/docs/js/latest/guide/_data.json index 59ba8dfd01..5584621203 100644 --- a/public/docs/js/latest/guide/_data.json +++ b/public/docs/js/latest/guide/_data.json @@ -133,7 +133,7 @@ }, "webpack": { - "title": "Introduction to Webpack", + "title": "Webpack: an introduction", "intro": "Create your Angular 2 applications with a Webpack based tooling", "hide": true }, diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 9fae3fe5be..1da2728f72 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -132,7 +132,7 @@ }, "webpack": { - "title": "Introduction to Webpack", + "title": "Webpack: an introduction", "intro": "Create your Angular 2 applications with a Webpack based tooling" },