Skip to content

Commit

Permalink
Deployed 28bccbb with MkDocs version: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Jul 30, 2023
1 parent 9c9de92 commit a791375
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion extras/printing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,14 @@
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<h1 id="printing">Printing</h1>
<p>Setup printing allows to get a hardcopy of the images and collages.</p>
<p>Setup printing allows to get a hardcopy of the images and collages.
Prints can be triggered by</p>
<ul>
<li>Touchscreen button in gallery</li>
<li><a href="../gpio/">GPIO (Raspberry Pi only)</a></li>
<li>keyboard input</li>
<li><a href="../../reference/api/">API</a></li>
</ul>
<h2 id="working-principle">Working Principle</h2>
<p>The user can choose an image in the gallery to print. In the background, the photobooth-app invokes a custom command, that needs to be set.
This way, printing works on all platforms where a print command is available.
Expand Down
2 changes: 1 addition & 1 deletion reference/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<article class="md-content__inner md-typeset">
<h1 id="http-api">HTTP API</h1>
<p>Following HTTP api is provided by the photobooth app.</p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="bf171ecd" src="swagger-bf171ecd.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="2ec00350" src="swagger-2ec00350.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("bf171ecd");
parent.update_swagger_ui_iframe_height("2ec00350");
});

// start observing for resizing
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit a791375

Please sign in to comment.