From 08531986c5b827c74bf934a0d5152ad4a40a58e1 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 11 Aug 2021 09:31:25 -0400 Subject: [PATCH 1/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/firebase.json | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/firebase.json b/aio/firebase.json index 8700e13141..661f28ad50 100644 --- a/aio/firebase.json +++ b/aio/firebase.json @@ -1,7 +1,6 @@ { // Docs on Firebase hosting configuration: https://firebase.google.com/docs/hosting/full-config "hosting": { - "target": "aio", "public": "dist", "cleanUrls": true, ////////////////////////////////////////////////////////////////////////////////////////////// From feb445e65b18e546e76709bfafb14eda5378e95d Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 11 Aug 2021 09:47:39 -0400 Subject: [PATCH 2/3] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E5=8C=96=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/marketing/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/marketing/docs.md b/aio/content/marketing/docs.md index 8d27655cf3..ef602abc6e 100644 --- a/aio/content/marketing/docs.md +++ b/aio/content/marketing/docs.md @@ -1,6 +1,6 @@ -

Introduction to the Angular Docs

+

Angular 文档简介

-Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps. +Angular 是一个应用设计框架与开发平台,用于创建高效、复杂、精致的单页面应用。 These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page apps for enterprises. Tutorials and guides include downloadable examples to accelerate your projects. From f06ff6c4a958addd0b1e793bcc2ea13df1752303 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 11 Aug 2021 11:50:21 -0400 Subject: [PATCH 3/3] =?UTF-8?q?=E6=95=B4=E7=90=86=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E7=9A=84=E5=AF=BC=E8=88=AA=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/navigation.json | 2 +- angular-docs-cn.iml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 angular-docs-cn.iml diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 1e1c3efb4c..18892a8be1 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -1133,7 +1133,7 @@ }, { "title": "简体中文版", - "url": "https://angular.cn/" + "url": "https://angular.ossez.com/" }, { "title": "正體中文版", diff --git a/angular-docs-cn.iml b/angular-docs-cn.iml new file mode 100644 index 0000000000..8ce513400c --- /dev/null +++ b/angular-docs-cn.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file