From 9334c93401dc0db491b980a4579c25b50e931abb Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Tue, 26 Jul 2016 08:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9A=E4=BA=86=E5=88=9D=E6=AD=A5=E7=9A=84SE?= =?UTF-8?q?O?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- harp.json | 10 +++++----- public/docs/_data.json | 2 +- public/docs/ts/latest/_data.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/harp.json b/harp.json index c173f53512..35b1f2bfeb 100644 --- a/harp.json +++ b/harp.json @@ -1,11 +1,11 @@ { "globals": { "title": "Angular", - "description": "Angular is a development platform for building mobile and desktop web applications", - "keywords": "Angular, AngularJS, AngularDart, Javscript, Dart, Framework, JavaScript MVC, Google", - "siteURL": "http://angular.io", - "jsLatest": "2.0.0-beta.02", - "dartLatest": "2.0.0-beta.02", + "description": "Angular是一个用于构建移动应用和桌面Web应用的开发平台", + "keywords": "Angular, 中文, 中文版, AngularJS, AngularDart, Javscript, Dart, Framework, JavaScript MVC, Google", + "siteURL": "https://angular.cn", + "jsLatest": "2.0.0-RC.4", + "dartLatest": "2.0.0-RC.4", "bios": { "misko": { diff --git a/public/docs/_data.json b/public/docs/_data.json index c8a083efd9..182ded8a80 100644 --- a/public/docs/_data.json +++ b/public/docs/_data.json @@ -1,6 +1,6 @@ { "index": { - "title": "Angular文档", + "title": "Angular中文文档", "subtitle": "选择Angular的语种", "layout": "../_layout" } diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index 700393423a..b1f4fc1346 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -1,7 +1,7 @@ { "index": { "icon": "home", - "title": "Angular文档", + "title": "Angular中文文档", "menuTitle": "文档首页", "banner": "欢迎来到 Angular in TypeScript! 当前的Angular版本是 rc.4。请参考变更记录、最新功能、BUG修复和重大的破坏性更改。" },