Skip to content

Commit

Permalink
Deployed c3cb07f to main with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2024
1 parent d6d0343 commit 5f75ff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified main/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion main/swagger_ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<h1 id="swagger-ui">Swagger UI</h1>
<p>Disclaimer: This is the current Swagger UI based on the main branch - which may differ from the Swagger UI of this release.
The Swagger UI and <code>openapi.json</code> will be available under <code>{url}:{port}/docs</code>, in this case <code>http://localhost:7997/docs</code>.</p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="4557ece7" src="swagger-4557ece7.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="99aa9170" src="swagger-99aa9170.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 @@ -23,7 +23,7 @@
SwaggerUIStandalonePreset
],

url: "https://github.com/michaelfeil/infinity/blob/main/docs/assets/openapi.json",
url: "https://raw.githubusercontent.com/michaelfeil/infinity/main/docs/assets/openapi.json",


"oauth2RedirectUrl": new URL("../assets/swagger-ui/oauth2-redirect.html",window.location.href).href,
Expand Down Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("4557ece7");
parent.update_swagger_ui_iframe_height("99aa9170");
});

// start observing for resizing
Expand Down

0 comments on commit 5f75ff5

Please sign in to comment.