Skip to content

Commit 21b524c

Browse files
committed
PR-607 redone to avoid merge conflicts
1 parent 8168ee6 commit 21b524c

14 files changed

+36
-37
lines changed

artifacts/attributes.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
:installing-and-viewing-dynamic-plugins-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_and_viewing_dynamic_plugins/index
8181
:installing-and-viewing-dynamic-plugins-title: Installing and viewing dynamic plugins
8282

83-
8483
:authentication-book-url: https://docs.redhat.com/documentation/en-us/red_hat_developer_hub/{product-version}/html-single/authentication/index
8584
:authentication-book-title: Authentication
8685

artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on
88

99
.Prerequsites
1010
* You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins.
11-
//For more information about installing dynamic plugins, see xref:rhdh-installing-dynamic-plugins[].
12-
//Cannot xref across titles. Convert xref to a link.
11+
12+
For more information about installing dynamic plugins, see xref:{installing-and-viewing-dynamic-plugins-url}[installing-and-viewing-dynamic-plugins-title].
1313

1414
* You have configured the Kubernetes plugin to connect to the cluster using a `ServiceAccount`.
1515

artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on
1010

1111
.Prerequsites
1212
* You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins.
13-
//For more information about installing dynamic plugins, see xref:rhdh-installing-dynamic-plugins[].
14-
//Cannot xref across titles. Convert xref to a link.
13+
14+
For more information about installing dynamic plugins, see xref:{installing-and-viewing-dynamic-plugins-url}[installing-and-viewing-dynamic-plugins-title].
1515

1616
* You have configured the Kubernetes plugin to connect to the cluster using a `ServiceAccount`.
1717

modules/admin/proc-rhdh-monitoring-logging-aks.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ You can access live data logs generated by Kubernetes objects and collect log da
2323
.Prerequisites
2424

2525
* You have deployed {product-short} on {aks-short}.
26-
//For more information, see xref:proc-rhdh-deploy-aks_{context}[].
27-
//replace with a link to the installation guide.
26+
27+
For more information, see xref:{installing-on-aks-book-url}#assembly-install-rhdh-aks[{installing-on-aks-book-title}].
2828

2929
.Procedure
3030

modules/admin/proc-using-azure-auth-provider.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ The `core-plugin-api` package in {product-short} comes integrated with Microsoft
66

77
.Prerequisites
88
* You have deployed {product-short} on AKS.
9-
//For more information, see xref:proc-rhdh-deploy-aks_{context}[].
10-
//replace with a link to the installation guide.
9+
10+
For more information, see xref:{installing-on-aks-book-url}#assembly-install-rhdh-aks[Installing Red Hat Developer Hub on Azure Kubernetes Service (AKS)].
11+
1112
* You have created registered your application in Azure portal. For more information, see https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app[Register an application with the Microsoft identity platform].
1213

1314
== Using Microsoft Azure as an authentication provider in Helm deployment
1415

1516
You can use Microsoft Azure as an authentication provider in {product}, when installed using the Helm Chart.
16-
//For more information, see xref:proc-rhdh-deploy-aks-helm_{context}[].
17-
//replace with a link to the installation guide.
17+
18+
For more information, see xref:{installing-on-aks-book-url}#proc-rhdh-deploy-aks-helm_assembly-install-rhdh-aks[Deploying {product-short} on {aks-short} with the Helm chart].
1819

1920
.Procedure
2021

@@ -113,8 +114,8 @@ kubectl -n <your_namespace> delete pods -l backstage.io/app=backstage-<your-rhdh
113114
== Using Microsoft Azure as an authentication provider in Operator-backed deployment
114115

115116
You can use Microsoft Azure as an authentication provider in {product}, when installed using the Operator.
116-
//For more information, see xref:proc-install-rhdh-ocp-operator_{context}[].
117-
//replace with a link to the installation guide.
117+
118+
For more information, see xref:{installing-on-ocp-book-url}#proc-install-operator_assembly-install-rhdh-ocp-operator[Installing {product} on {ocp-short} with the Operator].
118119

