Skip to content

Commit f3747e8

Browse files
committedJan 17, 2021
docs: update
1 parent faeda3f commit f3747e8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

‎docs/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="icon" href="/pre/favicon.ico"/><title>404 - not found</title><meta name="description" content="404 - not found."/><script type="application/ld+json">{"@context":"http://schema.org","@type":"website","name":"404 - not found"}</script><link rel="stylesheet" href="/pre/magic.css?DIusUD77fC" integrity="sha384-DIusUD77fCYxDczsgY9DjhmjdD/idZEn/NGVWo4QtcpSxysCher8U2D4waANcW+H" crossorigin="anonymous"/></head><body><a class="SkipLink" href="/pre/#page">Skip to Content</a><main id="Magic"><div class="Wrapper"><header class="Header"><div><a class="Logo" href="/pre/"><svg viewBox="0 0 512 444"><path d="M512 444L256 0 0 444z" fill="#663695"></path><circle cx="256" cy="294" r="130" fill="#fff"></circle><circle cx="256" cy="281" r="40" fill="#663695"></circle><path d="M256 350v44m24-44l1 13c1 27 29 27 29-7m-160-72s46-47 106-47c59 0 106 47 106 47s-47 43-106 43c-60 0-106-43-106-43zm65-75a134 134 0 0189 2" class="stroke"></path><path d="M256 81v53m184 270l-43-29M72 404l43-29" class="stroke white"></path></svg></a><p>Pre</p><nav class="Menu"><ul><li><a href="/pre/#installation">installation</a></li><li><a href="/pre/#usage">usage</a></li><li><a href="/pre/#themes">themes</a></li><li><a href="/pre/#syntax">syntax</a></li><li><a href="/pre/#source">source</a></li></ul></nav></div></header><div class="Page" id="page"><div>404 - not found.</div></div><footer class="Footer"><div class="Container"><div class="Credits">made with a few bits of <a target="_blank" rel="noopener" href="https://magic.github.io/">magic</a></div></div></footer></div></main><script src="/pre/magic.js?sUwv8nX5Cn" integrity="sha384-sUwv8nX5CnKsZiqY1obsiV5fm8QrndTJEE4KEyeNYB8JbB6mTPcpeGLkEjsQ+9Hm" crossorigin="anonymous"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="icon" href="/pre/favicon.ico"/><title>404 - not found</title><meta name="description" content="404 - not found."/><script type="application/ld+json">{"@context":"http://schema.org","@type":"website","name":"404 - not found"}</script><link rel="stylesheet" href="/pre/magic.css?DIusUD77fC" integrity="sha384-DIusUD77fCYxDczsgY9DjhmjdD/idZEn/NGVWo4QtcpSxysCher8U2D4waANcW+H" crossorigin="anonymous"/></head><body><a class="SkipLink" href="/pre/#page">Skip to Content</a><main id="Magic"><div class="Wrapper"><header class="Header"><div><a class="Logo" href="/pre/"><svg viewBox="0 0 512 444"><path d="M512 444L256 0 0 444z" fill="#663695"></path><circle cx="256" cy="294" r="130" fill="#fff"></circle><circle cx="256" cy="281" r="40" fill="#663695"></circle><path d="M256 350v44m24-44l1 13c1 27 29 27 29-7m-160-72s46-47 106-47c59 0 106 47 106 47s-47 43-106 43c-60 0-106-43-106-43zm65-75a134 134 0 0189 2" class="stroke"></path><path d="M256 81v53m184 270l-43-29M72 404l43-29" class="stroke white"></path></svg></a><p>Pre</p><nav class="Menu"><ul><li><a href="/pre/#installation">installation</a></li><li><a href="/pre/#usage">usage</a></li><li><a href="/pre/#themes">themes</a></li><li><a href="/pre/#syntax">syntax</a></li><li><a href="/pre/#source">source</a></li></ul></nav></div></header><div class="Page" id="page"><div>404 - not found.</div></div><footer class="Footer"><div class="Container"><div class="Credits">made with a few bits of <a target="_blank" rel="noopener" href="https://magic.github.io/">magic</a></div></div></footer></div></main><script src="/pre/magic.js?kInKPWx+Cz" integrity="sha384-kInKPWx+Cz3wlFhENTBxtXGSQO8C/WjWJHSpsqztV8oKjWpcUeMIVmPFvf9HolOk" crossorigin="anonymous"></script></body></html>

