Merge branch 'angular.ossez.com' of https://github.com/cwiki-us-docs/angular-docs-cn into angular.ossez.com
This commit is contained in:
commit
39f17fc4fb
|
@ -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.
|
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.
|
Tutorials and guides include downloadable examples to accelerate your projects.
|
||||||
|
|
|
@ -1133,7 +1133,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "简体中文版",
|
"title": "简体中文版",
|
||||||
"url": "https://angular.cn/"
|
"url": "https://angular.ossez.com/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "正體中文版",
|
"title": "正體中文版",
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
// Docs on Firebase hosting configuration: https://firebase.google.com/docs/hosting/full-config
|
// Docs on Firebase hosting configuration: https://firebase.google.com/docs/hosting/full-config
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"target": "aio",
|
|
||||||
"public": "dist",
|
"public": "dist",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue