Skip to content

Commit 556b917

Browse files
dgutrideantowaddle
andauthored
chore: Update manifest links to use new help url (opendatahub-io#7140)
Co-authored-by: Anthony Coughlin <33689325+antowaddle@users.noreply.github.com>
1 parent ad86ed7 commit 556b917

9 files changed

Lines changed: 21 additions & 21 deletions

File tree

frontend/src/__mocks__/mockComponents.ts

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

frontend/src/__mocks__/mockDocs.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const mockDocs = (): OdhDocument[] => [
1717
displayName: 'How to install Python packages on your notebook server',
1818
durationMinutes: 15,
1919
type: 'how-to',
20-
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_with_connected_applications/using_the_jupyter_application#installing-python-packages-on-your-notebook-server_connected-apps',
20+
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4',
2121
},
2222
},
2323
{
@@ -36,7 +36,7 @@ export const mockDocs = (): OdhDocument[] => [
3636
displayName: 'How to manage notebook server settings',
3737
durationMinutes: 15,
3838
type: 'how-to',
39-
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/managing_resources/managing-notebook-servers_notebook-mgmt',
39+
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4',
4040
},
4141
},
4242
{
@@ -55,7 +55,7 @@ export const mockDocs = (): OdhDocument[] => [
5555
displayName: 'How to use data from an S3-compatible object store',
5656
durationMinutes: 15,
5757
type: 'how-to',
58-
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_with_data_in_an_s3-compatible_object_store/index',
58+
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/working_with_data_in_an_s3-compatible_object_store/index',
5959
},
6060
},
6161
{
@@ -74,7 +74,7 @@ export const mockDocs = (): OdhDocument[] => [
7474
displayName: 'How to view installed packages on your notebook server',
7575
durationMinutes: 15,
7676
type: 'how-to',
77-
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_with_connected_applications/using_the_jupyter_application#viewing-python-packages-installed-on-your-notebook-server_connected-apps',
77+
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4',
7878
},
7979
},
8080
{
@@ -93,7 +93,7 @@ export const mockDocs = (): OdhDocument[] => [
9393
displayName: 'test',
9494
durationMinutes: 15,
9595
type: 'how-to',
96-
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_with_connected_applications/using_the_jupyter_application#installing-python-packages-on-your-notebook-server_connected-apps',
96+
url: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4',
9797
},
9898
},
9999
];

frontend/src/concepts/pipelines/content/PipelineMigrationNoteLinks.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import React from 'react';
22
import { AlertActionLink } from '@patternfly/react-core';
33

44
const INVALID_ARGO_DEPLOYMENT_SELF_DOCUMENTATION_URL =
5-
'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2.22/html/working_with_data_science_pipelines/migrating-to-data-science-pipelines-2_ds-pipelines#upgrading_to_data_science_pipelines_2_0';
5+
'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/working_with_ai_pipelines/pr01';
66

77
const INVALID_ARGO_DEPLOYMENT_CLOUD_DOCUMENTATION_URL =
8-
'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_with_data_science_pipelines/migrating-to-data-science-pipelines-2_ds-pipelines';
8+
'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/working_with_ai_pipelines/pr01';
99

