Skip to content

Commit 6ddc89e

Browse files
committed
Update gitbook
1 parent 683ebb8 commit 6ddc89e

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
1010
## 目录
1111

1212
* [快速上手](./doc/handbook/quick-start/README.md)
13-
* [React和webpack](./doc/handbook/quick-start/react-webpack.md)
13+
* [React与webpack](./doc/handbook/quick-start/react-webpack.md)
1414
* [ASP.NET 4](./doc/handbook/quick-start/asp-net.md)
1515
* [新增功能](./doc/release-notes/README.md)
16+
* [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.md)
17+
* [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.md)
1618
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.md)
17-
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.3.md)
18-
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.4.md)
19-
* [手册](./doc/handbook/Basic Types.md)
19+
* [手册](./doc/handbook/README.md)
2020
* [基础类型](./doc/handbook/Basic Types.md)
2121
* [枚举](./doc/handbook/Enums.md)
2222
* [变量声明](./doc/handbook/Variable Declarations.md)
@@ -38,7 +38,7 @@ TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
3838
* [Symbols](./doc/handbook/Symbols.md)
3939
* [Decorators](./doc/handbook/Decorators.md)
4040
* [JSX](./doc/handbook/JSX.md)
41-
* [工程配置](./doc/handbook/tsconfig.json.md)
41+
* [工程配置](./doc/handbook/README.md)
4242
* [tsconfig.json](./doc/handbook/tsconfig.json.md)
4343
* [NPM包的类型](./doc/handbook/Typings for NPM Packages.md)
4444
* [编译选项](./doc/handbook/Compiler Options.md)

SUMMARY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Summary
22

33
* [快速上手](./doc/handbook/quick-start/README.md)
4-
* [React和webpack](./doc/handbook/quick-start/react-webpack.md)
4+
* [React与webpack](./doc/handbook/quick-start/react-webpack.md)
55
* [ASP.NET 4](./doc/handbook/quick-start/asp-net.md)
66
* [新增功能](./doc/release-notes/README.md)
7+
* [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.md)
8+
* [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.md)
79
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.md)
8-
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.3.md)
9-
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.4.md)
10-
* [手册](./doc/handbook/Basic Types.md)
10+
* [手册](./doc/handbook/README.md)
1111
* [基础类型](./doc/handbook/Basic Types.md)
1212
* [枚举](./doc/handbook/Enums.md)
1313
* [变量声明](./doc/handbook/Variable Declarations.md)
@@ -29,13 +29,13 @@
2929
* [Symbols](./doc/handbook/Symbols.md)
3030
* [Decorators](./doc/handbook/Decorators.md)
3131
* [JSX](./doc/handbook/JSX.md)
32-
* [工程配置](./doc/handbook/tsconfig.json.md)
33-
* [tsconfig.json](./doc/handbook/tsconfig.json.md)
32+
* [工程配置](./doc/handbook/README.md)
3433
* [NPM包的类型](./doc/handbook/Typings for NPM Packages.md)
34+
* [tsconfig.json](./doc/handbook/tsconfig.json.md)
3535
* [编译选项](./doc/handbook/Compiler Options.md)
3636
* [在MSBuild里使用编译选项](./doc/handbook/Compiler Options in MSBuild.md)
3737
* [与其它构建工具整合](./doc/handbook/Integrating with Build Tools.md)
38-
* [wiki](./doc/wiki/README.md)
38+
* [Wiki](./doc/wiki/README.md)
3939
* [TypeScript里的this](./doc/wiki/this-in-TypeScript.md)
4040
* [编码规范](./doc/wiki/coding_guidelines.md)
4141
* [常见编译错误](./doc/wiki/Common Errors.md)

doc/wiki/Using-TypeScript-With-ASP.NET-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
![新创建一个空的工程](https://raw.githubusercontent.com/wiki/Microsoft/TypeScript/aspnet-screenshots/new-project.png)
1010

1111
然后在工程根目录下添加一个`scripts`目录。
12-
这就是我们将要添加TypeScript文件和[`tsconfig.json`](tsconfig.json.md)文件来设置编译选项的地方。
12+
这就是我们将要添加TypeScript文件和[`tsconfig.json`](../handbook/tsconfig.json.md)文件来设置编译选项的地方。
1313
请注意目录名和路径都必须这样才能正常工作。
1414
添加`tsconfig.json`文件,右键点击`scripts`目录,选择`Add``New Item`
1515
`Client-side`下,你能够找到它,如下所示。

preface.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ TypeScript目前还在积极的开发完善之中,不断地会有新的特性
2222
## 目录
2323

2424
* [快速上手](./doc/handbook/quick-start/README.html)
25-
* [React和webpack](./doc/handbook/quick-start/react-webpack.html)
25+
* [React与webpack](./doc/handbook/quick-start/react-webpack.html)
2626
* [ASP.NET 4](./doc/handbook/quick-start/asp-net.html)
2727
* [新增功能](./doc/release-notes/README.html)
28+
* [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.html)
29+
* [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.html)
2830
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.html)
29-
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.3.html)
30-
* [TypeScript 1.1](./doc/release-notes/TypeScript 1.4.html)
31-
* [手册](./doc/handbook/Basic Types.html)
31+
* [手册](./doc/handbook/README.html)
3232
* [基础类型](./doc/handbook/Basic Types.html)
3333
* [枚举](./doc/handbook/Enums.html)
3434
* [变量声明](./doc/handbook/Variable Declarations.html)
@@ -50,13 +50,13 @@ TypeScript目前还在积极的开发完善之中,不断地会有新的特性
5050
* [Symbols](./doc/handbook/Symbols.html)
5151
* [Decorators](./doc/handbook/Decorators.html)
5252
* [JSX](./doc/handbook/JSX.html)
53-
* [工程配置](./doc/handbook/tsconfig.json.html)
53+
* [工程配置](./doc/handbook/README.html)
5454
* [tsconfig.json](./doc/handbook/tsconfig.json.html)
5555
* [NPM包的类型](./doc/handbook/Typings for NPM Packages.html)
5656
* [编译选项](./doc/handbook/Compiler Options.html)
5757
* [在MSBuild里使用编译选项](./doc/handbook/Compiler Options in MSBuild.html)
5858
* [与其它构建工具整合](./doc/handbook/Integrating with Build Tools.html)
59-
* [wiki](./doc/wiki/README.html)
59+
* [Wiki](./doc/wiki/README.html)
6060
* [TypeScript里的this](./doc/wiki/this-in-TypeScript.html)
6161
* [编码规范](./doc/wiki/coding_guidelines.html)
6262
* [常见编译错误](./doc/wiki/Common Errors.html)

0 commit comments

Comments
 (0)