Skip to content

Commit 2c03ebf

Browse files
committed
Update docs
1 parent acfb7f5 commit 2c03ebf

Some content is hidden

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

43 files changed

+327
-286
lines changed

_layouts/layout.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE HTML>
2+
<html lang="{{ config.language }}" {% if page.dir == "rtl" %}dir="rtl"{% endif %}>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
6+
<title>{% block title %}{{ config.title|d("GitBook", true) }}{% endblock %}</title>
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
8+
<meta name="description" content="{% block description %}{% endblock %}">
9+
<meta name="generator" content="GitBook {{ gitbook.version }}">
10+
<meta property="og:title" content="TypeScript 한글 문서">
11+
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/37781342?s=200&v=4">
12+
<meta property="og:description" content="TypeScript 한글 번역 문서입니다">
13+
{% if config.author %}<meta name="author" content="{{ config.author }}">{% endif %}
14+
{% if config.isbn %}<meta name="identifier" content="{{ config.isbn }}" scheme="ISBN">{% endif %}
15+
{% block style %}
16+
{% for resource in plugins.resources.css %}
17+
{% if resource.url %}
18+
<link rel="stylesheet" href="{{ resource.url }}">
19+
{% else %}
20+
<link rel="stylesheet" href="{{ resource.path|resolveAsset }}">
21+
{% endif %}
22+
{% endfor %}
23+
{% endblock %}
24+
{% block head %}{% endblock %}
25+
</head>
26+
<body>
27+
{% block body %}{% endblock %}
28+
{% block javascript %}{% endblock %}
29+
</body>
30+
</html>

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<title>소개 · GitBook</title>
88
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
99
<meta name="description" content="">
10-
<meta name="generator" content="GitBook 3.2.3">
10+
<meta name="generator" content="GitBook 3.2.3">
11+
<meta property="og:title" content="TypeScript 한글 문서">
12+
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/37781342?s=200&v=4">
13+
<meta property="og:description" content="TypeScript 한글 번역 문서입니다">
1114

1215

1316

