Skip to content

Commit

Permalink
ci: fix: [minnesota] Correct link to Device File migration (#1235)
Browse files Browse the repository at this point in the history
Signed-off-by: edgex-jenkins <collab-it+edgex@linuxfoundation.org>
  • Loading branch information
edgex-jenkins committed Sep 20, 2023
1 parent 0f6c644 commit e0911dc
Show file tree
Hide file tree
Showing 217 changed files with 1,390 additions and 430 deletions.
2 changes: 1 addition & 1 deletion 3.0/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


<link rel="icon" href="/3.0/assets/logo_edgex.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-8.5.8">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-8.5.8">



Expand Down
4 changes: 2 additions & 2 deletions 3.0/V3TopLevelMigration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content="Michael Johanson" name="author"/>
<link href="https://docs.edgexfoundry.org/3.0/V3TopLevelMigration/" rel="canonical"/>
<link href="../assets/logo_edgex.png" rel="icon"/>
<meta content="mkdocs-1.5.1, mkdocs-material-8.5.8" name="generator"/>
<meta content="mkdocs-1.5.3, mkdocs-material-8.5.8" name="generator"/>
<title>V3 Migration Guide - EdgeX Foundry Documentation</title>
<link href="../assets/stylesheets/main.20d9efc8.min.css" rel="stylesheet"/>
<link href="../assets/stylesheets/palette.815d1a91.min.css" rel="stylesheet"/>
Expand Down Expand Up @@ -2158,7 +2158,7 @@ <h2 id="custom-device-service">Custom Device Service</h2>
<h2 id="custom-device-profile">Custom Device Profile</h2>
<p>If you have custom V2 Device Profile(s) for one of the EdgeX Device Services they will need to be migrated to the V3 version of Device Profiles. See <a href="../microservices/device/V3Migration#device-profiles">Device Service V3 Migration Guide</a> for complete details.</p>
<h2 id="custom-pre-defined-device">Custom Pre-Defined Device</h2>
<p>If you have custom V2 Pre-Defined Device(s) for one of the EdgeX Device Services they will need to be migrated to the V3 version of Pre-Defined Devices. See <a href="../microservices/device/V2Migration/#pre-defined-devices">Device Service V3 Migration Guide</a> for complete details.</p>
<p>If you have custom V2 Pre-Defined Device(s) for one of the EdgeX Device Services they will need to be migrated to the V3 version of Pre-Defined Devices. See <a href="../microservices/device/V3Migration/#device-files">Device Service V3 Migration Guide</a> for complete details.</p>
<h2 id="custom-applications-service">Custom Applications Service</h2>
<p>If you have custom Application Services they will need to be migrated to the V3 version of the App Functions SDK. See <a href="../microservices/application/V3Migration">Application Services V3 Migration Guide</a> for complete details.</p>
<h2 id="security">Security</h2>
Expand Down
2 changes: 1 addition & 1 deletion 3.0/api/Ch-APIIntroduction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content="Michael Johanson" name="author"/>
<link href="https://docs.edgexfoundry.org/3.0/api/Ch-APIIntroduction/" rel="canonical"/>
<link href="../../assets/logo_edgex.png" rel="icon"/>
<meta content="mkdocs-1.5.1, mkdocs-material-8.5.8" name="generator"/>
<meta content="mkdocs-1.5.3, mkdocs-material-8.5.8" name="generator"/>
<title>Introduction - EdgeX Foundry Documentation</title>
<link href="../../assets/stylesheets/main.20d9efc8.min.css" rel="stylesheet"/>
<link href="../../assets/stylesheets/palette.815d1a91.min.css" rel="stylesheet"/>
Expand Down
4 changes: 2 additions & 2 deletions 3.0/api/applications/Ch-APIAppFunctionsSDK/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content="Michael Johanson" name="author"/>
<link href="https://docs.edgexfoundry.org/3.0/api/applications/Ch-APIAppFunctionsSDK/" rel="canonical"/>
<link href="../../../assets/logo_edgex.png" rel="icon"/>
<meta content="mkdocs-1.5.1, mkdocs-material-8.5.8" name="generator"/>
<meta content="mkdocs-1.5.3, mkdocs-material-8.5.8" name="generator"/>
<title>Application Services - EdgeX Foundry Documentation</title>
<link href="../../../assets/stylesheets/main.20d9efc8.min.css" rel="stylesheet"/>
<link href="../../../assets/stylesheets/palette.815d1a91.min.css" rel="stylesheet"/>
Expand Down Expand Up @@ -1523,7 +1523,7 @@ <h1 id="application-services">Application Services</h1>
<p>The App Functions SDK provides a RESTful API that all Application Services inherit from the SDK.</p>
<hr/>
<h2 id="swagger">Swagger</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="16153e89" src="swagger-16153e89.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="417d60f2" src="swagger-417d60f2.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
</div>
Expand Down
120 changes: 120 additions & 0 deletions 3.0/api/applications/Ch-APIAppFunctionsSDK/swagger-417d60f2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<link rel="stylesheet" type="text/css" href="../../../assets/stylesheets/swagger-ui.css" />
<link rel="stylesheet" type="text/css" id="slate-css" media="none" href="../../../assets/stylesheets/swagger-ui-dark.css" />

</head>

<body style="overflow:hidden;background: ;">
<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>
<script>
window.onload = function () {
window.ui = SwaggerUIBundle({
dom_id: "#swagger-ui",
onComplete: onComplete,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],

url: "https://raw.githubusercontent.com/edgexfoundry/app-functions-sdk-go/v3.0/openapi/v3/app-functions-sdk.yaml",


"oauth2RedirectUrl": new URL("../../../assets/swagger-ui/oauth2-redirect.html",window.location.href).href,

"validatorUrl": "none",

"docExpansion": "list",
"filter": false,
"tryItOutEnabled": false,
"supportedSubmitMethods": [
"get",
"put",
"post",
"delete",
"options",
"head",
"patch",
"trace"
],
"validatorUrl": "none",
"extra_css": [],
"dark_scheme_name": "slate",
"syntaxHighlight.theme": "agate"

})



const scheme = parent.scheme
if (scheme === "slate") {
enable_dark_mode();
}
}

