improve toc readability
This commit is contained in:
parent
286f43e48e
commit
771074bf09
30
README.md
30
README.md
@ -22,21 +22,6 @@ TypeScript是JavaScript的超集并且能够编译输出为纯粹的JavaScript.
|
||||
* [React](./doc/handbook/tutorials/React.md)
|
||||
* [Angular 2](./doc/handbook/tutorials/Angular%202.md)
|
||||
* [从JavaScript迁移到TypeScript](./doc/handbook/tutorials/Migrating%20from%20JavaScript.md)
|
||||
* [新增功能](./doc/release-notes/README.md)
|
||||
* [TypeScript 2.6](./doc/release-notes/TypeScript%202.6.md)
|
||||
* [TypeScript 2.5](./doc/release-notes/TypeScript%202.5.md)
|
||||
* [TypeScript 2.4](./doc/release-notes/TypeScript%202.4.md)
|
||||
* [TypeScript 2.3](./doc/release-notes/TypeScript%202.3.md)
|
||||
* [TypeScript 2.2](./doc/release-notes/TypeScript%202.2.md)
|
||||
* [TypeScript 2.1](./doc/release-notes/TypeScript%202.1.md)
|
||||
* [TypeScript 2.0](./doc/release-notes/TypeScript%202.0.md)
|
||||
* [TypeScript 1.8](./doc/release-notes/TypeScript%201.8.md)
|
||||
* [TypeScript 1.7](./doc/release-notes/TypeScript%201.7.md)
|
||||
* [TypeScript 1.6](./doc/release-notes/TypeScript%201.6.md)
|
||||
* [TypeScript 1.5](./doc/release-notes/TypeScript%201.5.md)
|
||||
* [TypeScript 1.4](./doc/release-notes/TypeScript%201.4.md)
|
||||
* [TypeScript 1.3](./doc/release-notes/TypeScript%201.3.md)
|
||||
* [TypeScript 1.1](./doc/release-notes/TypeScript%201.1.md)
|
||||
* [手册](./doc/handbook/README.md)
|
||||
* [基础类型](./doc/handbook/Basic%20Types.md)
|
||||
* [变量声明](./doc/handbook/Variable%20Declarations.md)
|
||||
@ -83,6 +68,21 @@ TypeScript是JavaScript的超集并且能够编译输出为纯粹的JavaScript.
|
||||
* [结合ASP.NET v5使用TypeScript](./doc/wiki/Using-TypeScript-With-ASP.NET-5.md)
|
||||
* [架构概述](./doc/wiki/Architectural-Overview.md)
|
||||
* [发展路线图](./doc/wiki/Roadmap.md)
|
||||
* [新增功能](./doc/release-notes/README.md)
|
||||
* [TypeScript 2.6](./doc/release-notes/TypeScript%202.6.md)
|
||||
* [TypeScript 2.5](./doc/release-notes/TypeScript%202.5.md)
|
||||
* [TypeScript 2.4](./doc/release-notes/TypeScript%202.4.md)
|
||||
* [TypeScript 2.3](./doc/release-notes/TypeScript%202.3.md)
|
||||
* [TypeScript 2.2](./doc/release-notes/TypeScript%202.2.md)
|
||||
* [TypeScript 2.1](./doc/release-notes/TypeScript%202.1.md)
|
||||
* [TypeScript 2.0](./doc/release-notes/TypeScript%202.0.md)
|
||||
* [TypeScript 1.8](./doc/release-notes/TypeScript%201.8.md)
|
||||
* [TypeScript 1.7](./doc/release-notes/TypeScript%201.7.md)
|
||||
* [TypeScript 1.6](./doc/release-notes/TypeScript%201.6.md)
|
||||
* [TypeScript 1.5](./doc/release-notes/TypeScript%201.5.md)
|
||||
* [TypeScript 1.4](./doc/release-notes/TypeScript%201.4.md)
|
||||
* [TypeScript 1.3](./doc/release-notes/TypeScript%201.3.md)
|
||||
* [TypeScript 1.1](./doc/release-notes/TypeScript%201.1.md)
|
||||
* [Breaking Changes](./doc/breaking-changes/breaking-changes.md)
|
||||
* [TypeScript 2.3](./doc/breaking-changes/TypeScript%202.3.md)
|
||||
* [TypeScript 2.2](./doc/breaking-changes/TypeScript%202.2.md)
|
||||
|
30
SUMMARY.md
30
SUMMARY.md
@ -10,21 +10,6 @@
|
||||
* [React](./doc/handbook/tutorials/React.md)
|
||||
* [Angular 2](./doc/handbook/tutorials/Angular 2.md)
|
||||
* [从JavaScript迁移到TypeScript](./doc/handbook/tutorials/Migrating from JavaScript.md)
|
||||
* [新增功能](./doc/release-notes/README.md)
|
||||
* [TypeScript 2.6](./doc/release-notes/TypeScript 2.6.md)
|
||||
* [TypeScript 2.5](./doc/release-notes/TypeScript 2.5.md)
|
||||
* [TypeScript 2.4](./doc/release-notes/TypeScript 2.4.md)
|
||||
* [TypeScript 2.3](./doc/release-notes/TypeScript 2.3.md)
|
||||
* [TypeScript 2.2](./doc/release-notes/TypeScript 2.2.md)
|
||||
* [TypeScript 2.1](./doc/release-notes/TypeScript 2.1.md)
|
||||
* [TypeScript 2.0](./doc/release-notes/TypeScript 2.0.md)
|
||||
* [TypeScript 1.8](./doc/release-notes/TypeScript 1.8.md)
|
||||
* [TypeScript 1.7](./doc/release-notes/TypeScript 1.7.md)
|
||||
* [TypeScript 1.6](./doc/release-notes/TypeScript 1.6.md)
|
||||
* [TypeScript 1.5](./doc/release-notes/TypeScript 1.5.md)
|
||||
* [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.md)
|
||||
* [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.md)
|
||||
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.md)
|
||||
* [手册](./doc/handbook/README.md)
|
||||
* [基础类型](./doc/handbook/Basic Types.md)
|
||||
* [变量声明](./doc/handbook/Variable Declarations.md)
|
||||
@ -71,6 +56,21 @@
|
||||
* [结合ASP.NET v5使用TypeScript](./doc/wiki/Using-TypeScript-With-ASP.NET-5.md)
|
||||
* [架构概述](./doc/wiki/Architectural-Overview.md)
|
||||
* [发展路线图](./doc/wiki/Roadmap.md)
|
||||
* [新增功能](./doc/release-notes/README.md)
|
||||
* [TypeScript 2.6](./doc/release-notes/TypeScript 2.6.md)
|
||||
* [TypeScript 2.5](./doc/release-notes/TypeScript 2.5.md)
|
||||
* [TypeScript 2.4](./doc/release-notes/TypeScript 2.4.md)
|
||||
* [TypeScript 2.3](./doc/release-notes/TypeScript 2.3.md)
|
||||
* [TypeScript 2.2](./doc/release-notes/TypeScript 2.2.md)
|
||||
* [TypeScript 2.1](./doc/release-notes/TypeScript 2.1.md)
|
||||
* [TypeScript 2.0](./doc/release-notes/TypeScript 2.0.md)
|
||||
* [TypeScript 1.8](./doc/release-notes/TypeScript 1.8.md)
|
||||
* [TypeScript 1.7](./doc/release-notes/TypeScript 1.7.md)
|
||||
* [TypeScript 1.6](./doc/release-notes/TypeScript 1.6.md)
|
||||
* [TypeScript 1.5](./doc/release-notes/TypeScript 1.5.md)
|
||||
* [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.md)
|
||||
* [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.md)
|
||||
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.md)
|
||||
* [Breaking Changes](./doc/breaking-changes/breaking-changes.md)
|
||||
* [TypeScript 2.3](./doc/breaking-changes/TypeScript 2.3.md)
|
||||
* [TypeScript 2.2](./doc/breaking-changes/TypeScript 2.2.md)
|
||||
|
30
preface.md
30
preface.md
@ -32,21 +32,6 @@ TypeScript目前还在积极的开发完善之中,不断地会有新的特性
|
||||
* [React](./doc/handbook/tutorials/React.html)
|
||||
* [Angular 2](./doc/handbook/tutorials/Angular 2.html)
|
||||
* [从JavaScript迁移到TypeScript](./doc/handbook/tutorials/Migrating from JavaScript.html)
|
||||
* [新增功能](./doc/release-notes/README.html)
|
||||
* [TypeScript 2.6](./doc/release-notes/TypeScript 2.6.html)
|
||||
* [TypeScript 2.5](./doc/release-notes/TypeScript 2.5.html)
|
||||
* [TypeScript 2.4](./doc/release-notes/TypeScript 2.4.html)
|
||||
* [TypeScript 2.3](./doc/release-notes/TypeScript 2.3.html)
|
||||
* [TypeScript 2.2](./doc/release-notes/TypeScript 2.2.html)
|
||||
* [TypeScript 2.1](./doc/release-notes/TypeScript 2.1.html)
|
||||
* [TypeScript 2.0](./doc/release-notes/TypeScript 2.0.html)
|
||||
* [TypeScript 1.8](./doc/release-notes/TypeScript 1.8.html)
|
||||
* [TypeScript 1.7](./doc/release-notes/TypeScript 1.7.html)
|
||||
* [TypeScript 1.6](./doc/release-notes/TypeScript 1.6.html)
|
||||
* [TypeScript 1.5](./doc/release-notes/TypeScript 1.5.html)
|
||||
* [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.html)
|
||||
* [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.html)
|
||||
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.html)
|
||||
* [手册](./doc/handbook/README.html)
|
||||
* [基础类型](./doc/handbook/Basic Types.html)
|
||||
* [变量声明](./doc/handbook/Variable Declarations.html)
|
||||
@ -93,6 +78,21 @@ TypeScript目前还在积极的开发完善之中,不断地会有新的特性
|
||||
* [结合ASP.NET v5使用TypeScript](./doc/wiki/Using-TypeScript-With-ASP.NET-5.html)
|
||||
* [架构概述](./doc/wiki/Architectural-Overview.html)
|
||||
* [发展路线图](./doc/wiki/Roadmap.html)
|
||||
* [新增功能](./doc/release-notes/README.html)
|
||||
* [TypeScript 2.6](./doc/release-notes/TypeScript 2.6.html)
|
||||
* [TypeScript 2.5](./doc/release-notes/TypeScript 2.5.html)
|
||||
* [TypeScript 2.4](./doc/release-notes/TypeScript 2.4.html)
|
||||
* [TypeScript 2.3](./doc/release-notes/TypeScript 2.3.html)
|
||||
* [TypeScript 2.2](./doc/release-notes/TypeScript 2.2.html)
|
||||
* [TypeScript 2.1](./doc/release-notes/TypeScript 2.1.html)
|
||||
* [TypeScript 2.0](./doc/release-notes/TypeScript 2.0.html)
|
||||
* [TypeScript 1.8](./doc/release-notes/TypeScript 1.8.html)
|
||||
* [TypeScript 1.7](./doc/release-notes/TypeScript 1.7.html)
|
||||
* [TypeScript 1.6](./doc/release-notes/TypeScript 1.6.html)
|
||||
* [TypeScript 1.5](./doc/release-notes/TypeScript 1.5.html)
|
||||
* [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.html)
|
||||
* [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.html)
|
||||
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.html)
|
||||
* [Breaking Changes](./doc/breaking-changes/breaking-changes.html)
|
||||
* [TypeScript 2.3](./doc/breaking-changes/TypeScript 2.3.html)
|
||||
* [TypeScript 2.2](./doc/breaking-changes/TypeScript 2.2.html)
|
||||
|
Loading…
Reference in New Issue
Block a user