Skip to content

Commit

Permalink
deploy: dc991e9
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed May 6, 2024
1 parent 7e947b3 commit 55444d8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion contribute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -752,5 +752,7 @@ <h2 id="python-developers">Python Developers<a class="headerlink" href="#python-
<script src="../assets/javascripts/bundle.dd8806f2.min.js"></script>


<script>document$.subscribe(() => {const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});})</script></body>
<script id="init-glightbox">const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});
document$.subscribe(() => { lightbox.reload() });
</script></body>
</html>
4 changes: 3 additions & 1 deletion faqs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1001,5 +1001,7 @@ <h3 id="no-such-file-or-directory-error-when-running-briefcase-build">"No such f
<script src="../assets/javascripts/bundle.dd8806f2.min.js"></script>


<script>document$.subscribe(() => {const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});})</script></body>
<script id="init-glightbox">const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});
document$.subscribe(() => { lightbox.reload() });
</script></body>
</html>
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,5 +705,7 @@ <h2 id="features">Features<a class="headerlink" href="#features" title="Permanen
<script src="assets/javascripts/bundle.dd8806f2.min.js"></script>


<script>document$.subscribe(() => {const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});})</script></body>
<script id="init-glightbox">const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});
document$.subscribe(() => { lightbox.reload() });
</script></body>
</html>
Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 3 additions & 1 deletion support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,5 +687,7 @@ <h2 id="not-satisfied-with-normcap">Not satisfied with NormCap?<a class="headerl
<script src="../assets/javascripts/bundle.dd8806f2.min.js"></script>


<script>document$.subscribe(() => {const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});})</script></body>
<script id="init-glightbox">const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});
document$.subscribe(() => { lightbox.reload() });
</script></body>
</html>
4 changes: 3 additions & 1 deletion usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,5 +769,7 @@ <h2 id="capture-modes">Capture Modes<a class="headerlink" href="#capture-modes"
<script src="../assets/javascripts/bundle.dd8806f2.min.js"></script>


<script>document$.subscribe(() => {const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});})</script></body>
<script id="init-glightbox">const lightbox = GLightbox({"touchNavigation": true, "loop": false, "zoomable": true, "draggable": true, "openEffect": "zoom", "closeEffect": "zoom", "slideEffect": "slide"});
document$.subscribe(() => { lightbox.reload() });
</script></body>
</html>

0 comments on commit 55444d8

Please sign in to comment.