Skip to content

Commit 12c0ae4

Browse files
committed
Incorporated Heena's comments
1 parent a7154dd commit 12c0ae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ 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 xref:{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+
* 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.
2626

2727
.Procedure
2828

2929
To access the data from the JSON files, complete the following step:
3030

3131
. Enable the `./dynamic-plugins/dist/backstage-community-plugin-tech-radar` and `/dynamic-plugins/dist/backstage-community-plugin-tech-radar-backend-dynamic` plugins.
32-
. Add the following code to the app-config.yaml file:
32+
. Add the following code to the `app-config.yaml` file:
3333
+
3434
[source,yaml]
3535
----
@@ -64,7 +64,7 @@ backend:
6464
allow:
6565
- host: 'hostname'
6666
----
67-
. Add the following to the app-config.yaml file:
67+
. Add the following to the `app-config.yaml` file:
6868
+
6969
[source,yaml]
7070
----

0 commit comments

Comments
 (0)