@@ -18,7 +18,7 @@ window.__RUNTIME_CONFIG__ = {
1818 DOCUMENTATION_URL : "https://docs.openedgeplatform.intel.com/edge-manage-docs/main" ,
1919 DOCUMENTATION : [
2020 { src : "/dashboard" , dest : "/user_guide/monitor_deployments/index.html" } ,
21- { src : "/admin/ssh-keys" , dest : "/user_guide/index .html" } ,
21+ { src : "/admin/ssh-keys" , dest : "/user_guide/additional_howtos/configure_ssh_public_keys .html" } ,
2222 { src : "/applications/deployments" , dest : "/user_guide/package_software/deployments.html" } ,
2323 { src : "/applications/deployment/*" , dest : "/user_guide/package_software/deployment_details.html" } ,
2424 { src : "/applications/deployment/*/cluster/*" , dest : "/user_guide/package_software/deployment_details.html" } ,
@@ -39,7 +39,7 @@ window.__RUNTIME_CONFIG__ = {
3939 { src : "/infrastructure/clusters/create" , dest : "/user_guide/set_up_edge_infra/create_clusters.html" } ,
4040 { src : "/infrastructure/cluster/*" , dest : "/user_guide/set_up_edge_infra/cluster_details.html" } ,
4141 { src : "/infrastructure/cluster/*/edit" , dest : "/user_guide/set_up_edge_infra/edit_clusters.html" } ,
42- { src : "/infrastructure/hosts" , dest : "/user_guide/set_up_edge_infra/active_hosts .html" } ,
42+ { src : "/infrastructure/hosts" , dest : "/user_guide/set_up_edge_infra/provisioned_hosts_main .html" } ,
4343 { src : "/infrastructure/host/*" , dest : "/user_guide/set_up_edge_infra/active_host_details.html" } ,
4444 { src : "/infrastructure/host/*/edit" , dest : "/user_guide/set_up_edge_infra/edit_host.html" } ,
4545 { src : "/infrastructure/unassigned-hosts" , dest : "/user_guide/set_up_edge_infra/configured_hosts_main.html" } ,
@@ -51,13 +51,14 @@ window.__RUNTIME_CONFIG__ = {
5151 { src : "/infrastructure/locations" , dest : "/user_guide/set_up_edge_infra/location_main.html" } ,
5252 { src : "/infrastructure/regions/new" , dest : "/user_guide/set_up_edge_infra/location/add_region.html" } ,
5353 { src : "/infrastructure/regions/*" , dest : "/user_guide/set_up_edge_infra/location/view_region_detail.html" } ,
54- { src : "/infrastructure/hosts/set-up-provisioning" , dest : "/user_guide/index .html" } ,
54+ { src : "/infrastructure/hosts/set-up-provisioning" , dest : "/user_guide/set_up_edge_infra/provision_host .html" } ,
5555 { src : "/infrastructure/regions/*/sites/new" , dest : "/user_guide/set_up_edge_infra/location/add_site.html" } ,
5656 { src : "/admin/alerts" , dest : "/user_guide/additional_howtos/alerting.html" } ,
5757 { src : "/admin/alert-definitions" , dest : "/user_guide/additional_howtos/alerts_config.html" } ,
5858 { src : "/admin/cluster-templates" , dest : "/user_guide/additional_howtos/set_up_a_cluster_template.html" } ,
5959 { src : "/admin/cluster-templates/*/view" , dest : "/user_guide/additional_howtos/view_cluster_template.html" } ,
6060 { src : "/admin/os-profiles" , dest : "/shared/shared_os_profile.html" } ,
61+ { src : "/admin/about" , dest : "/user_guide/additional_howtos/index.html" } ,
6162 ] ,
6263 MFE : {
6364 APP_ORCH : "true" ,
0 commit comments