diff --git a/1.3/404.html b/1.3/404.html
index 5291fe476f..191c2fb991 100644
--- a/1.3/404.html
+++ b/1.3/404.html
@@ -43,6 +43,11 @@
+
+
+
+
+
diff --git a/1.3/api/Ch-APIAppFunctionsSDK/index.html b/1.3/api/Ch-APIAppFunctionsSDK/index.html
index c1596c32da..1f8c234c8e 100644
--- a/1.3/api/Ch-APIAppFunctionsSDK/index.html
+++ b/1.3/api/Ch-APIAppFunctionsSDK/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/Ch-APIDeviceSDK/index.html b/1.3/api/Ch-APIDeviceSDK/index.html
index 4756264f1f..0aa64df4d3 100644
--- a/1.3/api/Ch-APIDeviceSDK/index.html
+++ b/1.3/api/Ch-APIDeviceSDK/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/Ch-APISystemManagement/index.html b/1.3/api/Ch-APISystemManagement/index.html
index f745ac3355..fa68a1adaf 100644
--- a/1.3/api/Ch-APISystemManagement/index.html
+++ b/1.3/api/Ch-APISystemManagement/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/core/Ch-APICoreCommand/index.html b/1.3/api/core/Ch-APICoreCommand/index.html
index 47cfa975c3..57fdd26d6b 100644
--- a/1.3/api/core/Ch-APICoreCommand/index.html
+++ b/1.3/api/core/Ch-APICoreCommand/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/core/Ch-APICoreData/index.html b/1.3/api/core/Ch-APICoreData/index.html
index 3314220193..020258aac9 100644
--- a/1.3/api/core/Ch-APICoreData/index.html
+++ b/1.3/api/core/Ch-APICoreData/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/core/Ch-APICoreMetadata/index.html b/1.3/api/core/Ch-APICoreMetadata/index.html
index 9b9d152693..acb43acf24 100644
--- a/1.3/api/core/Ch-APICoreMetadata/index.html
+++ b/1.3/api/core/Ch-APICoreMetadata/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/core/Ch-APICoreServiceConfiguration/index.html b/1.3/api/core/Ch-APICoreServiceConfiguration/index.html
index e01ccddff5..94dc99db77 100644
--- a/1.3/api/core/Ch-APICoreServiceConfiguration/index.html
+++ b/1.3/api/core/Ch-APICoreServiceConfiguration/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/supporting/Ch-APISupportingServicesAlerts/index.html b/1.3/api/supporting/Ch-APISupportingServicesAlerts/index.html
index ac4ab1f3c2..d55931caf3 100644
--- a/1.3/api/supporting/Ch-APISupportingServicesAlerts/index.html
+++ b/1.3/api/supporting/Ch-APISupportingServicesAlerts/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/supporting/Ch-APISupportingServicesLogging/index.html b/1.3/api/supporting/Ch-APISupportingServicesLogging/index.html
index 500e7f8132..a22254a60a 100644
--- a/1.3/api/supporting/Ch-APISupportingServicesLogging/index.html
+++ b/1.3/api/supporting/Ch-APISupportingServicesLogging/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/supporting/Ch-APISupportingServicesRulesEngine/index.html b/1.3/api/supporting/Ch-APISupportingServicesRulesEngine/index.html
index be8fd6a319..212ff7737a 100644
--- a/1.3/api/supporting/Ch-APISupportingServicesRulesEngine/index.html
+++ b/1.3/api/supporting/Ch-APISupportingServicesRulesEngine/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/api/supporting/Ch-APISupportingServicesScheduling/index.html b/1.3/api/supporting/Ch-APISupportingServicesScheduling/index.html
index 05f6c20cd2..9efe0b3d55 100644
--- a/1.3/api/supporting/Ch-APISupportingServicesScheduling/index.html
+++ b/1.3/api/supporting/Ch-APISupportingServicesScheduling/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/assets/javascripts/version-select.js b/1.3/assets/javascripts/version-select.js
index 0fdd90ec72..3dc99017db 100644
--- a/1.3/assets/javascripts/version-select.js
+++ b/1.3/assets/javascripts/version-select.js
@@ -57,7 +57,8 @@ window.addEventListener("DOMContentLoaded", function () {
if (this.value === '1.1') {
window.location.href = "https://fuji-docs.edgexfoundry.org"
} else {
- window.location.href = "/" + this.value;
+ // replace version in the beginning of path with selected version
+ window.location.pathname = window.location.pathname.replace(/^\/(\d.\d)\//, `/${this.value}/`);
}
});
diff --git a/1.3/design/TOC/index.html b/1.3/design/TOC/index.html
index 74b7a32353..437ccd3e16 100644
--- a/1.3/design/TOC/index.html
+++ b/1.3/design/TOC/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/0001-Registy-Refactor/index.html b/1.3/design/adr/0001-Registy-Refactor/index.html
index a3e5dce0dd..9ec75ba49c 100644
--- a/1.3/design/adr/0001-Registy-Refactor/index.html
+++ b/1.3/design/adr/0001-Registy-Refactor/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/0004-Feature-Flags/index.html b/1.3/design/adr/0004-Feature-Flags/index.html
index 8a3f333560..b0d9c7dfbd 100644
--- a/1.3/design/adr/0004-Feature-Flags/index.html
+++ b/1.3/design/adr/0004-Feature-Flags/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/0005-Service-Self-Config/index.html b/1.3/design/adr/0005-Service-Self-Config/index.html
index 229fb78466..f0968dda9e 100644
--- a/1.3/design/adr/0005-Service-Self-Config/index.html
+++ b/1.3/design/adr/0005-Service-Self-Config/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/013-Device-Service-Events-Message-Bus/index.html b/1.3/design/adr/013-Device-Service-Events-Message-Bus/index.html
index 3e790166e0..af159f53f4 100644
--- a/1.3/design/adr/013-Device-Service-Events-Message-Bus/index.html
+++ b/1.3/design/adr/013-Device-Service-Events-Message-Bus/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/014-Secret-Provider-For-All/index.html b/1.3/design/adr/014-Secret-Provider-For-All/index.html
index 07513b97ac..277f677d8e 100644
--- a/1.3/design/adr/014-Secret-Provider-For-All/index.html
+++ b/1.3/design/adr/014-Secret-Provider-For-All/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/core/0003-V2-API-Principles/index.html b/1.3/design/adr/core/0003-V2-API-Principles/index.html
index 23d5f04124..216bc6b881 100644
--- a/1.3/design/adr/core/0003-V2-API-Principles/index.html
+++ b/1.3/design/adr/core/0003-V2-API-Principles/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/device-service/0002-Array-Datatypes/index.html b/1.3/design/adr/device-service/0002-Array-Datatypes/index.html
index e933bb0441..d34f8e94b0 100644
--- a/1.3/design/adr/device-service/0002-Array-Datatypes/index.html
+++ b/1.3/design/adr/device-service/0002-Array-Datatypes/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/device-service/0011-DeviceService-Rest-API/index.html b/1.3/design/adr/device-service/0011-DeviceService-Rest-API/index.html
index 45ea28726d..659d5b307e 100644
--- a/1.3/design/adr/device-service/0011-DeviceService-Rest-API/index.html
+++ b/1.3/design/adr/device-service/0011-DeviceService-Rest-API/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/devops/0007-Release-Automation/index.html b/1.3/design/adr/devops/0007-Release-Automation/index.html
index 52a4c3acf4..6d73ccea44 100644
--- a/1.3/design/adr/devops/0007-Release-Automation/index.html
+++ b/1.3/design/adr/devops/0007-Release-Automation/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/devops/0010-Release-Artifacts/index.html b/1.3/design/adr/devops/0010-Release-Artifacts/index.html
index 4263eb23c2..7dcd5c2054 100644
--- a/1.3/design/adr/devops/0010-Release-Artifacts/index.html
+++ b/1.3/design/adr/devops/0010-Release-Artifacts/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/security/0008-Secret-Creation-and-Distribution/index.html b/1.3/design/adr/security/0008-Secret-Creation-and-Distribution/index.html
index 3c578348c0..5e17528ee3 100644
--- a/1.3/design/adr/security/0008-Secret-Creation-and-Distribution/index.html
+++ b/1.3/design/adr/security/0008-Secret-Creation-and-Distribution/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/security/0009-Secure-Bootstrapping/index.html b/1.3/design/adr/security/0009-Secure-Bootstrapping/index.html
index bf6ff1a609..19285a6377 100644
--- a/1.3/design/adr/security/0009-Secure-Bootstrapping/index.html
+++ b/1.3/design/adr/security/0009-Secure-Bootstrapping/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/security/0015-in-cluster-tls/index.html b/1.3/design/adr/security/0015-in-cluster-tls/index.html
index 7d4ef46c43..09239f111e 100644
--- a/1.3/design/adr/security/0015-in-cluster-tls/index.html
+++ b/1.3/design/adr/security/0015-in-cluster-tls/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/adr/security/0016-docker-image-guidelines/index.html b/1.3/design/adr/security/0016-docker-image-guidelines/index.html
index 5b8364ba9d..9d0d10ce07 100644
--- a/1.3/design/adr/security/0016-docker-image-guidelines/index.html
+++ b/1.3/design/adr/security/0016-docker-image-guidelines/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/index.html b/1.3/design/index.html
index 11a1e24a5c..153984687d 100644
--- a/1.3/design/index.html
+++ b/1.3/design/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/legacy-design/device-service/discovery/index.html b/1.3/design/legacy-design/device-service/discovery/index.html
index 1f46209577..18cb32b4dd 100644
--- a/1.3/design/legacy-design/device-service/discovery/index.html
+++ b/1.3/design/legacy-design/device-service/discovery/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/legacy-design/index.html b/1.3/design/legacy-design/index.html
index 597f459d57..3cd6837980 100644
--- a/1.3/design/legacy-design/index.html
+++ b/1.3/design/legacy-design/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/legacy-requirements/device-service/index.html b/1.3/design/legacy-requirements/device-service/index.html
index 24c79b6cc0..22325e0cdf 100644
--- a/1.3/design/legacy-requirements/device-service/index.html
+++ b/1.3/design/legacy-requirements/device-service/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/design/legacy-requirements/index.html b/1.3/design/legacy-requirements/index.html
index 554ab40f91..14a7b8a490 100644
--- a/1.3/design/legacy-requirements/index.html
+++ b/1.3/design/legacy-requirements/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/AppServiceExamples/index.html b/1.3/examples/AppServiceExamples/index.html
index 77aa416bd4..f3bf9cd945 100644
--- a/1.3/examples/AppServiceExamples/index.html
+++ b/1.3/examples/AppServiceExamples/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-CommandingDeviceThroughRulesEngine/index.html b/1.3/examples/Ch-CommandingDeviceThroughRulesEngine/index.html
index b581faf726..e69c1df19e 100644
--- a/1.3/examples/Ch-CommandingDeviceThroughRulesEngine/index.html
+++ b/1.3/examples/Ch-CommandingDeviceThroughRulesEngine/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-ExamplesAddingMQTTDevice/index.html b/1.3/examples/Ch-ExamplesAddingMQTTDevice/index.html
index a855c4f03b..59b71f8247 100644
--- a/1.3/examples/Ch-ExamplesAddingMQTTDevice/index.html
+++ b/1.3/examples/Ch-ExamplesAddingMQTTDevice/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-ExamplesAddingModbusDevice/index.html b/1.3/examples/Ch-ExamplesAddingModbusDevice/index.html
index 423f05978e..4b595a162d 100644
--- a/1.3/examples/Ch-ExamplesAddingModbusDevice/index.html
+++ b/1.3/examples/Ch-ExamplesAddingModbusDevice/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-ExamplesAddingSNMPDevice/index.html b/1.3/examples/Ch-ExamplesAddingSNMPDevice/index.html
index ae2f270007..2d06eb4088 100644
--- a/1.3/examples/Ch-ExamplesAddingSNMPDevice/index.html
+++ b/1.3/examples/Ch-ExamplesAddingSNMPDevice/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-ExamplesModbusdatatypeconversion/index.html b/1.3/examples/Ch-ExamplesModbusdatatypeconversion/index.html
index b9f5176e10..710055a866 100644
--- a/1.3/examples/Ch-ExamplesModbusdatatypeconversion/index.html
+++ b/1.3/examples/Ch-ExamplesModbusdatatypeconversion/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-ExamplesRP4/index.html b/1.3/examples/Ch-ExamplesRP4/index.html
index c74c7e7696..be213829e9 100644
--- a/1.3/examples/Ch-ExamplesRP4/index.html
+++ b/1.3/examples/Ch-ExamplesRP4/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-ExamplesRandomDeviceService/index.html b/1.3/examples/Ch-ExamplesRandomDeviceService/index.html
index ad10d1d352..3e47c6a6b0 100644
--- a/1.3/examples/Ch-ExamplesRandomDeviceService/index.html
+++ b/1.3/examples/Ch-ExamplesRandomDeviceService/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-ExamplesSendingAndConsumingBinary/index.html b/1.3/examples/Ch-ExamplesSendingAndConsumingBinary/index.html
index f0553c625c..ab26036322 100644
--- a/1.3/examples/Ch-ExamplesSendingAndConsumingBinary/index.html
+++ b/1.3/examples/Ch-ExamplesSendingAndConsumingBinary/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/Ch-ExamplesVirtualDeviceService/index.html b/1.3/examples/Ch-ExamplesVirtualDeviceService/index.html
index 0092a41d46..e15af8b0eb 100644
--- a/1.3/examples/Ch-ExamplesVirtualDeviceService/index.html
+++ b/1.3/examples/Ch-ExamplesVirtualDeviceService/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/examples/LinuxTutorial/LinuxTutorial/index.html b/1.3/examples/LinuxTutorial/LinuxTutorial/index.html
index 397dcbfc8e..a964673bfb 100644
--- a/1.3/examples/LinuxTutorial/LinuxTutorial/index.html
+++ b/1.3/examples/LinuxTutorial/LinuxTutorial/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/general/ContainerNames/index.html b/1.3/general/ContainerNames/index.html
index 42a929a1ad..217a00571b 100644
--- a/1.3/general/ContainerNames/index.html
+++ b/1.3/general/ContainerNames/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/general/Definitions/index.html b/1.3/general/Definitions/index.html
index 2252c0b547..df16f67ad0 100644
--- a/1.3/general/Definitions/index.html
+++ b/1.3/general/Definitions/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/general/PlatformRequirements/index.html b/1.3/general/PlatformRequirements/index.html
index 09f1ae1590..2467f76e5d 100644
--- a/1.3/general/PlatformRequirements/index.html
+++ b/1.3/general/PlatformRequirements/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/general/ServiceConfiguration/index.html b/1.3/general/ServiceConfiguration/index.html
index 7d1793d2ec..12755fffeb 100644
--- a/1.3/general/ServiceConfiguration/index.html
+++ b/1.3/general/ServiceConfiguration/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/general/ServicePorts/index.html b/1.3/general/ServicePorts/index.html
index 418a4f45cd..8d18959b9a 100644
--- a/1.3/general/ServicePorts/index.html
+++ b/1.3/general/ServicePorts/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/ApplicationFunctionsSDK/index.html b/1.3/getting-started/ApplicationFunctionsSDK/index.html
index c9c67ca9f9..e80e0f7674 100644
--- a/1.3/getting-started/ApplicationFunctionsSDK/index.html
+++ b/1.3/getting-started/ApplicationFunctionsSDK/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedCDevelopers/index.html b/1.3/getting-started/Ch-GettingStartedCDevelopers/index.html
index 49255f3249..a584fafc84 100644
--- a/1.3/getting-started/Ch-GettingStartedCDevelopers/index.html
+++ b/1.3/getting-started/Ch-GettingStartedCDevelopers/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedDevelopers/index.html b/1.3/getting-started/Ch-GettingStartedDevelopers/index.html
index d7c4de22ec..35bb3a80c4 100644
--- a/1.3/getting-started/Ch-GettingStartedDevelopers/index.html
+++ b/1.3/getting-started/Ch-GettingStartedDevelopers/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedGoDevelopers/index.html b/1.3/getting-started/Ch-GettingStartedGoDevelopers/index.html
index bed5c3d676..fb6565ddb1 100644
--- a/1.3/getting-started/Ch-GettingStartedGoDevelopers/index.html
+++ b/1.3/getting-started/Ch-GettingStartedGoDevelopers/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedHybrid/index.html b/1.3/getting-started/Ch-GettingStartedHybrid/index.html
index f8c50c22e0..4cb292cd64 100644
--- a/1.3/getting-started/Ch-GettingStartedHybrid/index.html
+++ b/1.3/getting-started/Ch-GettingStartedHybrid/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedSDK-C/index.html b/1.3/getting-started/Ch-GettingStartedSDK-C/index.html
index 1d54491b01..64316b8a04 100644
--- a/1.3/getting-started/Ch-GettingStartedSDK-C/index.html
+++ b/1.3/getting-started/Ch-GettingStartedSDK-C/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedSDK-Go/index.html b/1.3/getting-started/Ch-GettingStartedSDK-Go/index.html
index a0c61a920b..0fa2591362 100644
--- a/1.3/getting-started/Ch-GettingStartedSDK-Go/index.html
+++ b/1.3/getting-started/Ch-GettingStartedSDK-Go/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedSDK/index.html b/1.3/getting-started/Ch-GettingStartedSDK/index.html
index d0347641d0..3f4164c223 100644
--- a/1.3/getting-started/Ch-GettingStartedSDK/index.html
+++ b/1.3/getting-started/Ch-GettingStartedSDK/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedSnapUsers/index.html b/1.3/getting-started/Ch-GettingStartedSnapUsers/index.html
index d33f18c3fc..8008516853 100644
--- a/1.3/getting-started/Ch-GettingStartedSnapUsers/index.html
+++ b/1.3/getting-started/Ch-GettingStartedSnapUsers/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedUsers/index.html b/1.3/getting-started/Ch-GettingStartedUsers/index.html
index 1f2227a3ec..3f957f0a2e 100644
--- a/1.3/getting-started/Ch-GettingStartedUsers/index.html
+++ b/1.3/getting-started/Ch-GettingStartedUsers/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/Ch-GettingStartedUsersNexus/index.html b/1.3/getting-started/Ch-GettingStartedUsersNexus/index.html
index 12327d0352..f1df7f2ecb 100644
--- a/1.3/getting-started/Ch-GettingStartedUsersNexus/index.html
+++ b/1.3/getting-started/Ch-GettingStartedUsersNexus/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/index.html b/1.3/getting-started/index.html
index 72c8d8cf87..9959d4fe2e 100644
--- a/1.3/getting-started/index.html
+++ b/1.3/getting-started/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/quick-start/index.html b/1.3/getting-started/quick-start/index.html
index f30eb90d97..2837bf682c 100644
--- a/1.3/getting-started/quick-start/index.html
+++ b/1.3/getting-started/quick-start/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/getting-started/tools/Ch-CommandLineInterface/index.html b/1.3/getting-started/tools/Ch-CommandLineInterface/index.html
index 15107190da..fe0908dd06 100644
--- a/1.3/getting-started/tools/Ch-CommandLineInterface/index.html
+++ b/1.3/getting-started/tools/Ch-CommandLineInterface/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/index.html b/1.3/index.html
index 71c4a436b6..8c192efb3f 100644
--- a/1.3/index.html
+++ b/1.3/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/AdvancedTopics/index.html b/1.3/microservices/application/AdvancedTopics/index.html
index 9a4d58620c..d17f9b3cd5 100644
--- a/1.3/microservices/application/AdvancedTopics/index.html
+++ b/1.3/microservices/application/AdvancedTopics/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/AppServiceConfigurable/index.html b/1.3/microservices/application/AppServiceConfigurable/index.html
index df84c60048..77d0887851 100644
--- a/1.3/microservices/application/AppServiceConfigurable/index.html
+++ b/1.3/microservices/application/AppServiceConfigurable/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/ApplicationFunctionsSDK/index.html b/1.3/microservices/application/ApplicationFunctionsSDK/index.html
index ee7156ea46..bd20433378 100644
--- a/1.3/microservices/application/ApplicationFunctionsSDK/index.html
+++ b/1.3/microservices/application/ApplicationFunctionsSDK/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/ApplicationServices/index.html b/1.3/microservices/application/ApplicationServices/index.html
index 2fd8b2ab9a..e7f9ab4404 100644
--- a/1.3/microservices/application/ApplicationServices/index.html
+++ b/1.3/microservices/application/ApplicationServices/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/BuiltIn/index.html b/1.3/microservices/application/BuiltIn/index.html
index 440b97740e..f6e6139a6e 100644
--- a/1.3/microservices/application/BuiltIn/index.html
+++ b/1.3/microservices/application/BuiltIn/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/ContextAPI/index.html b/1.3/microservices/application/ContextAPI/index.html
index 9dd0183c86..e9490d8651 100644
--- a/1.3/microservices/application/ContextAPI/index.html
+++ b/1.3/microservices/application/ContextAPI/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/ErrorHandling/index.html b/1.3/microservices/application/ErrorHandling/index.html
index 337139adb0..d65bba11d3 100644
--- a/1.3/microservices/application/ErrorHandling/index.html
+++ b/1.3/microservices/application/ErrorHandling/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/GeneralAppServiceConfig/index.html b/1.3/microservices/application/GeneralAppServiceConfig/index.html
index 975606fb8b..a8875a2191 100644
--- a/1.3/microservices/application/GeneralAppServiceConfig/index.html
+++ b/1.3/microservices/application/GeneralAppServiceConfig/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/application/Triggers/index.html b/1.3/microservices/application/Triggers/index.html
index 747d66108a..323403199c 100644
--- a/1.3/microservices/application/Triggers/index.html
+++ b/1.3/microservices/application/Triggers/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/configuration/Ch-Configuration/index.html b/1.3/microservices/configuration/Ch-Configuration/index.html
index 00565c5be9..09bbbe8abf 100644
--- a/1.3/microservices/configuration/Ch-Configuration/index.html
+++ b/1.3/microservices/configuration/Ch-Configuration/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/core/Ch-CoreServices/index.html b/1.3/microservices/core/Ch-CoreServices/index.html
index 377996dda7..6ad7eb4545 100644
--- a/1.3/microservices/core/Ch-CoreServices/index.html
+++ b/1.3/microservices/core/Ch-CoreServices/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/core/command/Ch-Command/index.html b/1.3/microservices/core/command/Ch-Command/index.html
index eac4c3475c..f041532d23 100644
--- a/1.3/microservices/core/command/Ch-Command/index.html
+++ b/1.3/microservices/core/command/Ch-Command/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/core/data/Ch-CoreData/index.html b/1.3/microservices/core/data/Ch-CoreData/index.html
index 40c83a48fe..05896c12b2 100644
--- a/1.3/microservices/core/data/Ch-CoreData/index.html
+++ b/1.3/microservices/core/data/Ch-CoreData/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/core/database/Ch-Redis/index.html b/1.3/microservices/core/database/Ch-Redis/index.html
index 6e56e37593..90215954ce 100644
--- a/1.3/microservices/core/database/Ch-Redis/index.html
+++ b/1.3/microservices/core/database/Ch-Redis/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/core/metadata/Ch-Metadata/index.html b/1.3/microservices/core/metadata/Ch-Metadata/index.html
index 7d30810cc5..b8515c175d 100644
--- a/1.3/microservices/core/metadata/Ch-Metadata/index.html
+++ b/1.3/microservices/core/metadata/Ch-Metadata/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/device/Ch-DeviceServices/index.html b/1.3/microservices/device/Ch-DeviceServices/index.html
index f4664b6d45..5c4933e9df 100644
--- a/1.3/microservices/device/Ch-DeviceServices/index.html
+++ b/1.3/microservices/device/Ch-DeviceServices/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/device/profile/Ch-DeviceProfile/index.html b/1.3/microservices/device/profile/Ch-DeviceProfile/index.html
index eb8590b442..1494802633 100644
--- a/1.3/microservices/device/profile/Ch-DeviceProfile/index.html
+++ b/1.3/microservices/device/profile/Ch-DeviceProfile/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/device/profile/Ch-DeviceProfileRef/index.html b/1.3/microservices/device/profile/Ch-DeviceProfileRef/index.html
index f2003abb85..28e1fe23a6 100644
--- a/1.3/microservices/device/profile/Ch-DeviceProfileRef/index.html
+++ b/1.3/microservices/device/profile/Ch-DeviceProfileRef/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/device/sdk/Ch-DeviceSDK/index.html b/1.3/microservices/device/sdk/Ch-DeviceSDK/index.html
index b2cd31f439..3225cc92f3 100644
--- a/1.3/microservices/device/sdk/Ch-DeviceSDK/index.html
+++ b/1.3/microservices/device/sdk/Ch-DeviceSDK/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/device/virtual/Ch-VirtualDevice/index.html b/1.3/microservices/device/virtual/Ch-VirtualDevice/index.html
index cbe565b13f..9abef4a8b2 100644
--- a/1.3/microservices/device/virtual/Ch-VirtualDevice/index.html
+++ b/1.3/microservices/device/virtual/Ch-VirtualDevice/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/general/index.html b/1.3/microservices/general/index.html
index 9a4e16d8e5..bafadd0b9b 100644
--- a/1.3/microservices/general/index.html
+++ b/1.3/microservices/general/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/Ch-APIGateway/index.html b/1.3/microservices/security/Ch-APIGateway/index.html
index 535dd73520..3cac7332ba 100644
--- a/1.3/microservices/security/Ch-APIGateway/index.html
+++ b/1.3/microservices/security/Ch-APIGateway/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/Ch-AccessEdgeXRESTResources/index.html b/1.3/microservices/security/Ch-AccessEdgeXRESTResources/index.html
index b7c43f8afa..4ef3013d97 100644
--- a/1.3/microservices/security/Ch-AccessEdgeXRESTResources/index.html
+++ b/1.3/microservices/security/Ch-AccessEdgeXRESTResources/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/Ch-Docker-Swarm-SecuringDeviceServices/index.html b/1.3/microservices/security/Ch-Docker-Swarm-SecuringDeviceServices/index.html
index f3004a9c30..7c43591951 100644
--- a/1.3/microservices/security/Ch-Docker-Swarm-SecuringDeviceServices/index.html
+++ b/1.3/microservices/security/Ch-Docker-Swarm-SecuringDeviceServices/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/Ch-SSH-Tunneling-HowToSecureDeviceServices/index.html b/1.3/microservices/security/Ch-SSH-Tunneling-HowToSecureDeviceServices/index.html
index 501eb7e317..5987a9c0ea 100644
--- a/1.3/microservices/security/Ch-SSH-Tunneling-HowToSecureDeviceServices/index.html
+++ b/1.3/microservices/security/Ch-SSH-Tunneling-HowToSecureDeviceServices/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/Ch-SecretStore/index.html b/1.3/microservices/security/Ch-SecretStore/index.html
index cb0cdc3606..59b7d5c546 100644
--- a/1.3/microservices/security/Ch-SecretStore/index.html
+++ b/1.3/microservices/security/Ch-SecretStore/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/Ch-Security/index.html b/1.3/microservices/security/Ch-Security/index.html
index 82408cc114..d3b92f4276 100644
--- a/1.3/microservices/security/Ch-Security/index.html
+++ b/1.3/microservices/security/Ch-Security/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/Ch-SecurityIssues/index.html b/1.3/microservices/security/Ch-SecurityIssues/index.html
index e59f9fea9f..b26bad40d5 100644
--- a/1.3/microservices/security/Ch-SecurityIssues/index.html
+++ b/1.3/microservices/security/Ch-SecurityIssues/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/Ch-StartingSecurity/index.html b/1.3/microservices/security/Ch-StartingSecurity/index.html
index a8dfb237f5..241be8886b 100644
--- a/1.3/microservices/security/Ch-StartingSecurity/index.html
+++ b/1.3/microservices/security/Ch-StartingSecurity/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/edgex-secrets-config-proxy.1/index.html b/1.3/microservices/security/edgex-secrets-config-proxy.1/index.html
index e576e48432..08f74a22b9 100644
--- a/1.3/microservices/security/edgex-secrets-config-proxy.1/index.html
+++ b/1.3/microservices/security/edgex-secrets-config-proxy.1/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/edgex-secrets-config.1/index.html b/1.3/microservices/security/edgex-secrets-config.1/index.html
index 37f86ebada..891c8e9f38 100644
--- a/1.3/microservices/security/edgex-secrets-config.1/index.html
+++ b/1.3/microservices/security/edgex-secrets-config.1/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/security-file-token-provider.1/index.html b/1.3/microservices/security/security-file-token-provider.1/index.html
index 1c0e1386d5..70adb91ef2 100644
--- a/1.3/microservices/security/security-file-token-provider.1/index.html
+++ b/1.3/microservices/security/security-file-token-provider.1/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/security/security-secrets-setup.1/index.html b/1.3/microservices/security/security-secrets-setup.1/index.html
index f1aab9111f..ed0e3cc447 100644
--- a/1.3/microservices/security/security-secrets-setup.1/index.html
+++ b/1.3/microservices/security/security-secrets-setup.1/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/support/Ch-SupportingServices/index.html b/1.3/microservices/support/Ch-SupportingServices/index.html
index f8b679352d..ede684a5d9 100644
--- a/1.3/microservices/support/Ch-SupportingServices/index.html
+++ b/1.3/microservices/support/Ch-SupportingServices/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/support/Kuiper/Ch-Kuiper/index.html b/1.3/microservices/support/Kuiper/Ch-Kuiper/index.html
index 5ad2ab4a14..081d132c42 100644
--- a/1.3/microservices/support/Kuiper/Ch-Kuiper/index.html
+++ b/1.3/microservices/support/Kuiper/Ch-Kuiper/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/support/logging/Ch-Logging/index.html b/1.3/microservices/support/logging/Ch-Logging/index.html
index 5a613f2d98..d6a6cc7eba 100644
--- a/1.3/microservices/support/logging/Ch-Logging/index.html
+++ b/1.3/microservices/support/logging/Ch-Logging/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/support/notifications/Ch-AlertsNotifications/index.html b/1.3/microservices/support/notifications/Ch-AlertsNotifications/index.html
index 1ef8248e31..3750f30898 100644
--- a/1.3/microservices/support/notifications/Ch-AlertsNotifications/index.html
+++ b/1.3/microservices/support/notifications/Ch-AlertsNotifications/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/support/rulesengine/Ch-RulesEngine/index.html b/1.3/microservices/support/rulesengine/Ch-RulesEngine/index.html
index 5191ed2489..393b7b74d7 100644
--- a/1.3/microservices/support/rulesengine/Ch-RulesEngine/index.html
+++ b/1.3/microservices/support/rulesengine/Ch-RulesEngine/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/support/scheduler/Ch-Scheduling/index.html b/1.3/microservices/support/scheduler/Ch-Scheduling/index.html
index 38b54e7f89..6fb23a84d6 100644
--- a/1.3/microservices/support/scheduler/Ch-Scheduling/index.html
+++ b/1.3/microservices/support/scheduler/Ch-Scheduling/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/system-management/Ch_SystemManagement/index.html b/1.3/microservices/system-management/Ch_SystemManagement/index.html
index 483402bacc..ec7a053c4b 100644
--- a/1.3/microservices/system-management/Ch_SystemManagement/index.html
+++ b/1.3/microservices/system-management/Ch_SystemManagement/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/system-management/agent/Ch_SysMgmtAgent/index.html b/1.3/microservices/system-management/agent/Ch_SysMgmtAgent/index.html
index 69fd59b761..7e87faab5e 100644
--- a/1.3/microservices/system-management/agent/Ch_SysMgmtAgent/index.html
+++ b/1.3/microservices/system-management/agent/Ch_SysMgmtAgent/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/microservices/system-management/executor/Ch_SysMgmtExecutor/index.html b/1.3/microservices/system-management/executor/Ch_SysMgmtExecutor/index.html
index 412cf72907..75d0a01123 100644
--- a/1.3/microservices/system-management/executor/Ch_SysMgmtExecutor/index.html
+++ b/1.3/microservices/system-management/executor/Ch_SysMgmtExecutor/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/sitemap.xml b/1.3/sitemap.xml
index 9d2201ca23..d04ede636e 100644
--- a/1.3/sitemap.xml
+++ b/1.3/sitemap.xml
@@ -2,572 +2,572 @@
https://edgexfoundry.github.io/edgex-docs/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/Ch-APIAppFunctionsSDK/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/Ch-APIDeviceSDK/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/Ch-APISystemManagement/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/core/Ch-APICoreCommand/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/core/Ch-APICoreData/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/core/Ch-APICoreMetadata/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/core/Ch-APICoreServiceConfiguration/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/supporting/Ch-APISupportingServicesAlerts/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/supporting/Ch-APISupportingServicesLogging/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/supporting/Ch-APISupportingServicesRulesEngine/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/api/supporting/Ch-APISupportingServicesScheduling/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/TOC/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/0001-Registy-Refactor/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/0004-Feature-Flags/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/0005-Service-Self-Config/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/013-Device-Service-Events-Message-Bus/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/014-Secret-Provider-For-All/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/core/0003-V2-API-Principles/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/device-service/0002-Array-Datatypes/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/device-service/0011-DeviceService-Rest-API/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/devops/0007-Release-Automation/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/devops/0010-Release-Artifacts/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/security/0008-Secret-Creation-and-Distribution/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/security/0009-Secure-Bootstrapping/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/security/0015-in-cluster-tls/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/adr/security/0016-docker-image-guidelines/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/legacy-design/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/legacy-design/device-service/discovery/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/legacy-requirements/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/design/legacy-requirements/device-service/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/AppServiceExamples/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-CommandingDeviceThroughRulesEngine/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-ExamplesAddingMQTTDevice/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-ExamplesAddingModbusDevice/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-ExamplesAddingSNMPDevice/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-ExamplesModbusdatatypeconversion/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-ExamplesRP4/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-ExamplesRandomDeviceService/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-ExamplesSendingAndConsumingBinary/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/Ch-ExamplesVirtualDeviceService/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/examples/LinuxTutorial/LinuxTutorial/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/general/ContainerNames/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/general/Definitions/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/general/PlatformRequirements/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/general/ServiceConfiguration/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/general/ServicePorts/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/ApplicationFunctionsSDK/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedCDevelopers/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedDevelopers/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedGoDevelopers/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedHybrid/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedSDK-C/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedSDK-Go/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedSDK/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedSnapUsers/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedUsers/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/Ch-GettingStartedUsersNexus/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/quick-start/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/getting-started/tools/Ch-CommandLineInterface/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/AdvancedTopics/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/AppServiceConfigurable/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/ApplicationFunctionsSDK/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/ApplicationServices/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/BuiltIn/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/ContextAPI/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/ErrorHandling/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/GeneralAppServiceConfig/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/application/Triggers/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/configuration/Ch-Configuration/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/core/Ch-CoreServices/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/core/command/Ch-Command/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/core/data/Ch-CoreData/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/core/database/Ch-Redis/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/core/metadata/Ch-Metadata/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/device/Ch-DeviceServices/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/device/profile/Ch-DeviceProfile/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/device/profile/Ch-DeviceProfileRef/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/device/sdk/Ch-DeviceSDK/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/device/virtual/Ch-VirtualDevice/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/general/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/Ch-APIGateway/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/Ch-AccessEdgeXRESTResources/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/Ch-Docker-Swarm-SecuringDeviceServices/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/Ch-SSH-Tunneling-HowToSecureDeviceServices/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/Ch-SecretStore/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/Ch-Security/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/Ch-SecurityIssues/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/Ch-StartingSecurity/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/edgex-secrets-config-proxy.1/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/edgex-secrets-config.1/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/security-file-token-provider.1/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/security/security-secrets-setup.1/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/support/Ch-SupportingServices/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/support/Kuiper/Ch-Kuiper/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/support/logging/Ch-Logging/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/support/notifications/Ch-AlertsNotifications/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/support/rulesengine/Ch-RulesEngine/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/support/scheduler/Ch-Scheduling/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/system-management/Ch_SystemManagement/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/system-management/agent/Ch_SysMgmtAgent/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/microservices/system-management/executor/Ch_SysMgmtExecutor/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-Walkthrough/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughCommands/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughData/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughDeviceProfile/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughDeviceService/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughExporting/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughProvision/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughReading/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughSetup/
- 2022-08-09
+ 2022-08-10
daily
https://edgexfoundry.github.io/edgex-docs/walk-through/Ch-WalkthroughUseCase/
- 2022-08-09
+ 2022-08-10
daily
\ No newline at end of file
diff --git a/1.3/sitemap.xml.gz b/1.3/sitemap.xml.gz
index 60a28342b8..2a3443112c 100644
Binary files a/1.3/sitemap.xml.gz and b/1.3/sitemap.xml.gz differ
diff --git a/1.3/walk-through/Ch-Walkthrough/index.html b/1.3/walk-through/Ch-Walkthrough/index.html
index db5a70fa5c..24a6840021 100644
--- a/1.3/walk-through/Ch-Walkthrough/index.html
+++ b/1.3/walk-through/Ch-Walkthrough/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughCommands/index.html b/1.3/walk-through/Ch-WalkthroughCommands/index.html
index 75e4b84a3f..6d14dcb19c 100644
--- a/1.3/walk-through/Ch-WalkthroughCommands/index.html
+++ b/1.3/walk-through/Ch-WalkthroughCommands/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughData/index.html b/1.3/walk-through/Ch-WalkthroughData/index.html
index 36d75e5232..8bfc78363e 100644
--- a/1.3/walk-through/Ch-WalkthroughData/index.html
+++ b/1.3/walk-through/Ch-WalkthroughData/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughDeviceProfile/index.html b/1.3/walk-through/Ch-WalkthroughDeviceProfile/index.html
index a0f2d13dad..c06d9b213b 100644
--- a/1.3/walk-through/Ch-WalkthroughDeviceProfile/index.html
+++ b/1.3/walk-through/Ch-WalkthroughDeviceProfile/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughDeviceService/index.html b/1.3/walk-through/Ch-WalkthroughDeviceService/index.html
index 5a9541408c..9823a658ef 100644
--- a/1.3/walk-through/Ch-WalkthroughDeviceService/index.html
+++ b/1.3/walk-through/Ch-WalkthroughDeviceService/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughExporting/index.html b/1.3/walk-through/Ch-WalkthroughExporting/index.html
index 132ba3443b..9fbe5b9644 100644
--- a/1.3/walk-through/Ch-WalkthroughExporting/index.html
+++ b/1.3/walk-through/Ch-WalkthroughExporting/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughProvision/index.html b/1.3/walk-through/Ch-WalkthroughProvision/index.html
index 50f7757a36..bebf5c2024 100644
--- a/1.3/walk-through/Ch-WalkthroughProvision/index.html
+++ b/1.3/walk-through/Ch-WalkthroughProvision/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughReading/index.html b/1.3/walk-through/Ch-WalkthroughReading/index.html
index 8273ca2608..3e9a8989c9 100644
--- a/1.3/walk-through/Ch-WalkthroughReading/index.html
+++ b/1.3/walk-through/Ch-WalkthroughReading/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughSetup/index.html b/1.3/walk-through/Ch-WalkthroughSetup/index.html
index f10c2c3c5c..0e49ba5e65 100644
--- a/1.3/walk-through/Ch-WalkthroughSetup/index.html
+++ b/1.3/walk-through/Ch-WalkthroughSetup/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+
diff --git a/1.3/walk-through/Ch-WalkthroughUseCase/index.html b/1.3/walk-through/Ch-WalkthroughUseCase/index.html
index 5307576e84..1f4fa28230 100644
--- a/1.3/walk-through/Ch-WalkthroughUseCase/index.html
+++ b/1.3/walk-through/Ch-WalkthroughUseCase/index.html
@@ -45,6 +45,11 @@
+
+
+
+
+