‎docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
and at least one `@`.</p><p>yes, strictly speaking, name@host is a valid email, but how often have you seen that?</p><p>if you actually do need support for name@local, please file an issue.</p><h3 id="examples">examples</h3><div class="Pre"><div class="menu"><button>copy</button></div><pre><code class="line"><a href="mail@jaeh.at" target="_blank" rel="noopener">mail@jaeh.at</a></code></pre></div><div class="Pre"><div class="menu"><button>copy</button></div><pre><code class="line"><a href="mailto:mail@jaeh.at" target="_blank" rel="noopener">mailto:mail@jaeh.at</a></code></pre></div><p>link in a comment:</p><div class="Pre lines"><div class="menu"><button>copy</button></div><pre><code class="line"><span class="keyword">const</span> v = <span class="string">&quot;t&quot;</span> <span class="comment">// comment <a href="https://jaeh.at" target="_blank" rel="noopener">https://jaeh.at</a></span></code><code class="line"><span class="comment">// and <span class="keyword">in</span> a comment starting the line <a href="https://wizardsatwork.at" target="_blank" rel="noopener">https://wizardsatwork.at</a></span></code></pre></div><p>Without line numbers</p><div class="Pre lines"><div class="menu"><button>copy</button></div><pre><code class="line">&lt;Pre lines=<span class="string">&quot;false&quot;</span>&gt;</code><code class="line"><span class="builtin">String</span> to highlight</code><code class="line">without</code><code class="line">line</code><code class="line">numbers</code><code class="line">&lt;/Pre&gt;</code></pre></div><div class="Pre"><div class="menu"><button>copy</button></div><pre><code class="line"><span class="builtin">String</span> to highlight</code><code class="line">without</code><code class="line">line</code><code class="line">numbers</code></pre></div><h1 id="comments-with-indent">comments with indent</h1><p>comments can be indented:</p><div class="Pre lines"><div class="menu"><button>copy</button></div><pre><code class="line"><span class="comment">// no indent</span></code><code class="line"> <span class="comment">// 2 spaces</span></code><code class="line"> <span class="comment">// 4 spaces</span></code></pre></div><h4 id="multiline">multiline</h4><p>multiline strings and comments currently do not get handled</p><div class="Pre lines"><div class="menu"><button>copy</button></div><pre><code class="line">&lt;Pre&gt;</code><code class="line">`</code><code class="line">Multiline</code><code class="line">string</code><code class="line">`</code><code class="line"></code><code class="line">`</code><code class="line">Second</code><code class="line">Multiline</code><code class="line"><span class="builtin">String</span></code><code class="line">`</code><code class="line">&lt;/Pre&gt;</code></pre></div><p>renders</p><div class="Pre lines"><div class="menu"><button>copy</button></div><pre><code class="line">`</code><code class="line">Multiline</code><code class="line">string.</code><code class="line">`</code><code class="line"></code><code class="line">`</code><code class="line">Second</code><code class="line">Multiline</code><code class="line"><span class="builtin">String</span></code><code class="line">`</code></pre></div><p>multiline comments</p><div class="Pre lines"><div class="menu"><button>copy</button></div><pre><code class="line">```</code><code class="line">/*</code><code class="line">multiline</code><code class="line">comments</code><code class="line">*/</code><code class="line">```</code></pre></div><p>renders</p><div class="Pre lines"><div class="menu"><button>copy</button></div><pre><code class="line">/*</code><code class="line">multiline</code><code class="line">comments</code><code class="line">*/</code></pre></div><h2 id="source">source</h2><p>the source for this page is in the
1111
<a href="https://github.com/magic-modules/pre/tree/master/example" target="_blank" rel="noopener">example directory</a>,
1212
and gets built and published to github using
13-
<a href="https://github.com/magic/core" target="_blank" rel="noopener">@magic/core</a></p></div><footer class="Footer"><div class="Container"><div class="Credits">made with a few bits of <a target="_blank" rel="noopener" href="https://magic.github.io/">magic</a></div></div></footer></div></main><script src="/pre/magic.js?sUwv8nX5Cn" integrity="sha384-sUwv8nX5CnKsZiqY1obsiV5fm8QrndTJEE4KEyeNYB8JbB6mTPcpeGLkEjsQ+9Hm" crossorigin="anonymous"></script></body></html>
13+
<a href="https://github.com/magic/core" target="_blank" rel="noopener">@magic/core</a></p></div><footer class="Footer"><div class="Container"><div class="Credits">made with a few bits of <a target="_blank" rel="noopener" href="https://magic.github.io/">magic</a></div></div></footer></div></main><script src="/pre/magic.js?kInKPWx+Cz" integrity="sha384-kInKPWx+Cz3wlFhENTBxtXGSQO8C/WjWJHSpsqztV8oKjWpcUeMIVmPFvf9HolOk" crossorigin="anonymous"></script></body></html>

