Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2020-10-08 10:33:20 +0300
committerthingsym <thingsym@gmail.com>2020-10-08 10:33:20 +0300
commit6a1c930744f81974df50852694ad001d25b5d264 (patch)
treeac3d1f31879ef3b17570e5c7278d0ec6d45c3c60
parentb08ce8c42336b19a5b555129d102ac5f685da0c4 (diff)
Version 0.9.4
-rw-r--r--README.md28
-rwxr-xr-xexampleSite/config.toml2
-rw-r--r--exampleSite/content/getting-started/configuration.md4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
-rw-r--r--static/css/chroma.min.css2
-rw-r--r--static/css/theme.css255
-rw-r--r--static/css/theme.min.css3
-rw-r--r--static/js/bundle.js2
9 files changed, 229 insertions, 71 deletions
diff --git a/README.md b/README.md
index 3b3084d..ffc03a1 100644
--- a/README.md
+++ b/README.md
@@ -178,15 +178,6 @@ tree . -I node_modules
└── webpack.config.js
```
-### Third party library
-
-* [jQuery](https://jquery.com/)
-* [jQuery Easing](https://github.com/gdsmith/jquery.easing)
-* [Font Awesome](https://fontawesome.com/)
-* [clipboard.js](https://clipboardjs.com/)
-* [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript)
-* [Day.js](https://github.com/iamkun/dayjs)
-
### Preview site
To preview your site, run Hugo's built-in local server.
@@ -235,21 +226,28 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
## Changelog
+* Version 0.9.4 - 2020.10.08
+ * improve scss for custom shortcodes using css custom properties
+ * change stack to css custom properties
+ * fix scss
+ * fix button shortcode, adding notice color
+ * add Code highlight with clipboard custom shortcode
+ * fix webpack.config.js
+ * fix npm scripts
+ * update package.json
+ * adjust no sidebar layout
* Version 0.9.3 - 2020.08.02
* remove jQuery dependency with keydown nav
* add header link
-
* Version 0.9.2 - 2020.06.14
* add note and sample to document
* fix tableOfContents endLevel
* add chapter 'unlimited levels' to document
* add menu indentation up to 5 levels
-
* Version 0.9.1 - 2020.05.24
* fix config.toml
* fix url in rss meta link
* remove line break in algolia.json
-
* Version 0.9.0 - 2020.04.01
* fix lint config
* update Sample Document
@@ -320,6 +318,12 @@ Techdoc bundles the following third-party resources:
* CSS reset by [normalize.css](https://necolas.github.io/normalize.css/), [MIT](https://opensource.org/licenses/MIT)
* jQuery Plugin [Back to the Top](https://github.com/thingsym/jquery.backtothetop), [MIT](https://opensource.org/licenses/MIT)
* Sass Mixin [Flexbox Grid Mixins](https://thingsym.github.io/flexbox-grid-mixins/), [MIT](https://opensource.org/licenses/MIT)
+* [jQuery](https://jquery.com/)
+* [jQuery Easing](https://github.com/gdsmith/jquery.easing)
+* [Font Awesome](https://fontawesome.com/)
+* [clipboard.js](https://clipboardjs.com/)
+* [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript)
+* [Day.js](https://github.com/iamkun/dayjs)
## Author
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 17f52b8..5a1143a 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -17,7 +17,7 @@ enableMissingTranslationPlaceholders = false
# Source Code repository section
description = "put your description"
github_repository = "https://github.com/thingsym/hugo-theme-techdoc"
- version = "0.9.3"
+ version = "0.9.4"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
diff --git a/exampleSite/content/getting-started/configuration.md b/exampleSite/content/getting-started/configuration.md
index 5e3cf6a..970bfe7 100644
--- a/exampleSite/content/getting-started/configuration.md
+++ b/exampleSite/content/getting-started/configuration.md
@@ -15,7 +15,7 @@ For an example of `config.toml`, see [config.toml](https://github.com/thingsym/h
# Source Code repository section
description = "put your description"
github_repository = "https://github.com/thingsym/hugo-theme-techdoc"
- version = "0.9.3"
+ version = "0.9.4"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
@@ -80,7 +80,7 @@ default: `https://github.com/thingsym/hugo-theme-techdoc`
The version of souce code
-default: `0.9.3`
+default: `0.9.4`
#### `github_doc_repository`
diff --git a/package-lock.json b/package-lock.json
index bad3eca..5949b35 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-techdoc",
- "version": "0.9.3",
+ "version": "0.9.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ce231ea..96e3559 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-techdoc",
- "version": "0.9.3",
+ "version": "0.9.4",
"description": "The Techdoc is a Hugo Theme for technical documentation.",
"main": "gulpfile.js",
"author": "Thingsym",
diff --git a/static/css/chroma.min.css b/static/css/chroma.min.css
index 6115337..aaac04c 100644
--- a/static/css/chroma.min.css
+++ b/static/css/chroma.min.css
@@ -1 +1 @@
-.chroma{color:#f8f8f2;background-color:#272822}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:100%;overflow:auto;display:block}.chroma .hl{background-color:#ffffcc;display:block;width:100%}.chroma .lnt{margin-right:0.4em;padding:0 0.4em 0 0.4em;display:block}.chroma .ln{margin-right:0.4em;padding:0 0.4em 0 0.4em}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:bold}.chroma .gu{color:#75715e}
+.chroma{color:#f8f8f2;background-color:#272822}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:100%;overflow:auto;display:block}.chroma .hl{background-color:#ffc;display:block;width:100%}.chroma .lnt{display:block}.chroma .ln,.chroma .lnt{margin-right:.4em;padding:0 .4em}.chroma .k,.chroma .kc,.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp,.chroma .kr,.chroma .kt{color:#66d9ef}.chroma .na,.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd,.chroma .ne,.chroma .nf,.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .dl,.chroma .ld,.chroma .s,.chroma .s2,.chroma .sa,.chroma .sb,.chroma .sc,.chroma .sd{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .s1,.chroma .sh,.chroma .si,.chroma .sr,.chroma .ss,.chroma .sx{color:#e6db74}.chroma .il,.chroma .m,.chroma .mb,.chroma .mf,.chroma .mh,.chroma .mi,.chroma .mo{color:#ae81ff}.chroma .o,.chroma .ow{color:#f92672}.chroma .c,.chroma .c1,.chroma .ch,.chroma .cm,.chroma .cp,.chroma .cpf,.chroma .cs{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e} \ No newline at end of file
diff --git a/static/css/theme.css b/static/css/theme.css
index 7272ed3..be4800c 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -640,9 +640,19 @@ figcaption {
/*-----------------------*
stack
*-----------------------*/
-.stack-first, main * {
- margin-top: 0;
- margin-bottom: 0;
+:root {
+ --const-stack: 1.28rem;
+ --stack-top: 1.28rem;
+ --stack-bottom: 0;
+ --first-stack-top: 0;
+ --first-stack-bottom: 0;
+ --last-stack-top: 0;
+ --last-stack-bottom: 0;
+}
+
+.first-stack, main * {
+ margin-top: var(--first-stack-top, unset);
+ margin-bottom: var(--first-stack-bottom, unset);
}
.stack, main * + h1, main * + h2, main * + h3, main * + h4, main * + h5, main * + h6,
@@ -663,26 +673,43 @@ main * + figure, .table_of_contents,
.panel,
.button,
.gist,
-.twitter-tweet, .ais-Hits-item {
- margin-top: 1.28rem;
+.twitter-tweet, .ais-Hits-item, .code {
+ margin-top: var(--stack-top, unset);
+ margin-bottom: var(--stack-bottom, unset);
+}
+
+.last-stack {
+ margin-top: var(--last-stack-top, unset);
+ margin-bottom: var(--last-stack-bottom, unset);
}
-.stack--by2 {
- margin-top: 2.56rem;
+.stack-multi--by2 {
+ margin-top: calc(var(--first-stack-top, unset) * 2);
+ margin-bottom: calc(var(--first-stack-bottom, unset) * 2);
}
-.stack--by4 {
- margin-top: 5.12rem;
+.stack-multi--by4 {
+ margin-top: calc(var(--first-stack-top, unset) * 4);
+ margin-bottom: calc(var(--first-stack-bottom, unset) * 4);
}
-.stack-reset, figure > figcaption, .pagination > * {
+.stack-divi--by2 {
+ margin-top: calc(var(--first-stack-top, unset) / 2);
+ margin-bottom: calc(var(--first-stack-bottom, unset) / 2);
+}
+
+.none-stack, figure > figcaption, .pagination > *, .code .code-content .highlight {
margin-top: 0;
}
-.stack-unset, main li > ul,
+.unset-stack, main li > ul,
main li > ol, .ais-Hits-item p {
margin-top: unset;
- margin-bottom: unset;
+}
+
+.reverse-stack {
+ margin-top: var(--stack-bottom, unset);
+ margin-bottom: var(--stack-top, unset);
}
/*-----------------------*
@@ -696,6 +723,8 @@ body {
.container {
width: 100%;
height: 100%;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -707,22 +736,41 @@ body {
}
.content-container {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
+ box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
}
main {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
+main:only-child {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-box-flex: 0;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ max-width: 100%;
+}
+
.sidebar {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
@@ -735,6 +783,8 @@ main {
@media screen and (max-width: 480px) {
.content-container {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -744,12 +794,16 @@ main {
flex-flow: column nowrap;
}
main {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
min-width: 100%;
}
.sidebar {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
@@ -760,6 +814,8 @@ main {
}
.pagination {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -777,6 +833,8 @@ main {
@media screen and (max-width: 480px) {
.pagination {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -794,89 +852,107 @@ main {
}
.panel {
+ --panel-font-color: #000;
+ --panel-background-color: unset;
+ --panel-border-color: transparent;
padding: 1.28rem;
+ color: var(--panel-font-color, #000);
+ background: var(--panel-background-color, unset);
+ border: 1px solid;
+ border-color: var(--panel-border-color, transparent);
}
.panel-primary {
- border: 1px solid #f0f0f0;
+ --panel-border-color: #f0f0f0;
}
.panel-notice {
- color: #fff;
- background: #4ba0e1;
+ --panel-font-color: #fff;
+ --panel-background-color: #4ba0e1;
}
.panel-success {
- color: #fff;
- background: #609f43;
+ --panel-font-color: #fff;
+ --panel-background-color: #609f43;
}
.panel-caution {
- color: #fff;
- background: #de776d;
+ --panel-font-color: #fff;
+ --panel-background-color: #de776d;
}
.panel-warning {
- color: #fff;
- background: #e67e22;
+ --panel-font-color: #fff;
+ --panel-background-color: #e67e22;
}
.panel-danger {
- color: #fff;
- background: #ce3426;
+ --panel-font-color: #fff;
+ --panel-background-color: #ce3426;
}
.button {
display: inline-block;
font-size: 120%;
- padding: .8rem;
+ padding: .5rem 1.2rem;
font-weight: bold;
text-decoration: none;
- border-radius: 12px;
- color: #fff;
- background: #4ba0e1;
+ border-radius: .8rem;
+ --button-font-color: #000;
+ --button-font-hover-color: #000;
+ --button-background-color: #fafafa;
+ --button-background-hover-color: #f7f7f7;
+ --button-border-color: #f0f0f0;
+ color: var(--button-font-color, #000);
+ background: var(--button-background-color, unset);
+ border: 2px solid;
+ border-color: var(--button-border-color, transparent);
}
.button:hover {
- color: #fff;
+ color: var(--button-font-hover-color, #000);
text-decoration: none;
- background: #3b89c5;
+ background: var(--button-background-hover-color, unset);
}
-.button-primary {
- border: 1px solid #f0f0f0;
+.button-notice {
+ --button-font-color: #fff;
+ --button-font-hover-color: #fff;
+ --button-background-color: #4ba0e1;
+ --button-background-hover-color: #3b89c5;
+ --button-border-color: transparent;
}
.button-success {
- background: #369b08;
-}
-
-.button-success:hover {
- background: #256905;
+ --button-font-color: #fff;
+ --button-font-hover-color: #fff;
+ --button-background-color: #369b08;
+ --button-background-hover-color: #256905;
+ --button-border-color: transparent;
}
.button-caution {
- background: #f56558;
-}
-
-.button-caution:hover {
- background: #d45145;
+ --button-font-color: #fff;
+ --button-font-hover-color: #fff;
+ --button-background-color: #f56558;
+ --button-background-hover-color: #d45145;
+ --button-border-color: transparent;
}
.button-warning {
- background: #f5811b;
-}
-
-.button-warning:hover {
- background: #db7012;
+ --button-font-color: #fff;
+ --button-font-hover-color: #fff;
+ --button-background-color: #f5811b;
+ --button-background-hover-color: #db7012;
+ --button-border-color: transparent;
}
.button-danger {
- background: #ce3426;
-}
-
-.button-danger:hover {
- background: #a0281d;
+ --button-font-color: #fff;
+ --button-font-hover-color: #fff;
+ --button-background-color: #ce3426;
+ --button-background-hover-color: #a0281d;
+ --button-border-color: transparent;
}
.notification {
@@ -976,6 +1052,8 @@ figure > figcaption h4 {
}
.ais-Pagination-list {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -990,6 +1068,78 @@ figure > figcaption h4 {
padding: .6rem;
}
+.code {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+}
+
+.code .filename {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-box-flex: 0;
+ -ms-flex: 0 0 75%;
+ flex: 0 0 75%;
+ max-width: 75%;
+ font-size: 80%;
+ color: #666;
+}
+
+.code .copy-btn {
+ margin-left: auto;
+ cursor: pointer;
+ position: relative;
+ font-size: 80%;
+ border: solid 1px #ccc;
+ padding: .2rem .6rem;
+ border-radius: .3rem;
+ line-height: 1;
+ margin-bottom: .2rem;
+ outline: none;
+}
+
+.code .code-content {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-box-flex: 0;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ max-width: 100%;
+}
+
+.tooltipped::after {
+ content: 'Copied!';
+ background: #555;
+ display: inline-block;
+ color: #fff;
+ border-radius: .4rem;
+ position: absolute;
+ left: 50%;
+ top: -1.8rem;
+ -webkit-transform: translate(-50%, 0);
+ transform: translate(-50%, 0);
+ font-size: .75rem;
+ padding: 4px 10px 6px 10px;
+ -webkit-animation: fade-tooltip .5s 1s 1 forwards;
+ animation: fade-tooltip .5s 1s 1 forwards;
+}
+
+@-webkit-keyframes fade-tooltip {
+ to {
+ opacity: 0;
+ }
+}
+
+@keyframes fade-tooltip {
+ to {
+ opacity: 0;
+ }
+}
+
header {
color: var(--custom-font-color, #fff);
background: var(--custom-background-color, #000);
@@ -1002,6 +1152,7 @@ header h1 {
}
header .version {
+ margin-left: .4rem;
font-size: 80%;
}
@@ -1055,6 +1206,8 @@ header .github {
}
.global-menu li.parent:hover > ul.sub-menu {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
diff --git a/static/css/theme.min.css b/static/css/theme.min.css
index abf03e8..e7044f0 100644
--- a/static/css/theme.min.css
+++ b/static/css/theme.min.css
@@ -1 +1,2 @@
-/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}a{text-decoration:none;color:inherit;cursor:pointer}input,button,textarea,select{font:inherit}button{background-color:transparent;color:inherit;border-width:0;padding:0;cursor:pointer}input::-moz-focus-inner{border:0;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}cite{font-style:normal}fieldset{border-width:0;margin:0;padding:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}:root{font-size:100%;line-height:2;color:#000;font-family:var(--custom-font-family-base, -apple-system,BlinkMacSystemFont,"游ゴシック体",YuGothic,"メイリオ",Meiryo,"Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");-webkit-font-feature-settings:'pwid';font-feature-settings:'pwid'}body{background-color:#fafafa;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--custom-font-family-headings, -apple-system,BlinkMacSystemFont,"游ゴシック体",YuGothic,"メイリオ",Meiryo,"Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-weight:bold;line-height:2}h1>small,h2>small,h3>small,h4>small,h5>small,h6>small{font-size:75%;font-weight:normal}h1{font-size:240%;line-height:1.41667}h2{font-size:200%;line-height:1.5}h3{font-size:160%;line-height:1.625}h4{font-size:140%;line-height:1.71429}h5{font-size:120%;line-height:1.83333}h6{font-size:100%;line-height:2}a{color:var(--custom-link-text-color, #2e7eb3);text-decoration:none}a:focus,a:active,a:hover{color:var(--custom-link-text-hover-color, #38a0e4);text-decoration:underline}hr{background-color:#ccc;height:2px;border:0}p{font-size:100%}img{display:inline-block;line-height:0}img,video{height:auto;max-width:100%}table{border-collapse:collapse;border:1px solid #f0f0f0;width:100%}th,td{border-top:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:.6rem}tr:nth-child(even) th,tr:nth-child(even) td{background:#f8f8f8}th{background:#eee;font-weight:bold;text-align:left}ul{list-style-type:disc}ul.no-style,.ais-Pagination-list{list-style:none;padding-left:0}ul.inline{list-style:none;padding-left:0}ul.inline li{display:inline;padding-right:2rem}dt{font-weight:bold}dd{margin-left:2rem}blockquote{color:#999;padding:1.28rem;background-color:#f4f4f4;border-left:4px solid #f0f0f0;border-radius:.2rem}code,pre,kbd{font-family:Menlo, Monaco, "Courier New", monospace}code,kbd{padding:.2rem;border-radius:.2rem}code{background-color:#f4f4f4}kbd{color:#fff;background-color:#333}pre{background-color:#f4f4f4;padding:1.28rem;overflow:auto;white-space:pre-wrap;border-radius:.2rem}pre code{padding:0;background-color:unset}pre.wrap{white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word}pre.scrollable{max-height:240px;overflow-y:scroll}figcaption{color:#333;font-size:100%;line-height:2}.stack-first,main *{margin-top:0;margin-bottom:0}.stack,main *+h1,main *+h2,main *+h3,main *+h4,main *+h5,main *+h6,main *+p,main *+hr,main *+table,main *+ul,main *+ol,main *+dl,main *+blockquote,main *+pre,main *+figure,.table_of_contents,.edit-meta,.edit-page,.pagination,.highlight,.powered,.panel,.button,.gist,.twitter-tweet,.ais-Hits-item{margin-top:1.28rem}.stack--by2{margin-top:2.56rem}.stack--by4{margin-top:5.12rem}.stack-reset,figure>figcaption,.pagination>*{margin-top:0}.stack-unset,main li>ul,main li>ol,.ais-Hits-item p{margin-top:unset;margin-bottom:unset}html,body{height:100%}.container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;margin:auto}.content-container{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}main{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sidebar{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;overflow-x:hidden;overflow-y:scroll}@media screen and (max-width: 480px){.content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}main{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:100%}.sidebar{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:bold}.nav-next{margin-left:auto}@media screen and (max-width: 480px){.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-next{margin-left:0}}.panel{padding:1.28rem}.panel-primary{border:1px solid #f0f0f0}.panel-notice{color:#fff;background:#4ba0e1}.panel-success{color:#fff;background:#609f43}.panel-caution{color:#fff;background:#de776d}.panel-warning{color:#fff;background:#e67e22}.panel-danger{color:#fff;background:#ce3426}.button{display:inline-block;font-size:120%;padding:.8rem;font-weight:bold;text-decoration:none;border-radius:12px;color:#fff;background:#4ba0e1}.button:hover{color:#fff;text-decoration:none;background:#3b89c5}.button-primary{border:1px solid #f0f0f0}.button-success{background:#369b08}.button-success:hover{background:#256905}.button-caution{background:#f56558}.button-caution:hover{background:#d45145}.button-warning{background:#f5811b}.button-warning:hover{background:#db7012}.button-danger{background:#ce3426}.button-danger:hover{background:#a0281d}.notification{padding:0.2rem 1.28rem;text-align:center;background:#eee}.backtothetop{display:none;font-size:200%}.fa-layers .fa-circle{color:#fff}figure>figcaption h4{font-size:80%;font-weight:normal}.table_of_contents{font-size:90%;padding:1.28rem;border:4px solid #f0f0f0}.table_of_contents ul{list-style:none;padding-left:0}.table_of_contents li{border-top:1px solid #f0f0f0}.table_of_contents>nav>ul>li:first-child{border-top:unset}.table_of_contents ul>li li a{margin-left:2rem}.table_of_contents ul ul>li li a{margin-left:4rem}.table_of_contents ul ul ul>li li a{margin-left:6rem}.table_of_contents ul ul ul ul>li li a{margin-left:8rem}.table_of_contents ul ul ul ul ul>li li a{margin-left:10rem}.headerlink>.svg-inline--fa{margin-left:.4rem;width:.8rem}.ais-SearchBox .ais-SearchBox-input{width:70%}.ais-SearchBox button{margin-left:.2rem;padding:.4rem}.ais-Stats{font-size:80%;color:#70757a}.ais-Hits-item h3{font-size:140%;font-weight:normal}.ais-Hits-item p{color:#3C4043}.ais-Hits-item .lastmod{font-size:90%;color:#70757a}.ais-Pagination{margin-top:1em}.ais-Pagination-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ais-Pagination-item{padding:.6rem}header{color:var(--custom-font-color, #fff);background:var(--custom-background-color, #000);padding:0.5rem 1.28rem}header h1{font-size:140%;display:inline-block}header .version{font-size:80%}header .github{color:currentColor;margin-left:.4rem;font-size:180%}.global-menu{color:var(--custom-font-color, #fff);background:var(--custom-background-color, #000);padding:0.2rem 1.28rem}.global-menu ul{list-style:none;padding:0;margin:0}.global-menu li{display:inline-block;margin-right:1.8rem;position:relative}.global-menu ul.sub-menu{display:none;margin:0;position:absolute;top:1.8rem;left:0;z-index:99999}.global-menu ul.sub-menu li{padding:0.2rem 1.28rem;background:var(--custom-background-color, #000);width:140px;font-size:80%}.global-menu ul.sub-menu li a{color:var(--custom-font-color, #fff)}.global-menu .fa-angle-right{margin-left:.4rem;font-size:80%}.global-menu li.parent:hover>ul.sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (max-width: 480px){.global-menu li{display:block;margin-right:0;border-bottom:1px solid currentColor}.global-menu li:last-child{border-bottom:none}.global-menu .fa-angle-right{display:none}.global-menu ul.sub-menu{display:block;position:static}.global-menu ul.sub-menu li{width:auto;background:transparent;padding:0 .4rem}.global-menu ul.sub-menu li+li{padding-top:.2rem}.global-menu ul.sub-menu li a{color:currentColor}}.global-menu a{display:block;color:currentColor;text-decoration:none}.global-menu a:hover{text-decoration:underline}main{padding:3rem}@media screen and (max-width: 480px){main{padding:1rem}}.sidebar{font-size:90%;line-height:1.8;background:#f9f9f9;border-right:1px solid #eee}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar a{position:relative;display:block;color:#404040;text-decoration:none;padding:.2rem 1rem;border-left:solid 4px #f9f9f9;border-bottom:solid 1px #eee}.sidebar a:hover{color:#404040;background:#eee;border-left:solid 4px #ccc}.sidebar nav>ul>li li a{padding-left:2rem}.sidebar nav>ul ul>li li a{padding-left:3rem}.sidebar nav>ul ul ul>li li a{padding-left:4rem}.sidebar nav>ul ul ul ul>li li a{padding-left:5rem}.sidebar nav>ul ul ul ul ul>li li a{padding-left:6rem}@media screen and (max-width: 480px){.sidebar nav>ul>li:first-child a{border-top:solid 1px #eee}}.sidebar .active>a{background:#eee;border-left:solid 4px #ccc}.sidebar .slide-menu .has-sub-menu:not(.parent) ul{display:none}.sidebar .slide-menu .has-sub-menu>a span.mark{position:absolute;top:0;right:0;display:inline-block;height:32px;width:32px;line-height:2;text-align:center;color:#979797;background:#f2f2f2;border-left:1px solid #e7e7e7}.sidebar-footer{padding:1.28rem}.edit-meta{font-size:80%;text-align:right}.edit-page{font-weight:bold}.powered{font-size:80%;text-align:right;color:#999}
+@charset "UTF-8";
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0}a{color:inherit;cursor:pointer}button,input,select,textarea{font:inherit}button{background-color:transparent;color:inherit;border-width:0;padding:0;cursor:pointer}input::-moz-focus-inner{border:0;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}cite{font-style:normal}fieldset{border-width:0;margin:0;padding:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}:root{font-size:100%;line-height:2;color:#000;font-family:var(--custom-font-family-base,-apple-system,BlinkMacSystemFont,"游ゴシック体",YuGothic,"メイリオ",Meiryo,"Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");-webkit-font-feature-settings:"pwid";font-feature-settings:"pwid"}body{background-color:#fafafa;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--custom-font-family-headings,-apple-system,BlinkMacSystemFont,"游ゴシック体",YuGothic,"メイリオ",Meiryo,"Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-weight:700;line-height:2}h1>small,h2>small,h3>small,h4>small,h5>small,h6>small{font-size:75%;font-weight:400}h1{font-size:240%;line-height:1.41667}h2{font-size:200%;line-height:1.5}h3{font-size:160%;line-height:1.625}h4{font-size:140%;line-height:1.71429}h5{font-size:120%;line-height:1.83333}h6{font-size:100%;line-height:2}a{color:var(--custom-link-text-color,#2e7eb3);text-decoration:none}a:active,a:focus,a:hover{color:var(--custom-link-text-hover-color,#38a0e4);text-decoration:underline}hr{background-color:#ccc;height:2px;border:0}p{font-size:100%}img{display:inline-block;line-height:0}img,video{height:auto;max-width:100%}table{border-collapse:collapse;border:1px solid #f0f0f0;width:100%}td,th{border-top:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:.6rem}tr:nth-child(2n) td,tr:nth-child(2n) th{background:#f8f8f8}th{background:#eee;font-weight:700;text-align:left}ul{list-style-type:disc}.ais-Pagination-list,ul.inline,ul.no-style{list-style:none;padding-left:0}ul.inline li{display:inline;padding-right:2rem}dt{font-weight:700}dd{margin-left:2rem}blockquote{color:#999;padding:1.28rem;background-color:#f4f4f4;border-left:4px solid #f0f0f0;border-radius:.2rem}code,kbd,pre{font-family:Menlo,Monaco,Courier New,monospace}code,kbd{padding:.2rem;border-radius:.2rem}code{background-color:#f4f4f4}kbd{color:#fff;background-color:#333}pre{background-color:#f4f4f4;padding:1.28rem;overflow:auto;white-space:pre-wrap;border-radius:.2rem}pre code{padding:0;background-color:unset}pre.wrap{white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word}pre.scrollable{max-height:240px;overflow-y:scroll}figcaption{color:#333;font-size:100%;line-height:2}:root{--const-stack:1.28rem;--stack-top:1.28rem;--stack-bottom:0;--first-stack-top:0;--first-stack-bottom:0;--last-stack-top:0;--last-stack-bottom:0}.first-stack,main *{margin-top:var(--first-stack-top,unset);margin-bottom:var(--first-stack-bottom,unset)}.ais-Hits-item,.button,.code,.edit-meta,.edit-page,.gist,.highlight,.pagination,.panel,.powered,.stack,.table_of_contents,.twitter-tweet,main *+blockquote,main *+dl,main *+figure,main *+h1,main *+h2,main *+h3,main *+h4,main *+h5,main *+h6,main *+hr,main *+ol,main *+p,main *+pre,main *+table,main *+ul{margin-top:var(--stack-top,unset);margin-bottom:var(--stack-bottom,unset)}.last-stack{margin-top:var(--last-stack-top,unset);margin-bottom:var(--last-stack-bottom,unset)}.stack-multi--by2{margin-top:calc(var(--first-stack-top, unset)*2);margin-bottom:calc(var(--first-stack-bottom, unset)*2)}.stack-multi--by4{margin-top:calc(var(--first-stack-top, unset)*4);margin-bottom:calc(var(--first-stack-bottom, unset)*4)}.stack-divi--by2{margin-top:calc(var(--first-stack-top, unset)/2);margin-bottom:calc(var(--first-stack-bottom, unset)/2)}.code .code-content .highlight,.none-stack,.pagination>*,figure>figcaption{margin-top:0}.ais-Hits-item p,.unset-stack,main li>ol,main li>ul{margin-top:unset}.reverse-stack{margin-top:var(--stack-bottom,unset);margin-bottom:var(--stack-top,unset)}body,html{height:100%}.container{width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;margin:auto}.container,.content-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.content-container{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}main{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}main,main:only-child{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0}main:only-child{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sidebar{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;overflow-x:hidden;overflow-y:scroll}@media screen and (max-width:480px){.content-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}main{min-width:100%}.sidebar,main{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.sidebar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.pagination{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:700}.nav-next{margin-left:auto}@media screen and (max-width:480px){.pagination{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-next{margin-left:0}}.panel{--panel-font-color:#000;--panel-background-color:unset;--panel-border-color:transparent;padding:1.28rem;color:var(--panel-font-color,#000);background:var(--panel-background-color,unset);border:1px solid;border-color:var(--panel-border-color,transparent)}.panel-primary{--panel-border-color:#f0f0f0}.panel-notice{--panel-font-color:#fff;--panel-background-color:#4ba0e1}.panel-success{--panel-font-color:#fff;--panel-background-color:#609f43}.panel-caution{--panel-font-color:#fff;--panel-background-color:#de776d}.panel-warning{--panel-font-color:#fff;--panel-background-color:#e67e22}.panel-danger{--panel-font-color:#fff;--panel-background-color:#ce3426}.button{display:inline-block;font-size:120%;padding:.5rem 1.2rem;font-weight:700;text-decoration:none;border-radius:.8rem;--button-font-color:#000;--button-font-hover-color:#000;--button-background-color:#fafafa;--button-background-hover-color:#f7f7f7;--button-border-color:#f0f0f0;color:var(--button-font-color,#000);background:var(--button-background-color,unset);border:2px solid;border-color:var(--button-border-color,transparent)}.button:hover{color:var(--button-font-hover-color,#000);text-decoration:none;background:var(--button-background-hover-color,unset)}.button-notice{--button-font-color:#fff;--button-font-hover-color:#fff;--button-background-color:#4ba0e1;--button-background-hover-color:#3b89c5;--button-border-color:transparent}.button-success{--button-font-color:#fff;--button-font-hover-color:#fff;--button-background-color:#369b08;--button-background-hover-color:#256905;--button-border-color:transparent}.button-caution{--button-font-color:#fff;--button-font-hover-color:#fff;--button-background-color:#f56558;--button-background-hover-color:#d45145;--button-border-color:transparent}.button-warning{--button-font-color:#fff;--button-font-hover-color:#fff;--button-background-color:#f5811b;--button-background-hover-color:#db7012;--button-border-color:transparent}.button-danger{--button-font-color:#fff;--button-font-hover-color:#fff;--button-background-color:#ce3426;--button-background-hover-color:#a0281d;--button-border-color:transparent}.notification{padding:.2rem 1.28rem;text-align:center;background:#eee}.backtothetop{display:none;font-size:200%}.fa-layers .fa-circle{color:#fff}figure>figcaption h4{font-size:80%;font-weight:400}.table_of_contents{font-size:90%;padding:1.28rem;border:4px solid #f0f0f0}.table_of_contents ul{list-style:none;padding-left:0}.table_of_contents li{border-top:1px solid #f0f0f0}.table_of_contents>nav>ul>li:first-child{border-top:unset}.table_of_contents ul>li li a{margin-left:2rem}.table_of_contents ul ul>li li a{margin-left:4rem}.table_of_contents ul ul ul>li li a{margin-left:6rem}.table_of_contents ul ul ul ul>li li a{margin-left:8rem}.table_of_contents ul ul ul ul ul>li li a{margin-left:10rem}.headerlink>.svg-inline--fa{margin-left:.4rem;width:.8rem}.ais-SearchBox .ais-SearchBox-input{width:70%}.ais-SearchBox button{margin-left:.2rem;padding:.4rem}.ais-Stats{font-size:80%;color:#70757a}.ais-Hits-item h3{font-size:140%;font-weight:400}.ais-Hits-item p{color:#3c4043}.ais-Hits-item .lastmod{font-size:90%;color:#70757a}.ais-Pagination{margin-top:1em}.ais-Pagination-list{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ais-Pagination-item{padding:.6rem}.code{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.code,.code .filename{-webkit-box-sizing:border-box;box-sizing:border-box}.code .filename{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;font-size:80%;color:#666}.code .copy-btn{margin-left:auto;cursor:pointer;position:relative;font-size:80%;border:1px solid #ccc;padding:.2rem .6rem;border-radius:.3rem;line-height:1;margin-bottom:.2rem;outline:none}.code .code-content{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tooltipped:after{content:"Copied!";background:#555;display:inline-block;color:#fff;border-radius:.4rem;position:absolute;left:50%;top:-1.8rem;-webkit-transform:translate(-50%);transform:translate(-50%);font-size:.75rem;padding:4px 10px 6px;-webkit-animation:fade-tooltip .5s 1s 1 forwards;animation:fade-tooltip .5s 1s 1 forwards}@-webkit-keyframes fade-tooltip{to{opacity:0}}@keyframes fade-tooltip{to{opacity:0}}header{color:var(--custom-font-color,#fff);background:var(--custom-background-color,#000);padding:.5rem 1.28rem}header h1{font-size:140%;display:inline-block}header .version{margin-left:.4rem;font-size:80%}header .github{color:currentColor;margin-left:.4rem;font-size:180%}.global-menu{color:var(--custom-font-color,#fff);background:var(--custom-background-color,#000);padding:.2rem 1.28rem}.global-menu ul{list-style:none;padding:0;margin:0}.global-menu li{display:inline-block;margin-right:1.8rem;position:relative}.global-menu ul.sub-menu{display:none;margin:0;position:absolute;top:1.8rem;left:0;z-index:99999}.global-menu ul.sub-menu li{padding:.2rem 1.28rem;background:var(--custom-background-color,#000);width:140px;font-size:80%}.global-menu ul.sub-menu li a{color:var(--custom-font-color,#fff)}.global-menu .fa-angle-right{margin-left:.4rem;font-size:80%}.global-menu li.parent:hover>ul.sub-menu{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (max-width:480px){.global-menu li{display:block;margin-right:0;border-bottom:1px solid}.global-menu li:last-child{border-bottom:none}.global-menu .fa-angle-right{display:none}.global-menu ul.sub-menu{display:block;position:static}.global-menu ul.sub-menu li{width:auto;background:transparent;padding:0 .4rem}.global-menu ul.sub-menu li+li{padding-top:.2rem}.global-menu ul.sub-menu li a{color:currentColor}}.global-menu a{display:block;color:currentColor;text-decoration:none}.global-menu a:hover{text-decoration:underline}main{padding:3rem}@media screen and (max-width:480px){main{padding:1rem}}.sidebar{font-size:90%;line-height:1.8;background:#f9f9f9;border-right:1px solid #eee}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar a{position:relative;display:block;color:#404040;text-decoration:none;padding:.2rem 1rem;border-left:4px solid #f9f9f9;border-bottom:1px solid #eee}.sidebar a:hover{color:#404040;background:#eee;border-left:4px solid #ccc}.sidebar nav>ul>li li a{padding-left:2rem}.sidebar nav>ul ul>li li a{padding-left:3rem}.sidebar nav>ul ul ul>li li a{padding-left:4rem}.sidebar nav>ul ul ul ul>li li a{padding-left:5rem}.sidebar nav>ul ul ul ul ul>li li a{padding-left:6rem}@media screen and (max-width:480px){.sidebar nav>ul>li:first-child a{border-top:1px solid #eee}}.sidebar .active>a{background:#eee;border-left:4px solid #ccc}.sidebar .slide-menu .has-sub-menu:not(.parent) ul{display:none}.sidebar .slide-menu .has-sub-menu>a span.mark{position:absolute;top:0;right:0;display:inline-block;height:32px;width:32px;line-height:2;text-align:center;color:#979797;background:#f2f2f2;border-left:1px solid #e7e7e7}.sidebar-footer{padding:1.28rem}.edit-meta{font-size:80%;text-align:right}.edit-page{font-weight:700}.powered{font-size:80%;text-align:right;color:#999} \ No newline at end of file
diff --git a/static/js/bundle.js b/static/js/bundle.js
index 124caa3..336d2bf 100644
--- a/static/js/bundle.js
+++ b/static/js/bundle.js
@@ -1 +1 @@
-!function(t){var e={};function o(a){if(e[a])return e[a].exports;var n=e[a]={i:a,l:!1,exports:{}};return t[a].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=t,o.c=e,o.d=function(t,e,a){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(o.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)o.d(a,n,function(e){return t[e]}.bind(null,n));return a},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=0)}([function(t,e,o){o(1),o(2),o(3),o(4)},function(t,e){var o;(o=jQuery)(document).ready((function(){o(".has-sub-menu > a span.mark").on("click",(function(t){o(this).parent().siblings("ul").slideToggle("fast","swing",(function(){var t="";t=o(this).is(":visible")?"-":"+",o(this).siblings("a").children("span.mark").text(t)})),t.preventDefault()}))}))},function(t,e){document.addEventListener("DOMContentLoaded",(function(){var t=document.querySelector(".nav-prev"),e=document.querySelector(".nav-next");document.addEventListener("keydown",(function(o){t&&37===o.keyCode&&(location.href=t.getAttribute("href")),e&&39===o.keyCode&&(location.href=e.getAttribute("href"))}))}))},function(t,e){var o;(o=jQuery)(window).on("load.BackToTheTop",(function(){o('a[href^="#"]').BackToTheTop()})),o.fn.BackToTheTop=function(t){var e={duration:300,easing:"swing",offset:0,hash:!0,scrolloffset:0,fadein:"slow",fadeout:"slow",display:"bottom-right",top:0,bottom:0,left:0,right:0,zIndex:999,position:"fixed"};o.extend(e,t),o('a[href^="#"]').on("click.BackToTheTop",(function(){var t=void 0!==o(this).data("backtothetop-scrolltop")?o(this).data("backtothetop-scrolltop"):o(this.hash).offset()?o(this.hash).offset().top:"backtothetop-fixed"==o(this).attr("id")&&"#"==o(this).attr("href")?0:null;if(null!==t){var a=void 0===o(this).data("backtothetop-duration")?e.duration:o(this).data("backtothetop-duration"),n=void 0===o(this).data("backtothetop-easing")?e.easing:o(this).data("backtothetop-easing"),i=void 0===o(this).data("backtothetop-offset")?e.offset:o(this).data("backtothetop-offset"),d=void 0===o(this).data("backtothetop-hash")?e.hash:o(this).data("backtothetop-hash"),r=o(this).attr("href");return o("html,body").animate({scrollTop:t+i},a,n,(function(){!0===d&&window.history.pushState("","",r)})),!1}})),function(){var t=o("a#backtothetop-fixed");if(t){var a=void 0===t.data("backtothetop-fixed-scroll-offset")?e.scrolloffset:t.data("backtothetop-fixed-scroll-offset"),n=void 0===t.data("backtothetop-fixed-fadein")?e.fadein:t.data("backtothetop-fixed-fadein"),i=void 0===t.data("backtothetop-fixed-fadeout")?e.fadeout:t.data("backtothetop-fixed-fadeout"),d=void 0===t.data("backtothetop-fixed-display")?e.display:t.data("backtothetop-fixed-display"),r=void 0===t.data("backtothetop-fixed-top")?e.top:t.data("backtothetop-fixed-top"),f=void 0===t.data("backtothetop-fixed-bottom")?e.bottom:t.data("backtothetop-fixed-bottom"),c=void 0===t.data("backtothetop-fixed-left")?e.left:t.data("backtothetop-fixed-left"),s=void 0===t.data("backtothetop-fixed-right")?e.right:t.data("backtothetop-fixed-right"),h=void 0===t.data("backtothetop-fixed-zindex")?e.zIndex:t.data("backtothetop-fixed-zindex");"top-left"==d?(f="none",s="none"):"top-right"==d?(f="none",c="none"):"bottom-left"==d?(r="none",s="none"):"bottom-right"==d&&(r="none",c="none"),t.css({display:"none"}),o(window).on("scroll.BackToTheTop",(function(){o(this).scrollTop()>a?(t.css({top:r,bottom:f,left:c,right:s,zIndex:h,position:e.position}),"none"==t.css("display")&&t.fadeIn(n)):o(this).scrollTop()<=0+a&&"none"!=t.css("display")&&t.fadeOut(i)}))}}()}},function(t,e){document.addEventListener("DOMContentLoaded",(function(){document.querySelector("main").querySelectorAll("h1, h2, h3, h4, h5, h6").forEach((function(t){if(t.id){var e=document.createElement("a");e.setAttribute("class","headerlink"),e.setAttribute("href","#"+t.id),e.setAttribute("title","Permalink to this headline");var o=document.createElement("i");o.setAttribute("class","fas fa-hashtag"),o.setAttribute("aria-hidden","true"),e.append(o),t.append(e)}}))}))}]); \ No newline at end of file
+!function(t){var e={};function o(n){if(e[n])return e[n].exports;var a=e[n]={i:n,l:!1,exports:{}};return t[n].call(a.exports,a,a.exports,o),a.l=!0,a.exports}o.m=t,o.c=e,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)o.d(n,a,function(e){return t[e]}.bind(null,a));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=0)}([function(t,e,o){o(1),o(2),o(3),o(4),o(5)},function(t,e){var o;(o=jQuery)(document).ready((function(){o(".has-sub-menu > a span.mark").on("click",(function(t){o(this).parent().siblings("ul").slideToggle("fast","swing",(function(){var t="";t=o(this).is(":visible")?"-":"+",o(this).siblings("a").children("span.mark").text(t)})),t.preventDefault()}))}))},function(t,e){document.addEventListener("DOMContentLoaded",(function(){var t=document.querySelector(".nav-prev"),e=document.querySelector(".nav-next");document.addEventListener("keydown",(function(o){t&&37===o.keyCode&&(location.href=t.getAttribute("href")),e&&39===o.keyCode&&(location.href=e.getAttribute("href"))}))}))},function(t,e){var o;(o=jQuery)(window).on("load.BackToTheTop",(function(){o('a[href^="#"]').BackToTheTop()})),o.fn.BackToTheTop=function(t){var e={duration:300,easing:"swing",offset:0,hash:!0,scrolloffset:0,fadein:"slow",fadeout:"slow",display:"bottom-right",top:0,bottom:0,left:0,right:0,zIndex:999,position:"fixed"};o.extend(e,t),o('a[href^="#"]').on("click.BackToTheTop",(function(){var t=void 0!==o(this).data("backtothetop-scrolltop")?o(this).data("backtothetop-scrolltop"):o(this.hash).offset()?o(this.hash).offset().top:"backtothetop-fixed"==o(this).attr("id")&&"#"==o(this).attr("href")?0:null;if(null!==t){var n=void 0===o(this).data("backtothetop-duration")?e.duration:o(this).data("backtothetop-duration"),a=void 0===o(this).data("backtothetop-easing")?e.easing:o(this).data("backtothetop-easing"),i=void 0===o(this).data("backtothetop-offset")?e.offset:o(this).data("backtothetop-offset"),r=void 0===o(this).data("backtothetop-hash")?e.hash:o(this).data("backtothetop-hash"),d=o(this).attr("href");return o("html,body").animate({scrollTop:t+i},n,a,(function(){!0===r&&window.history.pushState("","",d)})),!1}})),function(){var t=o("a#backtothetop-fixed");if(t){var n=void 0===t.data("backtothetop-fixed-scroll-offset")?e.scrolloffset:t.data("backtothetop-fixed-scroll-offset"),a=void 0===t.data("backtothetop-fixed-fadein")?e.fadein:t.data("backtothetop-fixed-fadein"),i=void 0===t.data("backtothetop-fixed-fadeout")?e.fadeout:t.data("backtothetop-fixed-fadeout"),r=void 0===t.data("backtothetop-fixed-display")?e.display:t.data("backtothetop-fixed-display"),d=void 0===t.data("backtothetop-fixed-top")?e.top:t.data("backtothetop-fixed-top"),c=void 0===t.data("backtothetop-fixed-bottom")?e.bottom:t.data("backtothetop-fixed-bottom"),f=void 0===t.data("backtothetop-fixed-left")?e.left:t.data("backtothetop-fixed-left"),s=void 0===t.data("backtothetop-fixed-right")?e.right:t.data("backtothetop-fixed-right"),u=void 0===t.data("backtothetop-fixed-zindex")?e.zIndex:t.data("backtothetop-fixed-zindex");"top-left"==r?(c="none",s="none"):"top-right"==r?(c="none",f="none"):"bottom-left"==r?(d="none",s="none"):"bottom-right"==r&&(d="none",f="none"),t.css({display:"none"}),o(window).on("scroll.BackToTheTop",(function(){o(this).scrollTop()>n?(t.css({top:d,bottom:c,left:f,right:s,zIndex:u,position:e.position}),"none"==t.css("display")&&t.fadeIn(a)):o(this).scrollTop()<=0+n&&"none"!=t.css("display")&&t.fadeOut(i)}))}}()}},function(t,e){document.addEventListener("DOMContentLoaded",(function(){document.querySelector("main").querySelectorAll("h1, h2, h3, h4, h5, h6").forEach((function(t){if(t.id){var e=document.createElement("a");e.setAttribute("class","headerlink"),e.setAttribute("href","#"+t.id),e.setAttribute("title","Permalink to this headline");var o=document.createElement("i");o.setAttribute("class","fas fa-hashtag"),o.setAttribute("aria-hidden","true"),e.append(o),t.append(e)}}))}))},function(t,e){!function(){function t(t){t.currentTarget.setAttribute("class","copy-btn copy"),t.currentTarget.setAttribute("aria-label","Copy this code.")}window.onload=function(){new ClipboardJS(".copy",{target:function(t){return t.nextElementSibling}}).on("success",(function(t){!function(t,e){t.setAttribute("class","copy-btn copy tooltipped"),t.setAttribute("aria-label",e)}(t.trigger,"Copied!"),t.clearSelection()})).on("error",(function(t){console.error("Action:",t.action),console.error("Trigger:",t.trigger)}))},document.addEventListener("DOMContentLoaded",(function(){document.querySelectorAll(".copy").forEach((function(e){e.addEventListener("animationend",t)}))}))}()}]); \ No newline at end of file