1010
const PipelineMigrationNoteLinks: React.FC = () => (
1111
<>

frontend/src/pages/notebookController/screens/admin/NotebookAdminControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const NotebookAdminControl: React.FC = () => {
5454
Create, delete, and manage permissions for {ODH_PRODUCT_NAME} users in OpenShift.{' '}
5555
<ExternalLink
5656
text="Learn more about OpenShift user management"
57-
to="https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/managing_openshift_ai/managing-users-and-groups"
57+
to="https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/managing_openshift_ai/managing-users-and-groups"
5858
/>
5959
</Alert>
6060
</StackItem>

manifests/common/apps/jupyter/jupyter-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
4848
ii. Enter your credentials and click **Log in** (or equivalent for your identity provider).
4949
50-
If you see **Error 403: Forbidden**, you are not in the default user group or the default administrator group for OpenShift AI. Contact your administrator so that they can add you to the correct group using [Adding users for Red Hat OpenShift AI](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/managing_openshift_ai/managing-users-and-groups#adding-users-to-user-groups_managing-rhoai).
50+
If you see **Error 403: Forbidden**, you are not in the default user group or the default administrator group for OpenShift AI. Contact your administrator so that they can add you to the correct group using [Adding users for Red Hat OpenShift AI](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/managing_openshift_ai/managing-users-and-groups#adding-users-to-user-groups_managing-rhoai).
5151
5252
3. Start a workbench.
5353

manifests/rhoai/addon/apps/jupyter/jupyter-docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
type: how-to
1111
description: |-
1212
Install additional python packages into your workbench.
13-
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_with_connected_applications/using-basic-workbenches_connected-apps#installing-python-packages-on-your-workbench_connected-apps
13+
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/working_with_connected_applications/using-basic-workbenches_connected-apps#installing-python-packages-on-your-workbench_connected-apps
1414
durationMinutes: 15
1515
---
1616
apiVersion: dashboard.opendatahub.io/v1
@@ -25,7 +25,7 @@ spec:
2525
appName: jupyter
2626
description: |-
2727
Update the settings or the notebook image on your workbench.
28-
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/managing_resources/managing-basic-workbenches_notebook-mgmt
28+
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/managing_resources/managing-basic-workbenches_notebook-mgmt
2929
durationMinutes: 15
3030
---
3131
apiVersion: dashboard.opendatahub.io/v1
@@ -40,7 +40,7 @@ spec:
4040
type: how-to
4141
description: |-
4242
Connect to data in S3 Storage.
43-
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_with_data_in_an_s3-compatible_object_store/index
43+
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/working_with_data_in_an_s3-compatible_object_store/index
4444
durationMinutes: 15
4545
---
4646
apiVersion: dashboard.opendatahub.io/v1
@@ -55,5 +55,5 @@ spec:
5555
type: how-to
5656
description: |-
5757
See which packages are installed into your running workbench.
58-
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_with_connected_applications/using-basic-workbenches_connected-apps#viewing-python-packages-installed-on-your-workbench_connected-apps
58+
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/working_with_connected_applications/using-basic-workbenches_connected-apps#viewing-python-packages-installed-on-your-workbench_connected-apps
5959
durationMinutes: 15

manifests/rhoai/addon/apps/nvidia/nvidia-app.yaml

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

manifests/rhoai/shared/apps/rhoai/rhoai-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
img: >-
99
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38"><g id="uuid-fb69441b-b57f-4918-99bb-aad41e7175f0"><rect x="1" y="1" width="36" height="36" rx="9" ry="9" stroke-width="0"/><path d="m28,2.25c4.27336,0,7.75,3.47664,7.75,7.75v18c0,4.27336-3.47664,7.75-7.75,7.75H10c-4.27336,0-7.75-3.47664-7.75-7.75V10c0-4.27336,3.47664-7.75,7.75-7.75h18m0-1.25H10C5.02944,1,1,5.02943,1,10v18c0,4.97057,4.02944,9,9,9h18c4.97056,0,9-4.02943,9-9V10c0-4.97057-4.02944-9-9-9h0Z" fill="#4d4d4d" stroke-width="0"/></g><g id="uuid-2ba0340d-2b48-4a88-9260-2cfffdbae283"><path d="m19,29.625c-.10449,0-.20898-.02637-.30371-.07861l-9-5c-.20264-.11279-.32617-.32812-.32129-.56006.00537-.23193.13818-.44189.3457-.54541l2-1c.30859-.15381.68506-.02832.83838.27979.1543.30859.0293.68408-.27979.83838l-.93994.47021,7.66064,4.25586,7.66113-4.25586-.94043-.47021c-.30859-.1543-.43457-.52979-.2793-.83838.1543-.31006.53125-.43262.83789-.27979l2,1c.20801.10352.34082.31348.3457.54541s-.11914.44727-.32129.56006l-9,5c-.09473.05225-.19922.07861-.30371.07861Z" fill="#e00" stroke-width="0"/><path d="m19.15332,21.39404c-.33887-.08643-.6748.11865-.75928.45264-.20068.79443-.79541,1.39893-1.51416,1.54004-1.02734.20117-2.06396-.65674-2.27197-1.53076-.05322-.22607-.05273-.46924.00293-.72266.00659-.03027-.00073-.05914.00134-.08917.00299-.04205.00726-.08258.00183-.1236-.00525-.04016-.01801-.07629-.0307-.11414-.0127-.03827-.02405-.07526-.04382-.11029-.01965-.03497-.04541-.06378-.07141-.09442-.02582-.03052-.04999-.0603-.08167-.08557-.03271-.02625-.07013-.04376-.10822-.06323-.02631-.01343-.04675-.03436-.07556-.04419-.5177-.17749-.97192-.45697-1.35571-.79919.0517.00305.10065.0155.15308.0155,1.44727,0,2.625-1.17773,2.625-2.625,0-.34521-.27979-.625-.625-.625s-.625.27979-.625.625c0,.7583-.6167,1.375-1.375,1.375-.75385,0-1.36646-.6098-1.37366-1.36194-.00006-.00507-.00134-.00995-.00134-.01501-.00586-1.66943,1.32764-3.18848,2.47852-3.38184.29053-.04785.64404-.021.80615.00244.76904.1123,1.32617.51465,1.6582.83252.24902.23926.64404.23096.8833-.01904.23877-.24902.23047-.64453-.01904-.8833-.46338-.44434-1.24561-1.00684-2.34229-1.16748-.10547-.0166-.6582-.08789-1.19336.00244-.06549.01099-.13196.04083-.19788.05688.25311-1.03925,1.18536-1.81567,2.30139-1.81567,1.30957,0,2.375,1.06543,2.375,2.375,0,.02484.01135.04596.01416.07001.00488.04248.01147.08246.02466.12231.01257.03827.02881.07251.04816.10712.01953.0351.0401.06714.06598.09784.026.03094.05432.05682.08582.08221.03064.02478.0614.04639.09668.06519.03741.01996.07605.03339.11743.04553.02295.00677.04156.02136.06567.02551.03558.00623.07062.00903.10571.00916.00024,0,.00049.00012.00073.00012.00012,0,.00018-.00006.00031-.00006.00024,0,.00043.00006.00067.00006.08008,0,.15649-.01776.22833-.04633.02466-.00977.04431-.02618.06732-.03888.04413-.02429.08661-.04926.12378-.08344.02185-.02008.03796-.04382.05676-.06683.02966-.03607.05658-.07257.07776-.11523.01434-.02875.02295-.05872.03278-.08978.00842-.02667.02356-.04968.0285-.07806.26855-1.55762,1.4082-2.48145,2.36133-2.48145h.01562c.75293.00781,1.33008.55762,1.54297.79346.23047.25732.625.27588.88281.04541.25586-.23096.27637-.62646.04492-.88232-.32324-.3584-1.20996-1.19336-2.45703-1.20654h-.03027c-1.1449,0-2.20697.68921-2.89203,1.74573-.63739-1.04224-1.77582-1.74573-3.08453-1.74573-1.99902,0-3.625,1.62598-3.625,3.625,0,.0282.01245.05225.01605.07947-1.1131.8244-2.01984,2.26544-2.01575,3.91888,0,.00061-.00031.00104-.00031.00165,0,.00031.00012.00061.00012.00092,0,.00037-.00012.00067-.00012.00104.00629,1.88336,1.18011,3.58411,2.95685,4.38977-.0105.2558.00208.50848.06024.75281.30664,1.29199,1.62891,2.52344,3.16943,2.52344.18359,0,.37061-.01758.55859-.05469,1.19141-.23389,2.16699-1.19922,2.48535-2.45996.08496-.33447-.11719-.6748-.45215-.75928Z" fill="#fff" stroke-width="0"/><path d="m20.62372,17.14917l.763-1.52417h2.15021c.27264.5885.86511,1,1.55487,1,.94629,0,1.7168-.77002,1.7168-1.7168s-.77051-1.7168-1.7168-1.7168c-.75909,0-1.39758.49884-1.62341,1.18359h-2.46838c-.23633,0-.45312.13379-.55859.3457l-.78668,1.5733c-.17731-.06207-.36475-.1026-.56293-.1026-.94678,0-1.7168.77002-1.7168,1.7168s.77002,1.7168,1.7168,1.7168c.94629,0,1.7168-.77002,1.7168-1.7168,0-.2738-.07037-.52917-.18488-.75903Zm4.46808-2.70776c.25781,0,.4668.20947.4668.4668s-.20898.4668-.4668.4668-.4668-.20947-.4668-.4668.20898-.4668.4668-.4668Zm-6,3.93359c-.25732,0-.4668-.20947-.4668-.4668s.20947-.4668.4668-.4668c.25781,0,.4668.20947.4668.4668s-.20898.4668-.4668.4668Z" fill="#fff" stroke-width="0"/><path d="m25.0918,17.375c-.68976,0-1.28223.4115-1.55487,1h-1.53693c-.34473,0-.625.27979-.625.625v2.53693c-.58838.27258-1,.86481-1,1.55487,0,.94678.77051,1.7168,1.7168,1.7168s1.7168-.77002,1.7168-1.7168c0-.75946-.49902-1.39771-1.18359-1.62347v-1.84332h.84338c.22583.68475.86432,1.18359,1.62341,1.18359.94629,0,1.7168-.77002,1.7168-1.7168s-.77051-1.7168-1.7168-1.7168Zm-3,6.18359c-.25781,0-.4668-.20947-.4668-.4668s.20898-.4668.4668-.4668.4668.20947.4668.4668-.20898.4668-.4668.4668Zm3-4c-.25781,0-.4668-.20947-.4668-.4668s.20898-.4668.4668-.4668.4668.20947.4668.4668-.20898.4668-.4668.4668Z" fill="#fff" stroke-width="0"/></g></svg>
10-
getStartedLink: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/openshift_ai_tutorial_-_fraud_detection_example/index'
10+
getStartedLink: 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed'
1111
displayName: Red Hat OpenShift AI
1212
support: red hat
1313
provider: Red Hat

manifests/rhoai/shared/apps/rhoai/rhoai-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
type: tutorial
1111
description: |-
1212
Use OpenShift AI to train an example model in a Jupyter notebook, deploy the model, integrate the model into a fraud detection application, and refine the model by using automated pipelines.
13-
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/openshift_ai_tutorial_-_fraud_detection_example/index
13+
url: https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed
1414
durationMinutes: 60
1515
---
1616
apiVersion: dashboard.opendatahub.io/v1

0 commit comments

Comments
 (0)