Skip to content

Commit

Permalink
Update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongsp committed Feb 27, 2016
1 parent 42c790e commit a35c965
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
* [结合ASP.NET v5使用TypeScript](./doc/handbook/Using-TypeScript-With-ASP.NET-5.md)
* [架构概述](./doc/handbook/Architectural-Overview.md)
* [发展路线图](./doc/handbook/Roadmap.md)
* 快速上手
* [React和webpack](./doc/handbook/quick-start/react-webpack.md)

**TypeScript Handbook**

Expand Down
2 changes: 2 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@
* [结合ASP.NET v5使用TypeScript](./doc/handbook/Using-TypeScript-With-ASP.NET-5.md)
* [架构概述](./doc/handbook/Architectural-Overview.md)
* [发展路线图](./doc/handbook/Roadmap.md)
* 快速上手
* [React和webpack](./doc/handbook/quick-start/react-webpack.md)
3 changes: 3 additions & 0 deletions preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ TypeScript目前还在积极的开发完善之中,不断地会有新的特性
* [结合ASP.NET v5使用TypeScript](./doc/handbook/Using-TypeScript-With-ASP.NET-5.html)
* [架构概述](./doc/handbook/Architectural-Overview.html)
* [发展路线图](./doc/handbook/Roadmap.html)
* 快速上手
* [React和webpack](./doc/handbook/quick-start/react-webpack.html)


## 主要修改

* 2016-02-27 新增章节:快速上手[React和webpack](./doc/handbook/quick-start/react-webpack.html)
* 2016-01-31 新增章节:[TypeScript里的this](./doc/handbook/this-in-TypeScript.html)
* 2016-01-24 新增章节:[发展路线图](./doc/handbook/Roadmap.html)
* 2016-01-23 新增章节:[编码规范](./doc/handbook/coding_guidelines.html)
Expand Down

0 comments on commit a35c965

Please sign in to comment.