‎docs/magic.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/sitemap.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
<url>
99
<loc>https://magic-modules.github.io/pre/</loc>
10-
<lastmod>2021-01-05</lastmod>
10+
<lastmod>2021-01-17</lastmod>
1111
<changefreq>weekly</changefreq>
1212
<priority>0.5</priority>
1313
</url>
1414

1515
<url>
1616
<loc>https://magic-modules.github.io/pre/404/</loc>
17-
<lastmod>2021-01-05</lastmod>
17+
<lastmod>2021-01-17</lastmod>
1818
<changefreq>weekly</changefreq>
1919
<priority>0.5</priority>
2020
</url>

‎docs/sri-hashes.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"/magic.css": "sha384-DIusUD77fCYxDczsgY9DjhmjdD/idZEn/NGVWo4QtcpSxysCher8U2D4waANcW+H",
3-
"/magic.js": "sha384-sUwv8nX5CnKsZiqY1obsiV5fm8QrndTJEE4KEyeNYB8JbB6mTPcpeGLkEjsQ+9Hm",
4-
"/pre/": "sha384-TUhmqt7+LQG3gIGR6VS3upNacyLuBq4r8tbaLGl1rFK3FBs2rq8n2PWQRa91sg1T",
5-
"/pre/404/": "sha384-oI8MMf4BPzbdAZdLzBcbzHxBrnfqU6yK3boO3KXPp5KTJ5j1Obedqc/UojbRPEIF",
3+
"/magic.js": "sha384-kInKPWx+Cz3wlFhENTBxtXGSQO8C/WjWJHSpsqztV8oKjWpcUeMIVmPFvf9HolOk",
4+
"/pre/": "sha384-gIiIGKXdIbf0/fNrN2rHuxYbgKg3FD45T5SvB9UJ0KvVqeJ+qNgNfvtfdSdzsiRt",
5+
"/pre/404/": "sha384-MkRomyPfG8KCtaQQQDB5vFnuIPFq+AjHcq5LK+gak1QrBnoeZx2jG3mPJZLZKRXf",
66
"/robots.txt": "sha384-Xcv32tijQIRIxWmxyitFQ/is0g4PfFX6+U09krHgL9YXdKALna5oQpV2oqXeCnFp",
7-
"/sitemap.xml": "sha384-ysjdUvkAVSzFb5IKHz0jmys5BJs5pGzJYqjKT6ZQmw8BHGR5MptnmvtemYGoGoa6"
7+
"/sitemap.xml": "sha384-yO28ZD2L8WaQWYikSGFMg/Y7uogkv4rsuIHDmSM5KOGZi1WTMougLcX1ifrcNSa8"
88
}

0 commit comments

Comments
 (0)
Please sign in to comment.