Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 7c03d2c

Browse files
committed
update docs
1 parent 541a5b0 commit 7c03d2c

Some content is hidden

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

47 files changed

+1732
-288
lines changed

docs/index.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252

5353

54+
5455

5556

5657
<meta name="HandheldFriendly" content="true"/>
@@ -65,6 +66,8 @@
6566

6667

6768

69+
<meta name="google-site-verification" content="e6e6ziLZXdB5HengoGGcmy0tnBtyCptYLngEAyCySoI" />
70+
6871
</head>
6972
<body>
7073

@@ -365,7 +368,20 @@
365368

366369
</li>
367370

368-
<li class="chapter " data-level="1.2.20" data-path="pages/triple-slash-directives.html">
371+
<li class="chapter " data-level="1.2.20" data-path="pages/mixins.html">
372+
373+
<a href="pages/mixins.html">
374+
375+
376+
Mixins
377+
378+
</a>
379+
380+
381+
382+
</li>
383+
384+
<li class="chapter " data-level="1.2.21" data-path="pages/triple-slash-directives.html">
369385

370386
<a href="pages/triple-slash-directives.html">
371387

@@ -378,7 +394,7 @@
378394

379395
</li>
380396

381-
<li class="chapter " data-level="1.2.21" data-path="pages/type-checking-javascript-files.html">
397+
<li class="chapter " data-level="1.2.22" data-path="pages/type-checking-javascript-files.html">
382398

383399
<a href="pages/type-checking-javascript-files.html">
384400

@@ -391,7 +407,7 @@
391407

392408
</li>
393409

394-
<li class="chapter " data-level="1.2.22" data-path="pages/utility-types.html">
410+
<li class="chapter " data-level="1.2.23" data-path="pages/utility-types.html">
395411

396412
<a href="pages/utility-types.html">
397413

