# Conflicts: # README.md # public/contribute.jade # public/docs/_includes/_side-nav.jade # public/docs/_includes/_ts-temp.jade # public/docs/index.jade # public/docs/js/latest/cookbook/ts-to-js.jade # public/docs/ts/latest/_data.json # public/docs/ts/latest/cookbook/component-relative-paths.jade # public/docs/ts/latest/cookbook/index.jade # public/docs/ts/latest/cookbook/set-document-title.jade # public/docs/ts/latest/cookbook/visual-studio-2015.jade # public/docs/ts/latest/glossary.jade # public/docs/ts/latest/guide/animations.jade # public/docs/ts/latest/guide/architecture.jade # public/docs/ts/latest/guide/browser-support.jade # public/docs/ts/latest/guide/component-styles.jade # public/docs/ts/latest/guide/forms.jade # public/docs/ts/latest/guide/index.jade # public/docs/ts/latest/guide/pipes.jade # public/docs/ts/latest/guide/router.jade # public/docs/ts/latest/guide/style-guide.jade # public/docs/ts/latest/guide/template-syntax.jade # public/docs/ts/latest/guide/testing.jade # public/docs/ts/latest/guide/typescript-configuration.jade # public/docs/ts/latest/guide/upgrade.jade # public/docs/ts/latest/guide/webpack.jade # public/docs/ts/latest/index.jade # public/docs/ts/latest/quickstart.jade # public/docs/ts/latest/tutorial/index.jade # public/support.jade
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
||
"index": {
|
||
"icon": "home",
|
||
"title": "Angular中文文档",
|
||
"subtitle": "TypeScript",
|
||
"menuTitle": "文档首页",
|
||
"banner": "欢迎来到<b>Angular in TypeScript</b>! 当前的Angular版本是<b>2.0.0</b>。请参考<a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>变更记录</a>了解最新的增强、修复和破坏性变更。"
|
||
},
|
||
|
||
"cli-quickstart": {
|
||
"icon": "query-builder",
|
||
"title": "CLI 快速起步",
|
||
"subtitle": "TypeScript",
|
||
"description": "使用CLI快速构建Angular应用",
|
||
"hide": true
|
||
},
|
||
|
||
"quickstart": {
|
||
"icon": "query-builder",
|
||
"title": "快速起步",
|
||
"subtitle": "TypeScript",
|
||
"description": "Angular快速起步",
|
||
"banner": "本“快速起步”指南将演示如何用TypeScript构建并运行一个简单的Angular应用。"
|
||
},
|
||
|
||
"tutorial": {
|
||
"icon": "list",
|
||
"title": "教程",
|
||
"subtitle": "TypeScript"
|
||
},
|
||
|
||
"guide": {
|
||
"icon": "list",
|
||
"title": "开发指南",
|
||
"subtitle": "TypeScript"
|
||
},
|
||
|
||
"cookbook": {
|
||
"icon": "list",
|
||
"title": "Cookbook",
|
||
"subtitle": "TypeScript",
|
||
"banner": "教你解决常见的“该怎么做”问题。"
|
||
},
|
||
|
||
"api/": {
|
||
"icon": "book",
|
||
"title": "API参考手册",
|
||
"subtitle": "TypeScript",
|
||
"reference": true
|
||
},
|
||
|
||
"cheatsheet": {
|
||
"title": "Angular小抄",
|
||
"subtitle": "TypeScript",
|
||
"intro": "关于Angular语法的快速指南(内容可能会更改)",
|
||
"reference": false
|
||
},
|
||
|
||
"glossary": {
|
||
"title": "词汇表",
|
||
"subtitle": "TypeScript",
|
||
"intro": "Angular 2中那些最重要的词汇的简短定义",
|
||
"reference": false
|
||
},
|
||
|
||
"resources": {
|
||
"icon": "play-circle-fill",
|
||
"title": "Angular资源",
|
||
"subtitle": "TypeScript",
|
||
"resources": true
|
||
},
|
||
|
||
"help": {
|
||
"icon": "chat",
|
||
"title": "帮助与支持",
|
||
"subtitle": "来自我们的团队与社区",
|
||
"resources": true
|
||
},
|
||
|
||
"styleguide": {
|
||
"title": "文档风格指南",
|
||
"subtitle": "TypeScript",
|
||
"intro": "文档的设计与布局模式"
|
||
}
|
||
}
|