enable_dark_mode = function(){
document.getElementById("slate-css").media = ""
}

disable_dark_mode = function(){
document.getElementById("slate-css").media = "none"
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("417d60f2");
});

// start observing for resizing
resize_ob.observe(document.querySelector("body"));

// authorize modal position
var modal_top = 0;

const mutation_ob = new MutationObserver(function (mutations) {
if(mutations && mutations[0].addedNodes && mutations[0].addedNodes.length > 0){
update_modal_top()
}
});

onComplete = function(){
// start observing for auth-wrapper after Swagger UI loaded
const div = document.querySelector("div.auth-wrapper");
if(div){
mutation_ob.observe(div, {
childList: true,
});
}
}

update_top_val = function(top){
modal_top = top
update_modal_top()
}

update_modal_top = function(){
let modal_list = document.getElementsByClassName('modal-ux')
if(modal_list.length > 0){
let modal = modal_list.item(0)
const modal_height = modal.offsetHeight
const padding = 60
min = parseInt(modal_height/2 + padding)
max = document.body.scrollHeight - min + padding
if (modal_top < min) {
modal.style.top = `${min}px`
} else if (modal_top > max) {
modal.style.top = `${max}px`
} else {
modal.style.top = `${modal_top}px`
}
}
}
</script>
</body>

</html>
2 changes: 1 addition & 1 deletion 3.0/api/applications/Ch-APIRulesEngine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content="Michael Johanson" name="author"/>
<link href="https://docs.edgexfoundry.org/3.0/api/applications/Ch-APIRulesEngine/" rel="canonical"/>
<link href="../../../assets/logo_edgex.png" rel="icon"/>
<meta content="mkdocs-1.5.1, mkdocs-material-8.5.8" name="generator"/>
<meta content="mkdocs-1.5.3, mkdocs-material-8.5.8" name="generator"/>
<title>Rules Engine - EdgeX Foundry Documentation</title>
<link href="../../../assets/stylesheets/main.20d9efc8.min.css" rel="stylesheet"/>
<link href="../../../assets/stylesheets/palette.815d1a91.min.css" rel="stylesheet"/>
Expand Down
4 changes: 2 additions & 2 deletions 3.0/api/core/Ch-APICoreCommand/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content="Michael Johanson" name="author"/>
<link href="https://docs.edgexfoundry.org/3.0/api/core/Ch-APICoreCommand/" rel="canonical"/>
<link href="../../../assets/logo_edgex.png" rel="icon"/>
<meta content="mkdocs-1.5.1, mkdocs-material-8.5.8" name="generator"/>
<meta content="mkdocs-1.5.3, mkdocs-material-8.5.8" name="generator"/>
<title>Core Command - EdgeX Foundry Documentation</title>
<link href="../../../assets/stylesheets/main.20d9efc8.min.css" rel="stylesheet"/>
<link href="../../../assets/stylesheets/palette.815d1a91.min.css" rel="stylesheet"/>
Expand Down Expand Up @@ -1536,7 +1536,7 @@ <h1 id="core-command">Core Command</h1>
dimmer light.</li>
</ul>
<h2 id="swagger">Swagger</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="f9cb2870" src="swagger-f9cb2870.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="2b067aef" src="swagger-2b067aef.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
</div>
Expand Down
120 changes: 120 additions & 0 deletions 3.0/api/core/Ch-APICoreCommand/swagger-2b067aef.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<link rel="stylesheet" type="text/css" href="../../../assets/stylesheets/swagger-ui.css" />
<link rel="stylesheet" type="text/css" id="slate-css" media="none" href="../../../assets/stylesheets/swagger-ui-dark.css" />

