Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.25 KB

proc-customizing-the-tech-radar-page-by-using-a-json-file.adoc

File metadata and controls

24 lines (16 loc) · 1.25 KB

Customizing the Tech Radar page by using a JSON file

For ease of use and simplicity, you can configure the Tech Radar page by using a hosted JSON file.

Prerequisites
  • 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.

Procedure
  1. 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.

  2. 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.