Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/_static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ ul.current {
.green {
color: green;
}

/* Fix SwaggerUI code blocks: override RTD theme <code> styling that interferes with SwaggerUI's own code element styling */
#swagger-ui code {
background: none;
border: none;
padding: 0;
font-size: inherit;
color: inherit;
}
5 changes: 2 additions & 3 deletions docs/_static/css/swagger-ui.css

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions docs/_static/js/swagger-ui-bundle-3.52.3.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/_static/js/swagger-ui-bundle-5.32.1.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions docs/_static/js/swagger-ui-standalone-preset-3.52.3.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/_static/js/swagger-ui-standalone-preset-5.32.1.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/pages/integrating/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Common Schemas and Responses: `SSI types <../../_static/common/ssi_types.yaml>`_

<div id="swagger-ui"></div>

<script src='../../_static/js/swagger-ui-bundle-3.52.3.js' type='text/javascript'></script>
<script src='../../_static/js/swagger-ui-standalone-preset-3.52.3.js' type='text/javascript'></script>
<script src='../../_static/js/swagger-ui-bundle-5.32.1.js' type='text/javascript'></script>
<script src='../../_static/js/swagger-ui-standalone-preset-5.32.1.js' type='text/javascript'></script>
<script>
window.onload = function() {
const ui = SwaggerUIBundle({
Expand Down
Loading