For ease of use and simplicity, you can configure the Tech Radar page by using a hosted JSON file.
-
You have specified the data sources for the Tech Radar plugin in the
integrations
section of the{my-app-config-file}
file. For example, to configure GitHub as an integration, see Authenticating with GitHub. -
You have enabled the
./dynamic-plugins/dist/backstage-community-plugin-tech-radar
and/dynamic-plugins/dist/backstage-community-plugin-tech-radar-backend-dynamic
plugins.
-
Publish the JSON file containing your Tech Radar data to a web server, such as GitHub or Gitlab. You can find an example at https://raw.githubusercontent.com/redhat-developer/rhdh/release-{product-version}/packages/app/public/tech-radar/data-default.json.
-
Configure {product-short} to access the Tech Radar data from the hosted JSON files, by adding the following to the
{my-app-config-file}
file:techRadar: url: <tech_radar_data_url>
<tech_radar_data_url>
-
Enter the Tech Radar data hosted JSON URL.