@@ -759,7 +762,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
759762
<script>
760763
var gitbook = gitbook || [];
761764
gitbook.push(function() {
762-
gitbook.page.hasChanged({"page":{"title":"소개","level":"1.1","depth":1,"next":{"title":"5분 안에 보는 TypeScript","level":"2.1","depth":1,"path":"pages/tutorials/TypeScript in 5 minutes.md","ref":"pages/tutorials/TypeScript in 5 minutes.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["theme-darkblue","addcssjs","highlight-1","custom-favicon","forkmegithub","sitemap-general","sitemap"],"pluginsConfig":{"github":{"url":"https://github.com/typescript-kr/typescript-kr.github.io"},"search":{},"addcssjs":{"js":[],"css":["assets/css/atom-one-dark.css"]},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sitemap-general":{"prefix":"https://typescript-kr.gitbooks.io/"},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-darkblue":{},"highlight":{},"favicon":"assets/images/favicon.ico","sitemap":{"hostname":"https://typescript-kr.github.io/"},"highlight-1":{},"custom-favicon":{},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"forkmegithub":{"color":"darkblue","url":"https://github.com/typescript-kr/typescript-kr.github.io"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"README.md","mtime":"2018-04-10T07:35:33.312Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-04-10T07:36:45.378Z"},"basePath":".","book":{"language":""}});
765+
gitbook.page.hasChanged({"page":{"title":"소개","level":"1.1","depth":1,"next":{"title":"5분 안에 보는 TypeScript","level":"2.1","depth":1,"path":"pages/tutorials/TypeScript in 5 minutes.md","ref":"pages/tutorials/TypeScript in 5 minutes.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["theme-darkblue","addcssjs","highlight-1","custom-favicon","forkmegithub","sitemap-general","sitemap"],"pluginsConfig":{"github":{"url":"https://github.com/typescript-kr/typescript-kr.github.io"},"search":{},"addcssjs":{"js":[],"css":["assets/css/atom-one-dark.css"]},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sitemap-general":{"prefix":"https://typescript-kr.gitbooks.io/"},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-darkblue":{},"highlight":{},"favicon":"assets/images/favicon.ico","sitemap":{"hostname":"https://typescript-kr.github.io/"},"highlight-1":{},"custom-favicon":{},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"forkmegithub":{"color":"darkblue","url":"https://github.com/typescript-kr/typescript-kr.github.io"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"README.md","mtime":"2018-04-11T01:19:45.626Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-04-11T01:36:54.822Z"},"basePath":".","book":{"language":""}});
763766
});
764767
</script>
765768
</div>
@@ -802,4 +805,3 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
802805

803806
</body>
804807
</html>
805-

pages/Advanced Types.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<title>고급 타입 · GitBook</title>
88
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
99
<meta name="description" content="">
10-
<meta name="generator" content="GitBook 3.2.3">
10+
<meta name="generator" content="GitBook 3.2.3">
11+
<meta property="og:title" content="TypeScript 한글 문서">
12+
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/37781342?s=200&v=4">
13+
<meta property="og:description" content="TypeScript 한글 번역 문서입니다">
1114

1215

1316

@@ -1179,7 +1182,7 @@ <h1 id="&#xB2E4;&#xD615;&#xC131;&#xC758;-this-&#xD0C0;&#xC785;-polymorphic-this-
11791182
.<span class="cm-property">add</span>(<span class="cm-number">1</span>)
11801183
.<span class="cm-property">currentValue</span>();
11811184
</code></pre>
1182-
<p>&#xD074;&#xB798;&#xC2A4;&#xB294; <code>this</code> &#xD0C0;&#xC785;&#xC744; &#xC0AC;&#xC6A9;&#xD558;&#xAE30; &#xB54C;&#xBB38;&#xC5D0; &#xD655;&#xC7A5;&#xD560; &#xC218; &#xC788;&#xC73C;&#xBA70; &#xC0C8;&#xB85C;&#xC6B4; &#xD074;&#xB798;&#xC2A4;&#xB294; &#xBCC0;&#xACBD; &#xC5C6;&#xC774; &#xC774;&#xC804; &#xBA54;&#xC18C;&#xB4DC;&#xB97C; &#xC0AC;&#xC6A9;&#xD560; &#xC218; &#xC788;&#xC2B5;&#xB2C8;&#xB2E4;.</p>
1185+
<p>&#xD074;&#xB798;&#xC2A4;&#xB294; <code>this</code> &#xD0C0;&#xC785;&#xC744; &#xC0AC;&#xC6A9;&#xD558;&#xAE30; &#xB54C;&#xBB38;&#xC5D0; &#xD655;&#xC7A5;&#xD560; &#xC218; &#xC788;&#xC73C;&#xBA70; &#xC0C8;&#xB85C;&#xC6B4; &#xD074;&#xB798;&#xC2A4;&#xB294; &#xBCC0;&#xACBD; &#xC5C6;&#xC774; &#xC774;&#xC804; &#xBA54;&#xC11C;&#xB4DC;&#xB97C; &#xC0AC;&#xC6A9;&#xD560; &#xC218; &#xC788;&#xC2B5;&#xB2C8;&#xB2E4;.</p>
11831186
<pre><code class="lang-ts"><span class="cm-keyword">class</span> <span class="cm-variable">ScientificCalculator</span> <span class="cm-keyword">extends</span> <span class="cm-variable">BasicCalculator</span> {
11841187
<span class="cm-keyword">public</span> <span class="cm-keyword">constructor</span>(<span class="cm-variable">value</span> <span class="cm-operator">=</span> <span class="cm-number">0</span>) {
11851188
<span class="cm-keyword">super</span>(<span class="cm-variable">value</span>);
@@ -1380,7 +1383,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
13801383
<script>
13811384
var gitbook = gitbook || [];
13821385
gitbook.push(function() {
1383-
gitbook.page.hasChanged({"page":{"title":"고급 타입","level":"3.10","depth":1,"next":{"title":"심볼","level":"3.11","depth":1,"path":"pages/Symbols.md","ref":"pages/Symbols.md","articles":[]},"previous":{"title":"타입 호환성","level":"3.9","depth":1,"path":"pages/Type Compatibility.md","ref":"pages/Type Compatibility.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["theme-darkblue","addcssjs","highlight-1","custom-favicon","forkmegithub","sitemap-general","sitemap"],"pluginsConfig":{"github":{"url":"https://github.com/typescript-kr/typescript-kr.github.io"},"search":{},"addcssjs":{"js":[],"css":["assets/css/atom-one-dark.css"]},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sitemap-general":{"prefix":"https://typescript-kr.gitbooks.io/"},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-darkblue":{},"highlight":{},"favicon":"assets/images/favicon.ico","sitemap":{"hostname":"https://typescript-kr.github.io/"},"highlight-1":{},"custom-favicon":{},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"forkmegithub":{"color":"darkblue","url":"https://github.com/typescript-kr/typescript-kr.github.io"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"pages/Advanced Types.md","mtime":"2018-04-10T07:07:48.101Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-04-10T07:36:45.378Z"},"basePath":"..","book":{"language":""}});
1386+
gitbook.page.hasChanged({"page":{"title":"고급 타입","level":"3.10","depth":1,"next":{"title":"심볼","level":"3.11","depth":1,"path":"pages/Symbols.md","ref":"pages/Symbols.md","articles":[]},"previous":{"title":"타입 호환성","level":"3.9","depth":1,"path":"pages/Type Compatibility.md","ref":"pages/Type Compatibility.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["theme-darkblue","addcssjs","highlight-1","custom-favicon","forkmegithub","sitemap-general","sitemap"],"pluginsConfig":{"github":{"url":"https://github.com/typescript-kr/typescript-kr.github.io"},"search":{},"addcssjs":{"js":[],"css":["assets/css/atom-one-dark.css"]},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sitemap-general":{"prefix":"https://typescript-kr.gitbooks.io/"},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-darkblue":{},"highlight":{},"favicon":"assets/images/favicon.ico","sitemap":{"hostname":"https://typescript-kr.github.io/"},"highlight-1":{},"custom-favicon":{},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"forkmegithub":{"color":"darkblue","url":"https://github.com/typescript-kr/typescript-kr.github.io"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"pages/Advanced Types.md","mtime":"2018-04-11T01:19:45.624Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-04-11T01:36:54.822Z"},"basePath":"..","book":{"language":""}});
13841387
});
13851388
</script>
13861389
</div>
@@ -1423,4 +1426,3 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
14231426

14241427
</body>
14251428
</html>
1426-

0 commit comments

Comments
 (0)