Skip to content

Commit b33e388

Browse files
rh-tokeefeclaude
andcommitted
Address review feedback: Add mountpoint location guidance and homepage type clarification
- Clarify mountpoint location in all three aggregation card procedures - Add notes indicating examples show read-only homepage configuration - Link to sections 9.4 and 9.5 for customizable and read-only homepage examples - Apply changes consistently across default, status-grouped, and average aggregation cards Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent aa6f1e4 commit b33e388

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ 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 `mountPoints` array, setting `aggregationId` to your preferred metric ID.
20+
. Add a new item to the `mountPoints` array under the `scorecard` plugin configuration, setting `aggregationId` to your preferred metric ID.
21+
+
22+
NOTE: The following example shows how to configure the mount point for a read-only homepage. For customizable homepage configuration, see xref:configure-portfolio-health-on-a-customizable-home-page_configure-scorecard-cards-on-the-homepage[Configure portfolio health on a customizable home page].
2123
+
2224
[source,yaml]
2325
----

modules/observability_evaluate-project-health-using-scorecards/proc-configure-an-aggregation-card-with-a-status-grouped-tracking-type.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ scorecard:
2929

3030
. Reference your custom aggregation ID inside the homepage card properties block under the `home.page/cards` mount point:
3131
+
32-
NOTE: Add this mount point inside the `mountPoints` array of your Scorecard plugin configuration. For a complete plugin configuration example, see xref:configure-a-default-scorecard-aggregation-card_configure-scorecard-cards-on-the-homepage[].
32+
NOTE: Add this mount point inside the `mountPoints` array of your Scorecard plugin configuration. The following example shows how to configure the mount point for a read-only homepage. For complete configuration examples, see xref:configure-portfolio-health-on-a-customizable-home-page_configure-scorecard-cards-on-the-homepage[Configure portfolio health on a customizable home page] or xref:configure-portfolio-health-on-a-read-only-home-page_configure-scorecard-cards-on-the-homepage[Configure portfolio health on a read-only home page].
3333
+
3434
[source,yaml]
3535
----

modules/observability_evaluate-project-health-using-scorecards/proc-configure-an-aggregation-card-with-an-average-tracking-type.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ options:
6262

6363
. Reference your average tracking aggregation ID inside the homepage card properties block under the `home.page/cards` mount point:
6464
+
65-
NOTE: Add this mount point inside the `mountPoints` array of your Scorecard plugin configuration. For a complete plugin configuration example, see xref:configure-a-default-scorecard-aggregation-card_configure-scorecard-cards-on-the-homepage[].
65+
NOTE: Add this mount point inside the `mountPoints` array of your Scorecard plugin configuration. The following example shows how to configure the mount point for a read-only homepage. For complete configuration examples, see xref:configure-portfolio-health-on-a-customizable-home-page_configure-scorecard-cards-on-the-homepage[Configure portfolio health on a customizable home page] or xref:configure-portfolio-health-on-a-read-only-home-page_configure-scorecard-cards-on-the-homepage[Configure portfolio health on a read-only home page].
6666
+
6767
[source,yaml]
6868
----

0 commit comments

Comments
 (0)