119120
.Procedure
120121

modules/authorization/proc-mounting-the-policy-csv-file-using-helm.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ You can add your `policy.csv` file to the {product-short} Helm Chart by creating
1010
* You are logged in to your {ocp-short} account using the {ocp-short} web console.
1111
* {product} is installed and deployed using Helm Chart.
1212
+
13-
//For more information about installing the {product} on {ocp-short} using Helm Chart, see xref:proc-install-rhdh-ocp-helm_{context}[].
14-
//replace with a link to the installation guide.
13+
For more information, see xref:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp-helm[Installing {product} on {ocp-short} with the Helm chart].
1514

1615
.Procedure
1716

modules/authorization/proc-mounting-the-policy-csv-file-using-the-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ When the {product} is deployed with the Operator, you can add your `policy.csv`
99
* {product} is installed and deployed using the Operator.
1010
* You have added a custom configuration file to {ocp-short}. For more information, see link:{LinkAdminGuide}[Adding a custom configuration file to {ocp-short}].
1111
+
12-
//For more information about installing the {product} on {ocp-short} using the Operator, see xref:proc-install-rhdh-ocp-operator_{context}[].
13-
//replace with a link to the installation guide.
12+
13+
For more information, see xref:{installing-on-ocp-book-url}#proc-install-operator_assembly-install-rhdh-ocp-operator[Installing {product} on {ocp-short} with the Operator].
1414

1515
.Procedure
1616

modules/authorization/proc-rbac-send-request-rbac-rest-api.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The RBAC REST API enables you to interact with the permission policies and roles
66
.Prerequisites
77

88
* {product} is installed and running.
9-
//For more information about installing {product}, see xref:proc-install-rhdh-ocp-helm_{context}[].
10-
//replace with a link to the installation guide.
9+
10+
For more information about installing {product}, see link:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp-helm[Installing {product} on {ocp-short} with the Helm chart].
1111

1212
* You have access to the {product-short}.
1313

modules/getting-started/proc-customize-rhdh-homepage.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ To access the Home page in {product}, the base URL must include the `/developer-
1111
.Prerequisites
1212

1313
You have installed {product} by using either the Operator or Helm chart.
14-
//For more information, see xref:proc-install-rhdh_rhdh-getting-started[].
15-
//replace with link to installation guide.
14+
15+
For more information, see xref:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp[{installing-on-ocp-book-title}].
1616

1717

1818
.Procedure
@@ -49,8 +49,8 @@ When using a dedicated service, you can do the following:
4949
.Prerequisites
5050

5151
* You have installed the {product} using Helm Chart.
52-
//For more information, see xref:proc-install-rhdh_{context}[].
53-
//replace with link to the installation guide.
52+
53+
For more information, see xref:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp-helm[Installing {product} on {ocp-short} with the Helm chart].
5454

5555
.Procedure
5656

modules/getting-started/proc-customize-rhdh-learning-paths.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ You can provide data to the Learning Path from the following sources:
2020
.Prerequisites
2121

2222
You have installed {product} by using either the Operator or Helm chart.
23-
//For more information, see xref:proc-install-rhdh_rhdh-getting-started[].
24-
//replace with link to installation guide.
23+
24+
For more information, see xref:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp[{installing-on-ocp-book-title}].
2525

2626
.Procedure
2727

@@ -54,8 +54,8 @@ When using a dedicated service, you can do the following:
5454
.Prerequisites
5555

5656
* You have installed the {product} using Helm chart.
57-
//For more information, see xref:proc-install-rhdh_rhdh-getting-started[].
58-
//replace with link to installation guide.
57+
58+
For more information, see xref:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp[{installing-on-ocp-book-title}].
5959

6060
.Procedure
6161

0 commit comments

Comments
 (0)