Skip to content

Commit 7442af9

Browse files
authored
update context help links (#109)
1 parent f4650c0 commit 7442af9

10 files changed

Lines changed: 30 additions & 22 deletions

File tree

apps/app-orch/public/runtime-config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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",

apps/cluster-orch/public/runtime-config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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",

apps/infra/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.11-dev
1+
1.0.11

apps/infra/deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ apiVersion: v2
44
name: orch-ui-infra
55
description: Deploy the Edge-Native Software Platform Infrastructure pod
66
type: application
7-
version: 1.0.11-dev
7+
version: 1.0.11
88
# Default appVersion will be overwritten by a the build to use the version from package.json.
99

10-
appVersion: "1.0.11-dev"
10+
appVersion: "1.0.11"
1111
dependencies: []
1212
annotations: {}

apps/infra/deploy/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ header:
3636
- src: /dashboard
3737
dest: /user_guide/monitor_deployments/index.html
3838
- src: /admin/ssh-keys
39-
dest: /user_guide/set_up_edge_infra/configure_ssh_public_keys.html
39+
dest: /user_guide/additional_howtos/configure_ssh_public_keys.html
4040
- src: /applications/deployments
4141
dest: /user_guide/package_software/deployments.html
4242
- src: /applications/deployment/*
@@ -78,7 +78,7 @@ header:
7878
- src: /infrastructure/cluster/*/edit
7979
dest: /user_guide/set_up_edge_infra/edit_clusters.html
8080
- src: /infrastructure/hosts
81-
dest: /user_guide/set_up_edge_infra/active_hosts.html
81+
dest: /user_guide/set_up_edge_infra/provisioned_hosts_main.html
8282
- src: /infrastructure/host/*
8383
dest: /user_guide/set_up_edge_infra/active_host_details.html
8484
- src: /infrastructure/host/*/edit
@@ -115,6 +115,8 @@ header:
115115
dest: /user_guide/additional_howtos/view_cluster_template.html
116116
- src: /admin/os-profiles
117117
dest: /shared/shared_os_profile.html
118+
- src: /admin/about
119+
dest: /user_guide/additional_howtos/index.html
118120

119121
# List of versions used to populate the "About" page
120122
# they are all set to `unknown` as it's `edge-manageability-framework` responsibility

apps/infra/public/runtime-config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ window.__RUNTIME_CONFIG__ = {
1616
DOCUMENTATION_URL: "https://docs.openedgeplatform.intel.com/edge-manage-docs/main",
1717
DOCUMENTATION: [
1818
{ src: "/dashboard", dest: "/user_guide/monitor_deployments/index.html" },
19-
{ src: "/admin/ssh-keys", dest: "/user_guide/index.html" },
19+
{ src: "/admin/ssh-keys", dest: "/user_guide/additional_howtos/configure_ssh_public_keys.html" },
2020
{ src: "/applications/deployments", dest: "/user_guide/package_software/deployments.html" },
2121
{ src: "/applications/deployment/*", dest: "/user_guide/package_software/deployment_details.html" },
2222
{ src: "/applications/deployment/*/cluster/*", dest: "/user_guide/package_software/deployment_details.html" },
@@ -37,7 +37,7 @@ window.__RUNTIME_CONFIG__ = {
3737
{ src: "/infrastructure/clusters/create", dest: "/user_guide/set_up_edge_infra/create_clusters.html" },
3838
{ src: "/infrastructure/cluster/*", dest: "/user_guide/set_up_edge_infra/cluster_details.html" },
3939
{ src: "/infrastructure/cluster/*/edit", dest: "/user_guide/set_up_edge_infra/edit_clusters.html" },
40-
{ src: "/infrastructure/hosts", dest: "/user_guide/set_up_edge_infra/active_hosts.html" },
40+
{ src: "/infrastructure/hosts", dest: "/user_guide/set_up_edge_infra/provisioned_hosts_main.html" },
4141
{ src: "/infrastructure/host/*", dest: "/user_guide/set_up_edge_infra/active_host_details.html" },
4242
{ src: "/infrastructure/host/*/edit", dest: "/user_guide/set_up_edge_infra/edit_host.html" },
4343
{ src: "/infrastructure/unassigned-hosts", dest: "/user_guide/set_up_edge_infra/configured_hosts_main.html" },
@@ -49,13 +49,14 @@ window.__RUNTIME_CONFIG__ = {
4949
{ src: "/infrastructure/locations", dest: "/user_guide/set_up_edge_infra/location_main.html" },
5050
{ src: "/infrastructure/regions/new", dest: "/user_guide/set_up_edge_infra/location/add_region.html" },
5151
{ src: "/infrastructure/regions/*", dest: "/user_guide/set_up_edge_infra/location/view_region_detail.html" },
52-
{ src: "/infrastructure/hosts/set-up-provisioning", dest: "/user_guide/index.html" },
52+
{ src: "/infrastructure/hosts/set-up-provisioning", dest: "/user_guide/set_up_edge_infra/provision_host.html" },
5353
{ src: "/infrastructure/regions/*/sites/new", dest: "/user_guide/set_up_edge_infra/location/add_site.html" },
5454
{ src: "/admin/alerts", dest: "/user_guide/additional_howtos/alerting.html" },
5555
{ src: "/admin/alert-definitions", dest: "/user_guide/additional_howtos/alerts_config.html" },
5656
{ src: "/admin/cluster-templates", dest: "/user_guide/additional_howtos/set_up_a_cluster_template.html" },
5757
{ src: "/admin/cluster-templates/*/view", dest: "/user_guide/additional_howtos/view_cluster_template.html" },
5858
{ src: "/admin/os-profiles", dest: "/shared/shared_os_profile.html" },
59+
{ src: "/admin/about", dest: "/user_guide/additional_howtos/index.html" },
5960
],
6061
MFE: {
6162
APP_ORCH: "false",

apps/root/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.11-dev
1+
2.0.11

apps/root/deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ apiVersion: v2
44
name: orch-ui-root
55
description: Deploy Edge Orchestrator UI pods on Kubernetes
66
type: application
7-
version: 2.0.11-dev
7+
version: 2.0.11
88
# Default appVersion will be overwritten by a the build to use the version from package.json.
99

1010
# This value is supplied only to enable local unbuilt deployment of released content.
11-
appVersion: "2.0.11-dev"
11+
appVersion: "2.0.11"
1212
annotations: {}
1313
dependencies: []

apps/root/deploy/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ header:
5151
- src: /dashboard
5252
dest: /user_guide/monitor_deployments/index.html
5353
- src: /admin/ssh-keys
54-
dest: /user_guide/set_up_edge_infra/configure_ssh_public_keys.html
54+
dest: /user_guide/additional_howtos/configure_ssh_public_keys.html
5555
- src: /applications/deployments
5656
dest: /user_guide/package_software/deployments.html
5757
- src: /applications/deployment/*
@@ -93,7 +93,7 @@ header:
9393
- src: /infrastructure/cluster/*/edit
9494
dest: /user_guide/set_up_edge_infra/edit_clusters.html
9595
- src: /infrastructure/hosts
96-
dest: /user_guide/set_up_edge_infra/active_hosts.html
96+
dest: /user_guide/set_up_edge_infra/provisioned_hosts_main.html
9797
- src: /infrastructure/host/*
9898
dest: /user_guide/set_up_edge_infra/active_host_details.html
9999
- src: /infrastructure/host/*/edit
@@ -130,6 +130,8 @@ header:
130130
dest: /user_guide/additional_howtos/view_cluster_template.html
131131
- src: /admin/os-profiles
132132
dest: /shared/shared_os_profile.html
133+
- src: /admin/about
134+
dest: /user_guide/additional_howtos/index.html
133135

134136
# List of versions used to populate the "About" page
135137
# they are all set to `unknown` as it's `edge-manageability-framework` responsibility

apps/root/public/runtime-config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)