</head>

<body style="overflow:hidden;background: ;">
<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>
<script>
window.onload = function () {
window.ui = SwaggerUIBundle({
dom_id: "#swagger-ui",
onComplete: onComplete,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],

url: "https://raw.githubusercontent.com/edgexfoundry/edgex-go/v3.0/openapi/v3/core-command.yaml",


"oauth2RedirectUrl": new URL("../../../assets/swagger-ui/oauth2-redirect.html",window.location.href).href,

"validatorUrl": "none",

"docExpansion": "list",
"filter": false,
"tryItOutEnabled": false,
"supportedSubmitMethods": [
"get",
"put",
"post",
"delete",
"options",
"head",
"patch",
"trace"
],
"validatorUrl": "none",
"extra_css": [],
"dark_scheme_name": "slate",
"syntaxHighlight.theme": "agate"

})



const scheme = parent.scheme
if (scheme === "slate") {
enable_dark_mode();
}
}

enable_dark_mode = function(){
document.getElementById("slate-css").media = ""
}

disable_dark_mode = function(){
document.getElementById("slate-css").media = "none"
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("2b067aef");
});

// start observing for resizing
resize_ob.observe(document.querySelector("body"));

// authorize modal position
var modal_top = 0;

const mutation_ob = new MutationObserver(function (mutations) {
if(mutations && mutations[0].addedNodes && mutations[0].addedNodes.length > 0){
update_modal_top()
}
});

onComplete = function(){
// start observing for auth-wrapper after Swagger UI loaded
const div = document.querySelector("div.auth-wrapper");
if(div){
mutation_ob.observe(div, {
childList: true,
});
}
}

update_top_val = function(top){
modal_top = top
update_modal_top()
}

update_modal_top = function(){
let modal_list = document.getElementsByClassName('modal-ux')
if(modal_list.length > 0){
let modal = modal_list.item(0)
const modal_height = modal.offsetHeight
const padding = 60
min = parseInt(modal_height/2 + padding)
max = document.body.scrollHeight - min + padding
if (modal_top < min) {
modal.style.top = `${min}px`
} else if (modal_top > max) {
modal.style.top = `${max}px`
} else {
modal.style.top = `${modal_top}px`
}
}
}
</script>
</body>

</html>
2 changes: 1 addition & 1 deletion 3.0/api/core/Ch-APICoreConfigurationAndRegistry/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content="Michael Johanson" name="author"/>
<link href="https://docs.edgexfoundry.org/3.0/api/core/Ch-APICoreConfigurationAndRegistry/" rel="canonical"/>
<link href="../../../assets/logo_edgex.png" rel="icon"/>
<meta content="mkdocs-1.5.1, mkdocs-material-8.5.8" name="generator"/>
<meta content="mkdocs-1.5.3, mkdocs-material-8.5.8" name="generator"/>
<title>Configuration and Registry - EdgeX Foundry Documentation</title>
<link href="../../../assets/stylesheets/main.20d9efc8.min.css" rel="stylesheet"/>
<link href="../../../assets/stylesheets/palette.815d1a91.min.css" rel="stylesheet"/>
Expand Down
4 changes: 2 additions & 2 deletions 3.0/api/core/Ch-APICoreData/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta content="Michael Johanson" name="author"/>
<link href="https://docs.edgexfoundry.org/3.0/api/core/Ch-APICoreData/" rel="canonical"/>
<link href="../../../assets/logo_edgex.png" rel="icon"/>
<meta content="mkdocs-1.5.1, mkdocs-material-8.5.8" name="generator"/>
<meta content="mkdocs-1.5.3, mkdocs-material-8.5.8" name="generator"/>
<title>Core Data - EdgeX Foundry Documentation</title>
<link href="../../../assets/stylesheets/main.20d9efc8.min.css" rel="stylesheet"/>
<link href="../../../assets/stylesheets/palette.815d1a91.min.css" rel="stylesheet"/>
Expand Down Expand Up @@ -1521,7 +1521,7 @@
<h1 id="core-data">Core Data</h1>
<p>EdgeX Foundry Core Data microservice includes the Events/Readings database collected from devices /sensors and APIs to expose this database to other services. Its APIs to provide access to Add, Query and Delete Events/Readings. See <a href="../../../microservices/core/data/Ch-CoreData/">Core Data</a> for more details about this service.</p>
<h2 id="swagger">Swagger</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="f8446508" src="swagger-f8446508.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="ce867a92" src="swagger-ce867a92.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
</div>
Expand Down
Loading

0 comments on commit e0911dc

Please sign in to comment.