diff --git a/docs/asset-manifest.json b/docs/asset-manifest.json index 0858ab57..cd42a086 100644 --- a/docs/asset-manifest.json +++ b/docs/asset-manifest.json @@ -1,8 +1,8 @@ { - "main.css": "static/css/main.7fea2283.css", - "main.css.map": "static/css/main.7fea2283.css.map", - "main.js": "static/js/main.132cbe00.js", - "main.js.map": "static/js/main.132cbe00.js.map", + "main.css": "static/css/main.06e0404f.css", + "main.css.map": "static/css/main.06e0404f.css.map", + "main.js": "static/js/main.4939944e.js", + "main.js.map": "static/js/main.4939944e.js.map", "static/media/1_introduction.md": "static/media/1_introduction.0eb6f1ed.md", "static/media/2_getting_started.md": "static/media/2_getting_started.e976c36b.md", "static/media/3_styling.md": "static/media/3_styling.99c709f2.md", @@ -20,7 +20,7 @@ "static/media/ddos_docs.md": "static/media/ddos_docs.dc1459c0.md", "static/media/ddos_thumbnail.png": "static/media/ddos_thumbnail.7d2af225.png", "static/media/logo.png": "static/media/logo.9f83357c.png", - "static/media/nyc_docs.md": "static/media/nyc_docs.53490ee9.md", + "static/media/nyc_docs.md": "static/media/nyc_docs.a559ddde.md", "static/media/nyc_thumbnail.png": "static/media/nyc_thumbnail.72af0cc8.png", "static/media/outages_docs.md": "static/media/outages_docs.71f0cb04.md", "static/media/outages_thumbnail.png": "static/media/outages_thumbnail.d50e76c7.png", diff --git a/docs/index.html b/docs/index.html index fd3d0b61..b938fefd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -
\n * wrappers (injected at creation time)\n * + +\n * | |\n * +-----------------|--------|--------------+\n * | v | |\n * | +---------------+ | |\n * | +--| wrapper1 |---|----+ |\n * | | +---------------+ v | |\n * | | +-------------+ | |\n * | | +----| wrapper2 |--------+ |\n * | | | +-------------+ | | |\n * | | | | | |\n * | v v v v | wrapper\n * | +---+ +---+ +---------+ +---+ +---+ | invariants\n * perform(anyMethod) | | | | | | | | | | | | maintained\n * +----------------->|-|---|-|---|-->|anyMethod|---|---|-|---|-|-------->\n * | | | | | | | | | | | |\n * | | | | | | | | | | | |\n * | | | | | | | | | | | |\n * | +---+ +---+ +---------+ +---+ +---+ |\n * | initialize close |\n * +-----------------------------------------+\n *
tags where the beginning of the second element implicitly closes the\n // first, causing a confusing mess.\n\n // https://html.spec.whatwg.org/multipage/syntax.html#special\n var specialTags = ['address', 'applet', 'area', 'article', 'aside', 'base', 'basefont', 'bgsound', 'blockquote', 'body', 'br', 'button', 'caption', 'center', 'col', 'colgroup', 'dd', 'details', 'dir', 'div', 'dl', 'dt', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'frame', 'frameset', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'iframe', 'img', 'input', 'isindex', 'li', 'link', 'listing', 'main', 'marquee', 'menu', 'menuitem', 'meta', 'nav', 'noembed', 'noframes', 'noscript', 'object', 'ol', 'p', 'param', 'plaintext', 'pre', 'script', 'section', 'select', 'source', 'style', 'summary', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'track', 'ul', 'wbr', 'xmp'];\n\n // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope\n var inScopeTags = ['applet', 'caption', 'html', 'table', 'td', 'th', 'marquee', 'object', 'template',\n\n // https://html.spec.whatwg.org/multipage/syntax.html#html-integration-point\n // TODO: Distinguish by namespace here -- for