Deployed 801ce76 to master with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-04-07 16:31:58 +00:00
parent 278b058d07
commit 378b6a2b9e
26 changed files with 312 additions and 987 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
</head>
<body style="overflow:hidden;background: ;">
<body style="overflow:hidden;">
<div id="swagger-ui"></div>
<script src="../../../assets/javascripts/swagger-ui-bundle.js" charset="UTF-8"> </script>
<script src="../../../assets/javascripts/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
@@ -46,14 +46,14 @@
"validatorUrl": "none",
"extra_css": [],
"dark_scheme_name": "slate",
"filter_files": [],
"syntaxHighlight.theme": "agate"
})
const scheme = parent.scheme
if (scheme === "slate") {
if (parent.__init_is_dark_mode) {
enable_dark_mode();
}
}
@@ -67,7 +67,7 @@
}
const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("483b3727");
parent.update_swagger_ui_iframe_height("d042b843");
});
// start observing for resizing