Skip to content

Commit f7be1c8

Browse files
committed
fix: typo, version tag, and OCI snippet in default aggregation card
1 parent 3da1047 commit f7be1c8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

modules/observability_evaluate-project-health-using-scorecards/proc-configure-a-default-scorecard-aggregation-card.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Add a standard scorecard summary card to your homepage using default, out-of-the
1717

1818
. Navigate to your scorecard card block under the `home.page/cards` mount point.
1919

20-
. Add a new item to the `mountpointsarray`, `settingaggregationId` to your preferred metric ID.
20+
. Add a new item to the `mountPoints` array, setting `aggregationId` to your preferred metric ID.
2121
+
2222
[source,yaml]
2323
----
2424
plugins:
25-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard:bs_1.49.4__2.7.7
25+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard:<tag>
2626
disabled: false
2727
pluginConfig:
2828
dynamicPlugins:
@@ -43,9 +43,9 @@ plugins:
4343
xxs: { w: 12, h: 6 }
4444
----
4545
+
46-
where:
47-
48-
`aggregationId`:: The aggregation identifier used in the mount point configuration. For default aggregations, this value must match the `metricId` from your installed Scorecard module. For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/evaluate_project_health_using_scorecards/index#supported-scorecard-metrics-providers_evaluate-project-health-using-scorecards[Supported Scorecard metrics providers].
46+
include::{docdir}/artifacts/snip-tag-for-OCI-package-paths.adoc[]
47+
+
48+
`aggregationId`:: The aggregation identifier used in the mount point configuration. For default aggregations, this value must match the `metricId` from your installed Scorecard module. For more information, see xref:supported-scorecard-metrics-providers_evaluate-project-health-using-scorecards[].
4949

5050
. Save the modified configuration file and restart your {product} instance.
5151

0 commit comments

Comments
 (0)