@@ -718,6 +734,7 @@ <h2 id="&#xD0C0;&#xC785;&#xC2A4;&#xD06C;&#xB9BD;&#xD2B8;-&#xD578;&#xB4DC;&#xBD81
718734
<li><a href="pages/declaration-merging.html">Declaraion Merging</a></li>
719735
<li><a href="pages/jsx.html">JSX</a></li>
720736
<li><a href="pages/decorators.html">Decorators</a></li>
737+
<li><a href="pages/mixins.html">Mixins</a></li>
721738
<li><a href="pages/triple-slash-directives.html">Triple-Slash Directives</a></li>
722739
<li><a href="pages/type-checking-javascript-files.html">Type Checking JavaScript Files</a></li>
723740
<li><a href="pages/utility-types.html">Utility Types</a></li>
@@ -815,7 +832,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
815832
<script>
816833
var gitbook = gitbook || [];
817834
gitbook.push(function() {
818-
gitbook.page.hasChanged({"page":{"title":"목차","level":"1.1","depth":1,"next":{"title":"핸드북","level":"1.2","depth":1,"path":"pages/README.md","ref":"./pages/README.md","articles":[{"title":"Basic Types","level":"1.2.1","depth":2,"path":"pages/basic-types.md","ref":"./pages/basic-types.md","articles":[]},{"title":"Variable Declarations","level":"1.2.2","depth":2,"path":"pages/variable-declarations.md","ref":"./pages/variable-declarations.md","articles":[]},{"title":"Interfaces","level":"1.2.3","depth":2,"path":"pages/interfaces.md","ref":"./pages/interfaces.md","articles":[]},{"title":"Classes","level":"1.2.4","depth":2,"path":"pages/classes.md","ref":"./pages/classes.md","articles":[]},{"title":"Functions","level":"1.2.5","depth":2,"path":"pages/functions.md","ref":"./pages/functions.md","articles":[]},{"title":"Generics","level":"1.2.6","depth":2,"path":"pages/generics.md","ref":"./pages/generics.md","articles":[]},{"title":"Enums","level":"1.2.7","depth":2,"path":"pages/enums.md","ref":"./pages/enums.md","articles":[]},{"title":"Type Compatibility","level":"1.2.8","depth":2,"path":"pages/type-compatibility.md","ref":"./pages/type-compatibility.md","articles":[]},{"title":"Type Inference","level":"1.2.9","depth":2,"path":"pages/type-inference.md","ref":"./pages/type-inference.md","articles":[]},{"title":"Advanced Types","level":"1.2.10","depth":2,"path":"pages/advanced-types.md","ref":"./pages/advanced-types.md","articles":[]},{"title":"Symbols","level":"1.2.11","depth":2,"path":"pages/symbols.md","ref":"./pages/symbols.md","articles":[]},{"title":"Iterators and Generators","level":"1.2.12","depth":2,"path":"pages/iterators-and-generators.md","ref":"./pages/iterators-and-generators.md","articles":[]},{"title":"Modules","level":"1.2.13","depth":2,"path":"pages/modules.md","ref":"./pages/modules.md","articles":[]},{"title":"Namespaces","level":"1.2.14","depth":2,"path":"pages/namespaces.md","ref":"./pages/namespaces.md","articles":[]},{"title":"Namespaces and Modules","level":"1.2.15","depth":2,"path":"pages/namespaces-and-modules.md","ref":"./pages/namespaces-and-modules.md","articles":[]},{"title":"Module Resolution","level":"1.2.16","depth":2,"path":"pages/module-resolution.md","ref":"./pages/module-resolution.md","articles":[]},{"title":"Declaraion Merging","level":"1.2.17","depth":2,"path":"pages/declaration-merging.md","ref":"./pages/declaration-merging.md","articles":[]},{"title":"JSX","level":"1.2.18","depth":2,"path":"pages/jsx.md","ref":"./pages/jsx.md","articles":[]},{"title":"Decorators","level":"1.2.19","depth":2,"path":"pages/decorators.md","ref":"./pages/decorators.md","articles":[]},{"title":"Triple-Slash Directives","level":"1.2.20","depth":2,"path":"pages/triple-slash-directives.md","ref":"./pages/triple-slash-directives.md","articles":[]},{"title":"Type Checking JavaScript Files","level":"1.2.21","depth":2,"path":"pages/type-checking-javascript-files.md","ref":"./pages/type-checking-javascript-files.md","articles":[]},{"title":"Utility Types","level":"1.2.22","depth":2,"path":"pages/utility-types.md","ref":"./pages/utility-types.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["toggle-chapters","github"],"pluginsConfig":{"github":{"url":"https://github.com/yeonjuan/Typescript-Handbook-ko"},"toggle-chapters":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"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":"2020-04-10T11:15:52.097Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-04-10T12:00:05.723Z"},"basePath":".","book":{"language":""}});
835+
gitbook.page.hasChanged({"page":{"title":"목차","level":"1.1","depth":1,"next":{"title":"핸드북","level":"1.2","depth":1,"path":"pages/README.md","ref":"./pages/README.md","articles":[{"title":"Basic Types","level":"1.2.1","depth":2,"path":"pages/basic-types.md","ref":"./pages/basic-types.md","articles":[]},{"title":"Variable Declarations","level":"1.2.2","depth":2,"path":"pages/variable-declarations.md","ref":"./pages/variable-declarations.md","articles":[]},{"title":"Interfaces","level":"1.2.3","depth":2,"path":"pages/interfaces.md","ref":"./pages/interfaces.md","articles":[]},{"title":"Classes","level":"1.2.4","depth":2,"path":"pages/classes.md","ref":"./pages/classes.md","articles":[]},{"title":"Functions","level":"1.2.5","depth":2,"path":"pages/functions.md","ref":"./pages/functions.md","articles":[]},{"title":"Generics","level":"1.2.6","depth":2,"path":"pages/generics.md","ref":"./pages/generics.md","articles":[]},{"title":"Enums","level":"1.2.7","depth":2,"path":"pages/enums.md","ref":"./pages/enums.md","articles":[]},{"title":"Type Compatibility","level":"1.2.8","depth":2,"path":"pages/type-compatibility.md","ref":"./pages/type-compatibility.md","articles":[]},{"title":"Type Inference","level":"1.2.9","depth":2,"path":"pages/type-inference.md","ref":"./pages/type-inference.md","articles":[]},{"title":"Advanced Types","level":"1.2.10","depth":2,"path":"pages/advanced-types.md","ref":"./pages/advanced-types.md","articles":[]},{"title":"Symbols","level":"1.2.11","depth":2,"path":"pages/symbols.md","ref":"./pages/symbols.md","articles":[]},{"title":"Iterators and Generators","level":"1.2.12","depth":2,"path":"pages/iterators-and-generators.md","ref":"./pages/iterators-and-generators.md","articles":[]},{"title":"Modules","level":"1.2.13","depth":2,"path":"pages/modules.md","ref":"./pages/modules.md","articles":[]},{"title":"Namespaces","level":"1.2.14","depth":2,"path":"pages/namespaces.md","ref":"./pages/namespaces.md","articles":[]},{"title":"Namespaces and Modules","level":"1.2.15","depth":2,"path":"pages/namespaces-and-modules.md","ref":"./pages/namespaces-and-modules.md","articles":[]},{"title":"Module Resolution","level":"1.2.16","depth":2,"path":"pages/module-resolution.md","ref":"./pages/module-resolution.md","articles":[]},{"title":"Declaraion Merging","level":"1.2.17","depth":2,"path":"pages/declaration-merging.md","ref":"./pages/declaration-merging.md","articles":[]},{"title":"JSX","level":"1.2.18","depth":2,"path":"pages/jsx.md","ref":"./pages/jsx.md","articles":[]},{"title":"Decorators","level":"1.2.19","depth":2,"path":"pages/decorators.md","ref":"./pages/decorators.md","articles":[]},{"title":"Mixins","level":"1.2.20","depth":2,"path":"pages/mixins.md","ref":"./pages/mixins.md","articles":[]},{"title":"Triple-Slash Directives","level":"1.2.21","depth":2,"path":"pages/triple-slash-directives.md","ref":"./pages/triple-slash-directives.md","articles":[]},{"title":"Type Checking JavaScript Files","level":"1.2.22","depth":2,"path":"pages/type-checking-javascript-files.md","ref":"./pages/type-checking-javascript-files.md","articles":[]},{"title":"Utility Types","level":"1.2.23","depth":2,"path":"pages/utility-types.md","ref":"./pages/utility-types.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["toggle-chapters","github","head-append"],"pluginsConfig":{"github":{"url":"https://github.com/yeonjuan/Typescript-Handbook-ko"},"head-append":{"code":["<meta name=\"google-site-verification\" content=\"e6e6ziLZXdB5HengoGGcmy0tnBtyCptYLngEAyCySoI\" />"]},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"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},"toggle-chapters":{}},"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":"2020-04-10T14:26:59.102Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-04-10T14:28:21.159Z"},"basePath":".","book":{"language":""}});
819836
});
820837
</script>
821838
</div>

docs/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test": "npx markdownlint .",
88
"lint-fix": "npx markdownlint . --fix",
99
"lint-beta": "npm run build && node ./bin/lint '**/*.md'",
10-
"build": "npx tsc"
10+
"build": "npx tsc",
11+
"build:site": "npx gitbook build ./ docs"
1112
},
1213
"repository": {
1314
"type": "git",
@@ -36,6 +37,7 @@
3637
"dependencies": {
3738
"gitbook-cli": "^2.3.2",
3839
"gitbook-plugin-github": "2.0.0",
40+
"gitbook-plugin-head-append": "^1.1.1",
3941
"gitbook-plugin-toggle-chapters": "0.0.3"
4042
}
4143
}

docs/pages/advanced-types.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252

5353

54+
5455

5556

5657
<meta name="HandheldFriendly" content="true"/>
@@ -67,6 +68,8 @@
6768
<link rel="prev" href="type-inference.html" />
6869

6970

71+
<meta name="google-site-verification" content="e6e6ziLZXdB5HengoGGcmy0tnBtyCptYLngEAyCySoI" />
72+
7073
</head>
7174
<body>
7275

@@ -367,7 +370,20 @@
367370

368371
</li>
369372

370-
<li class="chapter " data-level="1.2.20" data-path="triple-slash-directives.html">
373+
<li class="chapter " data-level="1.2.20" data-path="mixins.html">
374+
375+
<a href="mixins.html">
376+
377+
378+
Mixins
379+
380+
</a>
381+
382+
383+
384+
</li>
385+
386+
<li class="chapter " data-level="1.2.21" data-path="triple-slash-directives.html">
371387

372388
<a href="triple-slash-directives.html">
373389

@@ -380,7 +396,7 @@
380396

381397
</li>
382398

383-
<li class="chapter " data-level="1.2.21" data-path="type-checking-javascript-files.html">
399+
<li class="chapter " data-level="1.2.22" data-path="type-checking-javascript-files.html">
384400

385401
<a href="type-checking-javascript-files.html">
386402

@@ -393,7 +409,7 @@
393409

394410
</li>
395411

396-
<li class="chapter " data-level="1.2.22" data-path="utility-types.html">
412+
<li class="chapter " data-level="1.2.23" data-path="utility-types.html">
397413

398414
<a href="utility-types.html">
399415

@@ -1760,7 +1776,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
17601776
<script>
17611777
var gitbook = gitbook || [];
17621778
gitbook.push(function() {
1763-
gitbook.page.hasChanged({"page":{"title":"Advanced Types","level":"1.2.10","depth":2,"next":{"title":"Symbols","level":"1.2.11","depth":2,"path":"pages/symbols.md","ref":"./pages/symbols.md","articles":[]},"previous":{"title":"Type Inference","level":"1.2.9","depth":2,"path":"pages/type-inference.md","ref":"./pages/type-inference.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["toggle-chapters","github"],"pluginsConfig":{"github":{"url":"https://github.com/yeonjuan/Typescript-Handbook-ko"},"toggle-chapters":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"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":"2020-04-10T10:39:43.542Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-04-10T12:00:05.723Z"},"basePath":"..","book":{"language":""}});
1779+
gitbook.page.hasChanged({"page":{"title":"Advanced Types","level":"1.2.10","depth":2,"next":{"title":"Symbols","level":"1.2.11","depth":2,"path":"pages/symbols.md","ref":"./pages/symbols.md","articles":[]},"previous":{"title":"Type Inference","level":"1.2.9","depth":2,"path":"pages/type-inference.md","ref":"./pages/type-inference.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["toggle-chapters","github","head-append"],"pluginsConfig":{"github":{"url":"https://github.com/yeonjuan/Typescript-Handbook-ko"},"head-append":{"code":["<meta name=\"google-site-verification\" content=\"e6e6ziLZXdB5HengoGGcmy0tnBtyCptYLngEAyCySoI\" />"]},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"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},"toggle-chapters":{}},"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":"2020-04-10T10:39:43.542Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-04-10T14:28:21.159Z"},"basePath":"..","book":{"language":""}});
17641780
});
17651781
</script>
17661782
</div>

0 commit comments

Comments
 (0)