Skip to content

Commit c5d0899

Browse files
committed
Rename to typescript-tutorial
1 parent 8853448 commit c5d0899

File tree

6 files changed

+10
-58
lines changed

6 files changed

+10
-58
lines changed

.travis.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.travis/id_rsa.enc

-3.17 KB
Binary file not shown.

.travis/ssh_config

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# From JavaScript to TypeScript
1+
# TypeScript 入门教程
22

3-
> 一本面向 JavaScript 程序员的 TypeScript 学习教程
3+
> 原名《From JavaScript to TypeScript
44
55
## 关于本书
66

@@ -12,10 +12,9 @@
1212

1313
随着对 TypeScript 理解的加深和 TypeScript 社区的发展,本书也会做出相应的更新,欢迎大家 [Star 收藏][GitHub]
1414

15-
- 在线版托管在 [Coding Pages](https://coding.net/help/doc/pages/index.html) 上,通过 [Travis CI](https://travis-ci.org/xcatliu/from-javascript-to-typescript) 自动部署
16-
- [GitBook 上的原站](https://xcatliu.gitbooks.io/from-javascript-to-typescript/content/)(国内访问不稳定)
15+
- 在线版托管在 [GitBook](https://www.gitbook.com/book/xcatliu/typescript-tutorial/details)
1716
- 发现文章内容有问题,可以直接在页面下方评论
18-
- 对项目的建议,可以[提交 issue](https://github.com/xcatliu/from-javascript-to-typescript/issues/new) 向作者反馈
17+
- 对项目的建议,可以[提交 issue](https://github.com/xcatliu/typescript-tutorial/issues/new) 向作者反馈
1918
- 欢迎直接提交 pull-request 参与贡献
2019

2120
## 为什么要写本书
@@ -61,7 +60,7 @@ TypeScript 虽然有[官方手册][Handbook]及其[非官方中文版][中文手
6160
- [现在 TypeScript 生态系统如何?](http://www.zhihu.com/question/37222407)
6261
- [Typings](https://github.com/typings/typings)
6362

64-
[GitHub]: https://github.com/xcatliu/from-javascript-to-typescript
63+
[GitHub]: https://github.com/xcatliu/typescript-tutorial
6564
[TypeScript]: http://www.typescriptlang.org/
6665
[Handbook]: http://www.typescriptlang.org/docs/handbook/basic-types.html
6766
[中文手册]: https://zhongsp.gitbooks.io/typescript-handbook/content/

bin/deploy-coding.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

book.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"title": "From JavaScript to TypeScript",
3-
"description": "一本面向 JavaScript 程序员的 TypeScript 学习教程",
2+
"title": "TypeScript 入门教程",
3+
"description": "",
44
"author": "xcatliu <xcatliu@gmail.com>",
55
"language": "zh",
66
"plugins": ["disqus", "edit-link", "github"],
77
"pluginsConfig": {
88
"disqus": {
9-
"shortName": "from-javascript-to-typescript"
9+
"shortName": "typescript-tutorial"
1010
},
1111
"edit-link": {
12-
"base": "https://github.com/xcatliu/from-javascript-to-typescript/tree/master",
12+
"base": "https://github.com/xcatliu/typescript-tutorial/tree/master",
1313
"label": "编辑此页"
1414
},
1515
"github": {
16-
"url": "https://github.com/xcatliu/from-javascript-to-typescript"
16+
"url": "https://github.com/xcatliu/typescript-tutorial"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)