Skip to content

Commit 3e99b9f

Browse files
committed
Edit toc.
1 parent d95fbb6 commit 3e99b9f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
3838
* [常见编译错误](./doc/handbook/Common Errors.md)
3939
* [支持TypeScript的编辑器](./doc/handbook/TypeScript-Editor-Support.md)
4040
* [结合ASP.NET v5使用TypeScript](./doc/handbook/Using-TypeScript-With-ASP.NET-5.md)
41+
* [架构概述](./doc/handbook/Architectural-Overview.md)
4142

4243
**TypeScript Handbook**
4344

SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
* Wiki
2929
* [常见编译错误](./doc/handbook/Common Errors.md)
3030
* [支持TypeScript的编辑器](./doc/handbook/TypeScript-Editor-Support.md)
31-
* [结合ASP.NET v5使用TypeScript](./doc/handbook/Using-TypeScript-With-ASP.NET-5.md)
31+
* [结合ASP.NET v5使用TypeScript](./doc/handbook/Using-TypeScript-With-ASP.NET-5.md)
32+
* [架构概述](./doc/handbook/Architectural-Overview.md)

preface.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ TypeScript目前还在积极的开发完善之中,不断地会有新的特性
5050
* [常见编译错误](./doc/handbook/Common Errors.html)
5151
* [支持TypeScript的编辑器](./doc/handbook/TypeScript-Editor-Support.html)
5252
* [结合ASP.NET v5使用TypeScript](./doc/handbook/Using-TypeScript-With-ASP.NET-5.html)
53+
* [架构概述](./doc/handbook/Architectural-Overview.html)
5354

5455

5556
## 主要修改
57+
58+
* 2016-01-23 新增章节:[架构概述](./doc/handbook/Architectural-Overview.html)
5659
* 2015-12-27 新增章节:[结合ASP.NET v5使用TypeScript](./doc/handbook/Using-TypeScript-With-ASP.NET-5.html)
5760
* 2015-12-26 新增章节:[支持TypeScript的编辑器](./doc/handbook/TypeScript-Editor-Support.html)
5861
* 2015-12-26 新增章节:[常见编译错误](./doc/handbook/Common Errors.html)

0 commit comments

Comments
 (0)