Skip to content

Commit 4776bac

Browse files
bumkeyydvlprsh
andauthored
파일 명 변경 릴리즈 (#95)
* link fix - declaration files * kebab test * kebab test2 * change summary * change to kebab * fix summary * fix summary * fix jsx, module-resolution case * fix case * fix links * fix react&webpack * 핸드북 링크 테스트 완료 * delete html files * 2020-06-14-33 Co-authored-by: dvlprsh <[email protected]>
1 parent 8c7e191 commit 4776bac

File tree

124 files changed

+7162
-5421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+7162
-5421
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# TypeScript-Handbook 한글 문서
22

33
[![Build Status](https://api.travis-ci.com/typescript-kr/typescript-kr.github.io.svg?branch=master)](https://travis-ci.com/github/typescript-kr/typescript-kr.github.io) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-)
5-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
65
[![Release Date](https://img.shields.io/github/release-date/typescript-kr/typescript-kr.github.io)](https://github.com/typescript-kr/typescript-kr.github.io/releases)<!-- RELEASE-DATE-BADGE:END -->
76
[![Stars](https://img.shields.io/github/stars/typescript-kr/typescript-kr.github.io)](https://github.com/typescript-kr/typescript-kr.github.io/stargazers)<!-- STARS-BADGE:END -->
87

@@ -32,7 +31,7 @@
3231
<td align="center"><a href="https://github.com/yeonjuan/dev-blog"><img src="https://avatars3.githubusercontent.com/u/41323220?v=4" width="80px;" alt=""/><br /><sub><b>YeonJuan</b></sub></a><br /><a href="#translation-yeonjuan" title="Translation">🌍</a></td>
3332
<td align="center"><a href="https://github.com/Bumkeyy"><img src="https://avatars0.githubusercontent.com/u/16663226?v=4" width="80px;" alt=""/><br /><sub><b>Kibeom Kwon</b></sub></a><br /><a href="#translation-Bumkeyy" title="Translation">🌍</a></td>
3433
<td align="center"><a href="https://guyeol.github.io"><img src="https://avatars3.githubusercontent.com/u/7357413?v=4" width="80px;" alt=""/><br /><sub><b>GuyeolJeong</b></sub></a><br /><a href="#translation-guyeol" title="Translation">🌍</a></td>
35-
<td align="center"><a href="https://github.com/dvlprsh"><img src="https://avatars1.githubusercontent.com/u/48552752?v=4" width="80px;" alt=""/><br /><sub><b>seoheePark</b></sub></a><br /><a href="#translation-dvlprsh" title="Translation">🌍</a></td>
34+
<td align="center"><a href="https://github.com/dvlprsh"><img src="https://avatars1.githubusercontent.com/u/48552752?v=4" width="80px;" alt=""/><br /><sub><b>Seohee Park</b></sub></a><br /><a href="#translation-dvlprsh" title="Translation">🌍</a></td>
3635
<td align="center"><a href="https://devjang.github.io"><img src="https://avatars1.githubusercontent.com/u/23068523?v=4" width="80px;" alt=""/><br /><sub><b>poco.j</b></sub></a><br /><a href="#translation-devJang" title="Translation">🌍</a></td>
3736
<td align="center"><a href="http://ysm.sh"><img src="https://avatars2.githubusercontent.com/u/18487241?v=4" width="80px;" alt=""/><br /><sub><b>Sungmin Chris Yang</b></sub></a><br /><a href="#translation-ysm0622" title="Translation">🌍</a></td>
3837
<td align="center"><a href="https://github.com/publisherKim"><img src="https://avatars1.githubusercontent.com/u/20119283?v=4" width="80px;" alt=""/><br /><sub><b>publisherKim</b></sub></a><br /><a href="#translation-publisherKim" title="Translation">🌍</a></td>

SUMMARY.md

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,67 @@
44

55
## 튜토리얼
66

7-
* [5분 안에 보는 TypeScript](pages/tutorials/TypeScript in 5 minutes.md)
8-
* [ASP.NET Core](pages/tutorials/ASP.NET Core.md)
9-
* [걸프](pages/tutorials/Gulp.md)
10-
* [JavaScript에서 마이그레이션](pages/tutorials/Migrating from JavaScript.md)
11-
* [리액트 & 웹팩](pages/tutorials/React & Webpack.md)
7+
* [5분 안에 보는 TypeScript](pages/tutorials/typescript-in-5-minutes.md)
8+
* [ASP.NET Core](pages/tutorials/asp.net-core.md)
9+
* [걸프](pages/tutorials/gulp.md)
10+
* [JavaScript에서 마이그레이션](pages/tutorials/migrating-from-javascript.md)
11+
* [리액트 & 웹팩](pages/tutorials/react-&-webpack.md)
1212

1313
## 핸드북
1414

15-
* [기본 타입](pages/Basic Types.md)
16-
* [변수 선언](pages/Variable Declarations.md)
17-
* [인터페이스](pages/Interfaces.md)
18-
* [클래스](pages/Classes.md)
19-
* [함수](pages/Functions.md)
20-
* [제네릭](pages/Generics.md)
21-
* [열거형](pages/Enums.md)
22-
* [타입 추론](pages/Type Inference.md)
23-
* [타입 호환성](pages/Type Compatibility.md)
24-
* [고급 타입](pages/Advanced Types.md)
25-
* [심볼](pages/Symbols.md)
26-
* [이터레이터와 제네레이터](pages/Iterators and Generators.md)
27-
* [모듈](pages/Modules.md)
28-
* [네임스페이스](pages/Namespaces.md)
29-
* [네임스페이스와 모듈](pages/Namespaces and Modules.md)
30-
* [모듈 해석](pages/Module Resolution.md)
31-
* [선언 병합](pages/Declaration Merging.md)
32-
* [JSX](pages/JSX.md)
33-
* [데코레이터](pages/Decorators.md)
34-
* [믹스인](pages/Mixins.md)
35-
* [트리플-슬래시 지시자](pages/Triple-Slash Directives.md)
36-
* [JavaScript 파일 타입 검사](pages/Type Checking JavaScript Files.md)
37-
* [유틸리티 타입](pages/Utility Types.md)
15+
* [기본 타입](pages/basic-types.md)
16+
* [변수 선언](pages/variable-declarations.md)
17+
* [인터페이스](pages/interfaces.md)
18+
* [클래스](pages/classes.md)
19+
* [함수](pages/functions.md)
20+
* [제네릭](pages/generics.md)
21+
* [열거형](pages/enums.md)
22+
* [타입 추론](pages/type-inference.md)
23+
* [타입 호환성](pages/type-compatibility.md)
24+
* [고급 타입](pages/advanced-types.md)
25+
* [심볼](pages/symbols.md)
26+
* [이터레이터와 제네레이터](pages/iterators-and-generators.md)
27+
* [모듈](pages/modules.md)
28+
* [네임스페이스](pages/namespaces.md)
29+
* [네임스페이스와 모듈](pages/namespaces-and-modules.md)
30+
* [모듈 해석](pages/module-resolution.md)
31+
* [선언 병합](pages/declaration-merging.md)
32+
* [JSX](pages/jsx.md)
33+
* [데코레이터](pages/decorators.md)
34+
* [믹스인](pages/mixins.md)
35+
* [트리플-슬래시 지시자](pages/triple-slash-directives.md)
36+
* [JavaScript 파일 타입 검사](pages/type-checking-javaScript-files.md)
37+
* [유틸리티 타입](pages/utility-types.md)
3838

3939
## 선언 파일
4040

41-
* [소개](pages/declaration files/Introduction.md)
42-
* [Library Structures](pages/declaration files/Library Structures.md)
43-
* [By Example](pages/declaration files/By Example.md)
44-
* [Do's and Don'ts](pages/declaration files/Do's and Don'ts.md)
45-
* [Deep Dive](pages/declaration files/Deep Dive.md)
46-
* [Templates](pages/declaration files/Templates.md)
47-
* [global-modifying-module.d.ts](pages/declaration files/templates/global-modifying-module.d.ts.md)
48-
* [global-plugin.d.ts](pages/declaration files/templates/global-plugin.d.ts.md)
49-
* [global.d.ts](pages/declaration files/templates/global.d.ts.md)
50-
* [module-class.d.ts](pages/declaration files/templates/module-class.d.ts.md)
51-
* [module-function.d.ts](pages/declaration files/templates/module-function.d.ts.md)
52-
* [module-plugin.d.ts](pages/declaration files/templates/module-plugin.d.ts.md)
53-
* [module.d.ts](pages/declaration files/templates/module.d.ts.md)
54-
* [Publishing](pages/declaration files/Publishing.md)
55-
* [Consumption](pages/declaration files/Consumption.md)
41+
* [소개](pages/declaration-files/introduction.md)
42+
* [Library Structures](pages/declaration-files/library-structures.md)
43+
* [By Example](pages/declaration-files/by-example.md)
44+
* [Do's and Don'ts](pages/declaration-files/dos-and-don-ts.md)
45+
* [Deep Dive](pages/declaration-files/deep-dive.md)
46+
* [Templates](pages/declaration-files/templates.md)
47+
* [global-modifying-module.d.ts](pages/declaration-files/templates/global-modifying-module.d.ts.md)
48+
* [global-plugin.d.ts](pages/declaration-files/templates/global-plugin.d.ts.md)
49+
* [global.d.ts](pages/declaration-files/templates/global.d.ts.md)
50+
* [module-class.d.ts](pages/declaration-files/templates/module-class.d.ts.md)
51+
* [module-function.d.ts](pages/declaration-files/templates/module-function.d.ts.md)
52+
* [module-plugin.d.ts](pages/declaration-files/templates/module-plugin.d.ts.md)
53+
* [module.d.ts](pages/declaration-files/templates/module.d.ts.md)
54+
* [Publishing](pages/declaration-files/publishing.md)
55+
* [Consumption](pages/declaration-files/consumption.md)
5656

5757
## 프로젝트 환경설정
5858

5959
* [tsconfig.json](pages/tsconfig.json.md)
60-
* [컴파일러 옵션](pages/Compiler Options.md)
61-
* [프로젝트 레퍼런스](pages/Project References.md)
62-
* [MSBuild에서의 컴파일러 옵션](pages/Compiler Options in MSBuild.md)
63-
* [빌드 도구와 통합](pages/Integrating with Build Tools.md)
64-
* [Nightly 빌드](pages/Nightly Builds.md)
60+
* [컴파일러 옵션](pages/compiler-options.md)
61+
* [프로젝트 레퍼런스](pages/project-references.md)
62+
* [MSBuild에서의 컴파일러 옵션](pages/compiler-options-in-msbuild.md)
63+
* [빌드 도구와 통합](pages/integrating-with-build-tools.md)
64+
* [Nightly 빌드](pages/nightly-builds.md)
65+
* [configuring-watch (en)](pages/configuring-watch.md)
6566

6667
## 릴리즈 노트
6768

68-
* [TypeScript 3.9](pages/release notes/TypeScript 3.9.md)
69-
* [TypeScript 3.8](pages/release notes/TypeScript 3.8.md)
69+
* [TypeScript 3.9](pages/release-notes/typescript-3.9.md)
70+
* [TypeScript 3.8](pages/release-notes/typescript-3.8.md)

0 commit comments

Comments
 (0)