Merge branch 'angular.ossez.com' of https://github.com/cwiki-us-docs/angular-docs-cn into angular.ossez.com

This commit is contained in:
YuCheng Hu 2021-08-11 17:12:35 -04:00
commit 39f17fc4fb
4 changed files with 15 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<h1 class="no-toc">Introduction to the Angular Docs</h1>
<h1 class="no-toc">Angular 文档简介</h1>
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.

View File

@ -1133,7 +1133,7 @@
},
{
"title": "简体中文版",
"url": "https://angular.cn/"
"url": "https://angular.ossez.com/"
},
{
"title": "正體中文版",

View File

@ -1,7 +1,6 @@
{
// Docs on Firebase hosting configuration: https://firebase.google.com/docs/hosting/full-config
"hosting": {
"target": "aio",
"public": "dist",
"cleanUrls": true,
//////////////////////////////////////////////////////////////////////////////////////////////

12
angular-docs-cn.iml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/aio/tools/examples/shared/boilerplate/cli/dist" />
<excludeFolder url="file://$MODULE_DIR$/aio/tools/examples/shared/boilerplate/cli/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>