You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/getting-started/proc-customize-rhdh-tech-radar-page.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ You can provide data to the Tech Radar page from the following sources:
22
22
.Prerequisites
23
23
24
24
* 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.
26
26
27
27
.Procedure
28
28
29
29
To access the data from the JSON files, complete the following step:
30
30
31
31
. 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:
33
33
+
34
34
[source,yaml]
35
35
----
@@ -64,7 +64,7 @@ backend:
64
64
allow:
65
65
- host: 'hostname'
66
66
----
67
-
. Add the following to the app-config.yaml file:
67
+
. Add the following to the `app-config.yaml` file:
0 commit comments