Skip to content

Commit

Permalink
Deployed 0ecb542 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 23, 2024
1 parent a8e0df3 commit 680d174
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 36 deletions.
2 changes: 1 addition & 1 deletion endpoints/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<h1 id="endpoints">Endpoints</h1>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="d3f7c330" src="swagger-d3f7c330.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="f6994930" src="swagger-f6994930.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("d3f7c330");
parent.update_swagger_ui_iframe_height("f6994930");
});

// start observing for resizing
Expand Down
Loading

0 comments on commit 680d174

Please sign in to comment.