Skip to content

Commit 6d42cfd

Browse files
committed
Incorporated Heena's comments
1 parent 1ba2702 commit 6d42cfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/getting-started/proc-customize-rhdh-tech-radar-page.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can provide data to the Tech Radar page from the following sources:
2222
.Prerequisites
2323

2424
* You have installed {product} by using either the Operator or Helm chart. For more information, see link:{installing-on-ocp-book-url}[{installing-on-ocp-book-title}].
25-
* Configure integrations under the `integrations` section in the `app-config.yaml` file to specify the sources from which the Tech Radar plugin fetches data for display.
25+
* You have specified the data sources for the Tech Radar plugin in the `integrations` section in the `app-config.yaml` file.
2626

2727
.Procedure
2828

@@ -34,9 +34,9 @@ To access the data from the JSON files, complete the following step:
3434
[source,yaml]
3535
----
3636
techRadar:
37-
url: ${TECH_RADAR_DATA_URL}
37+
url: ${TECH_RADAR_DATA_URL} <1>
3838
----
39-
where `TECH_RADAR_DATA_URL` is the URL from which the JSON data is loaded.
39+
<1> `TECH_RADAR_DATA_URL` is the URL from which the JSON data is loaded.
4040

4141
== Using a dedicated service to provide data to the Tech Radar page
4242

@@ -69,6 +69,6 @@ backend:
6969
[source,yaml]
7070
----
7171
techRadar:
72-
url: ${TECH_RADAR_DATA_URL}
72+
url: ${TECH_RADAR_DATA_URL} <1>
7373
----
74-
where `TECH_RADAR_DATA_URL` is the URL from which the JSON data is loaded.
74+
<1> `TECH_RADAR_DATA_URL` is the URL from which the JSON data is loaded.

0 commit comments

Comments
 (0)