Skip to content

Commit

Permalink
Deploying to gh-pages from @ cda7b33 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Apr 16, 2024
1 parent 7ab4f02 commit dbd1215
Show file tree
Hide file tree
Showing 75 changed files with 2,951 additions and 226 deletions.
65 changes: 63 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@



<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">

<link rel="stylesheet" href="/one-click-se-demos/assets/external/fonts.googleapis.com/css.49ea35f2.css">
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>


Expand Down Expand Up @@ -663,6 +663,67 @@ <h1>404 - Not found</h1>
</div>


<div class="md-consent" data-md-component="consent" id="__consent" hidden>
<div class="md-consent__overlay"></div>
<aside class="md-consent__inner">
<form class="md-consent__form md-grid md-typeset" name="consent">










<h4>Cookie consent</h4>
<p>We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better.</p>
<input class="md-toggle" type="checkbox" id="__settings" >
<div class="md-consent__settings">
<ul class="task-list">






<li class="task-list-item">
<label class="task-list-control">
<input type="checkbox" name="github" checked>
<span class="task-list-indicator"></span>
GitHub
</label>
</li>

</ul>
</div>
<div class="md-consent__controls">


<button class="md-button md-button--primary">Accept</button>







<label class="md-button" for="__settings">Manage settings</label>




<button type="reset" class="md-button md-button--primary">Reject</button>



</div>
</form>
</aside>
</div>
<script>var consent=__md_get("__consent");if(consent)for(var input of document.forms.consent.elements)input.name&&(input.checked=consent[input.name]||!1);else"file:"!==location.protocol&&setTimeout(function(){document.querySelector("[data-md-component=consent]").hidden=!1},250);var action,form=document.forms.consent;for(action of["submit","reset"])form.addEventListener(action,function(e){if(e.preventDefault(),"reset"===e.type)for(var n of document.forms.consent.elements)n.name&&(n.checked=!1);__md_set("__consent",Object.fromEntries(Array.from(new FormData(form).keys()).map(function(e){return[e,!0]}))),location.hash="",location.reload()})</script>

<script id="__config" type="application/json">{"base": "/one-click-se-demos/", "features": ["announce.dismiss", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "content.tooltips", "header.autohide", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.top", "navigation.tracking", "search.highlight", "search.share", "search.suggest", "toc.follow"], "search": "/one-click-se-demos/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dbd1215

Please sign in to comment.