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

View File

@ -1,20 +0,0 @@
window.onload = function() {
//<editor-fold desc="Changeable Configuration Block">
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
window.ui = SwaggerUIBundle({
url: "https://petstore.swagger.io/v2/swagger.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
});
//</editor-fold>
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,46 +2,46 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://wgportal.org/master/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/overview/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/configuration/examples/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/configuration/overview/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/getting-started/binaries/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/getting-started/docker/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/getting-started/helm/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/getting-started/sources/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/monitoring/prometheus/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/rest-api/api-doc/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
<url>
<loc>https://wgportal.org/master/documentation/upgrade/v1/</loc>
<lastmod>2025-04-03</lastmod>
<lastmod>2025-04-07</lastmod>
</url>
</urlset>

Binary file not shown.