Skip to content
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# TypeScript-Handbook 한글 문서

[![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 -->
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![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 -->
[![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 -->

Expand Down Expand Up @@ -32,7 +31,7 @@
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
Expand Down
101 changes: 51 additions & 50 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,66 +4,67 @@

## 튜토리얼

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

## 핸드북

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

## 선언 파일

* [소개](pages/declaration files/Introduction.md)
* [Library Structures](pages/declaration files/Library Structures.md)
* [By Example](pages/declaration files/By Example.md)
* [Do's and Don'ts](pages/declaration files/Do's and Don'ts.md)
* [Deep Dive](pages/declaration files/Deep Dive.md)
* [Templates](pages/declaration files/Templates.md)
* [global-modifying-module.d.ts](pages/declaration files/templates/global-modifying-module.d.ts.md)
* [global-plugin.d.ts](pages/declaration files/templates/global-plugin.d.ts.md)
* [global.d.ts](pages/declaration files/templates/global.d.ts.md)
* [module-class.d.ts](pages/declaration files/templates/module-class.d.ts.md)
* [module-function.d.ts](pages/declaration files/templates/module-function.d.ts.md)
* [module-plugin.d.ts](pages/declaration files/templates/module-plugin.d.ts.md)
* [module.d.ts](pages/declaration files/templates/module.d.ts.md)
* [Publishing](pages/declaration files/Publishing.md)
* [Consumption](pages/declaration files/Consumption.md)
* [소개](pages/declaration-files/introduction.md)
* [Library Structures](pages/declaration-files/library-structures.md)
* [By Example](pages/declaration-files/by-example.md)
* [Do's and Don'ts](pages/declaration-files/dos-and-don-ts.md)
* [Deep Dive](pages/declaration-files/deep-dive.md)
* [Templates](pages/declaration-files/templates.md)
* [global-modifying-module.d.ts](pages/declaration-files/templates/global-modifying-module.d.ts.md)
* [global-plugin.d.ts](pages/declaration-files/templates/global-plugin.d.ts.md)
* [global.d.ts](pages/declaration-files/templates/global.d.ts.md)
* [module-class.d.ts](pages/declaration-files/templates/module-class.d.ts.md)
* [module-function.d.ts](pages/declaration-files/templates/module-function.d.ts.md)
* [module-plugin.d.ts](pages/declaration-files/templates/module-plugin.d.ts.md)
* [module.d.ts](pages/declaration-files/templates/module.d.ts.md)
* [Publishing](pages/declaration-files/publishing.md)
* [Consumption](pages/declaration-files/consumption.md)

## 프로젝트 환경설정

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

## 릴리즈 노트

* [TypeScript 3.9](pages/release notes/TypeScript 3.9.md)
* [TypeScript 3.8](pages/release notes/TypeScript 3.8.md)
* [TypeScript 3.9](pages/release-notes/typescript-3.9.md)
* [TypeScript 3.8](pages/release-notes/typescript-3.8.md)
Loading