Skip to content

Commit 1b4447e

Browse files
committed
deploy: 02a68d5
1 parent fc1bdc3 commit 1b4447e

6 files changed

+7
-7
lines changed

command-line-arguments.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2><a class="anchor" aria-hidden="true" id="loki-init"></a><a href="#loki-init"
136136
<tr><td><strong><code>--force</code></strong></td><td>Overwrite loki configuration</td><td><code>false</code></td></tr>
137137
</tbody>
138138
</table>
139-
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 1/25/2024</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/configuration.html"><span class="arrow-prev"></span><span>Configuration</span></a><a class="docs-next button" href="/continuous-integration.html"><span>Continuous Integration</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#loki-test"><code>loki test</code></a></li><li><a href="#loki-update"><code>loki update</code></a></li><li><a href="#loki-approve"><code>loki approve</code></a></li><li><a href="#loki-init"><code>loki init</code></a></li></ul></nav></div><script async="" type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEAIV2JN&amp;placement=lokijsorg" id="_carbonads_js"></script><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/favicon.svg" alt="Loki" width="52" height="52"/></a><div><h5>Docs</h5><a href="/getting-started.html">Getting Started</a><a href="/configuration.html">API Reference</a><a href="/continuous-integration.html">Guides</a></div><div><h5>Community</h5><a href="/en/users.html">User Showcase</a></div><div><h5>More</h5><a href="https://github.com/oblador/loki">GitHub</a><a class="github-button" href="https://github.com/oblador/loki" data-icon="octicon-star" data-count-href="/oblador/loki/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a><div class="social"><a href="https://twitter.com/trastknast" class="twitter-follow-button">Follow @trastknast</a></div></div></section><section class="copyright">Copyright © 2024 Joel Arvidsson</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.twttr=(function(d,s, id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src='https://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, 'script', 'twitter-wjs'));</script><script>
139+
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 3/12/2024</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/configuration.html"><span class="arrow-prev"></span><span>Configuration</span></a><a class="docs-next button" href="/continuous-integration.html"><span>Continuous Integration</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#loki-test"><code>loki test</code></a></li><li><a href="#loki-update"><code>loki update</code></a></li><li><a href="#loki-approve"><code>loki approve</code></a></li><li><a href="#loki-init"><code>loki init</code></a></li></ul></nav></div><script async="" type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEAIV2JN&amp;placement=lokijsorg" id="_carbonads_js"></script><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/favicon.svg" alt="Loki" width="52" height="52"/></a><div><h5>Docs</h5><a href="/getting-started.html">Getting Started</a><a href="/configuration.html">API Reference</a><a href="/continuous-integration.html">Guides</a></div><div><h5>Community</h5><a href="/en/users.html">User Showcase</a></div><div><h5>More</h5><a href="https://github.com/oblador/loki">GitHub</a><a class="github-button" href="https://github.com/oblador/loki" data-icon="octicon-star" data-count-href="/oblador/loki/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a><div class="social"><a href="https://twitter.com/trastknast" class="twitter-follow-button">Follow @trastknast</a></div></div></section><section class="copyright">Copyright © 2024 Joel Arvidsson</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.twttr=(function(d,s, id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src='https://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, 'script', 'twitter-wjs'));</script><script>
140140
document.addEventListener('keyup', function(e) {
141141
if (e.target !== document.body) {
142142
return;

configuration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h2><a class="anchor" aria-hidden="true" id="configurations"></a><a href="#confi
163163
<tr><td><strong><code>diffOnly</code></strong></td><td>boolean</td><td>Changes the mode of <code>loki approve</code> if set to <code>true</code>, only the images which failed <code>loki test</code> beforehand will be updated. This configuration can be overwritten on demand using the cli flag <code>--diffOnly</code>.</td><td>All</td></tr>
164164
</tbody>
165165
</table>
166-
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 1/25/2024</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/getting-started.html"><span class="arrow-prev"></span><span>Getting started</span></a><a class="docs-next button" href="/command-line-arguments.html"><span>Command line arguments</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#chromeselector"><code>chromeSelector</code></a></li><li><a href="#diffingengine"><code>diffingEngine</code></a><ul class="toc-headings"><li><a href="#pixelmatchhttpsgithubcommapboxpixelmatch"><a href="https://github.com/mapbox/pixelmatch"><code>pixelmatch</code></a></a></li><li><a href="#gmhttpsgithubcomaheckmanngm"><a href="https://github.com/aheckmann/gm"><code>gm</code></a></a></li><li><a href="#looks-samehttpsgithubcomgemini-testinglooks-same"><a href="https://github.com/gemini-testing/looks-same"><code>looks-same</code></a></a></li></ul></li><li><a href="#verboserenderer"><code>verboseRenderer</code></a></li><li><a href="#skipstories-deprecated"><del><code>skipStories</code></del> <strong>DEPRECATED</strong></a></li><li><a href="#storiesfilter"><code>storiesFilter</code></a></li><li><a href="#fetchfailignore"><code>fetchFailIgnore</code></a></li><li><a href="#filenameformatter"><code>fileNameFormatter</code></a></li><li><a href="#configurations"><code>configurations</code></a></li></ul></nav></div><script async="" type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEAIV2JN&amp;placement=lokijsorg" id="_carbonads_js"></script><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/favicon.svg" alt="Loki" width="52" height="52"/></a><div><h5>Docs</h5><a href="/getting-started.html">Getting Started</a><a href="/configuration.html">API Reference</a><a href="/continuous-integration.html">Guides</a></div><div><h5>Community</h5><a href="/en/users.html">User Showcase</a></div><div><h5>More</h5><a href="https://github.com/oblador/loki">GitHub</a><a class="github-button" href="https://github.com/oblador/loki" data-icon="octicon-star" data-count-href="/oblador/loki/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a><div class="social"><a href="https://twitter.com/trastknast" class="twitter-follow-button">Follow @trastknast</a></div></div></section><section class="copyright">Copyright © 2024 Joel Arvidsson</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.twttr=(function(d,s, id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src='https://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, 'script', 'twitter-wjs'));</script><script>
166+
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 3/12/2024</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/getting-started.html"><span class="arrow-prev"></span><span>Getting started</span></a><a class="docs-next button" href="/command-line-arguments.html"><span>Command line arguments</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#chromeselector"><code>chromeSelector</code></a></li><li><a href="#diffingengine"><code>diffingEngine</code></a><ul class="toc-headings"><li><a href="#pixelmatchhttpsgithubcommapboxpixelmatch"><a href="https://github.com/mapbox/pixelmatch"><code>pixelmatch</code></a></a></li><li><a href="#gmhttpsgithubcomaheckmanngm"><a href="https://github.com/aheckmann/gm"><code>gm</code></a></a></li><li><a href="#looks-samehttpsgithubcomgemini-testinglooks-same"><a href="https://github.com/gemini-testing/looks-same"><code>looks-same</code></a></a></li></ul></li><li><a href="#verboserenderer"><code>verboseRenderer</code></a></li><li><a href="#skipstories-deprecated"><del><code>skipStories</code></del> <strong>DEPRECATED</strong></a></li><li><a href="#storiesfilter"><code>storiesFilter</code></a></li><li><a href="#fetchfailignore"><code>fetchFailIgnore</code></a></li><li><a href="#filenameformatter"><code>fileNameFormatter</code></a></li><li><a href="#configurations"><code>configurations</code></a></li></ul></nav></div><script async="" type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEAIV2JN&amp;placement=lokijsorg" id="_carbonads_js"></script><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/favicon.svg" alt="Loki" width="52" height="52"/></a><div><h5>Docs</h5><a href="/getting-started.html">Getting Started</a><a href="/configuration.html">API Reference</a><a href="/continuous-integration.html">Guides</a></div><div><h5>Community</h5><a href="/en/users.html">User Showcase</a></div><div><h5>More</h5><a href="https://github.com/oblador/loki">GitHub</a><a class="github-button" href="https://github.com/oblador/loki" data-icon="octicon-star" data-count-href="/oblador/loki/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a><div class="social"><a href="https://twitter.com/trastknast" class="twitter-follow-button">Follow @trastknast</a></div></div></section><section class="copyright">Copyright © 2024 Joel Arvidsson</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.twttr=(function(d,s, id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src='https://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, 'script', 'twitter-wjs'));</script><script>
167167
document.addEventListener('keyup', function(e) {
168168
if (e.target !== document.body) {
169169
return;

continuous-integration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<pre><code class="hljs">build-storybook &amp;&amp; loki <span class="hljs-params">--requireReference</span> <span class="hljs-params">--reactUri</span> file<span class="hljs-function">:.</span><span class="hljs-string">/storybook-static</span>
6868
</code></pre>
6969
<p>See the <a href="https://github.com/oblador/loki/tree/master/examples/react">loki react example project</a> for a reference implementation of this approach.</p>
70-
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 1/25/2024</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/command-line-arguments.html"><span class="arrow-prev"></span><span>Command line arguments</span></a><a class="docs-next button" href="/serverless.html"><span>Serverless renderer</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"></nav></div><script async="" type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEAIV2JN&amp;placement=lokijsorg" id="_carbonads_js"></script><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/favicon.svg" alt="Loki" width="52" height="52"/></a><div><h5>Docs</h5><a href="/getting-started.html">Getting Started</a><a href="/configuration.html">API Reference</a><a href="/continuous-integration.html">Guides</a></div><div><h5>Community</h5><a href="/en/users.html">User Showcase</a></div><div><h5>More</h5><a href="https://github.com/oblador/loki">GitHub</a><a class="github-button" href="https://github.com/oblador/loki" data-icon="octicon-star" data-count-href="/oblador/loki/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a><div class="social"><a href="https://twitter.com/trastknast" class="twitter-follow-button">Follow @trastknast</a></div></div></section><section class="copyright">Copyright © 2024 Joel Arvidsson</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.twttr=(function(d,s, id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src='https://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, 'script', 'twitter-wjs'));</script><script>
70+
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 3/12/2024</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/command-line-arguments.html"><span class="arrow-prev"></span><span>Command line arguments</span></a><a class="docs-next button" href="/serverless.html"><span>Serverless renderer</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"></nav></div><script async="" type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEAIV2JN&amp;placement=lokijsorg" id="_carbonads_js"></script><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/favicon.svg" alt="Loki" width="52" height="52"/></a><div><h5>Docs</h5><a href="/getting-started.html">Getting Started</a><a href="/configuration.html">API Reference</a><a href="/continuous-integration.html">Guides</a></div><div><h5>Community</h5><a href="/en/users.html">User Showcase</a></div><div><h5>More</h5><a href="https://github.com/oblador/loki">GitHub</a><a class="github-button" href="https://github.com/oblador/loki" data-icon="octicon-star" data-count-href="/oblador/loki/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a><div class="social"><a href="https://twitter.com/trastknast" class="twitter-follow-button">Follow @trastknast</a></div></div></section><section class="copyright">Copyright © 2024 Joel Arvidsson</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.twttr=(function(d,s, id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src='https://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, 'script', 'twitter-wjs'));</script><script>
7171
document.addEventListener('keyup', function(e) {
7272
if (e.target !== document.body) {
7373
return;

0 commit comments

Comments
 (0)