mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-04 07:26:18 +00:00
Deployed 801ce76
to master with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
|
Reference in New Issue
Block a user