Skip to content

Commit 9265302

Browse files
GitHub Actionsopenshift-cherrypick-robot
authored andcommitted
Apply suggestions
1 parent 09325ae commit 9265302

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/customizing-the-home-page/proc-customizing-quickaccess-card-icons-on-the-rhdh-homepage.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ As an administrator, you can customize the QuickAccess card icons on the {produc
99

1010
. Add the JSON Data source. The QuickAccess Cards on the homepage supports loading data from a JSON file. This JSON file can be hosted in your GitHub repository or any accessible endpoint.
1111

12-
. Configure the Proxy in `{my-app-config-file}`
12+
. Configure the Proxy in your {product-very-short} `{my-app-config-file}` file.
13+
+
14+
To allow the homepage to fetch data from the hosted JSON file, add the following proxy configuration to your {product-very-short} `{my-app-config-file}` file:
1315
+
14-
To allow the homepage to fetch data from the hosted JSON file, add the following proxy configuration to your `{my-app-config-file}`:
15-
1616
[source,yaml]
1717
----
1818
proxy:
@@ -34,17 +34,17 @@ The following table lists the supported icon types:
3434
|Example
3535
|Rendered as
3636

37-
|*Backstage System Icon*
37+
|*{product-custom-resource-type} system icon*
3838
|`"catalog"`
39-
|Uses Backstage system [icons](https://github.com/backstage/backstage/blob/master/packages/app-defaults/src/defaults/icons.tsx)
39+
|Uses {product-custom-resource-type} system [icons](https://github.com/backstage/backstage/blob/master/packages/app-defaults/src/defaults/icons.tsx)
4040

4141
|*SVG String*
4242
|`"<svg>...</svg>"`
4343
|Renders inline SVG
4444

4545
|*Image URL*
4646
|`"https://example.com/icon.png"`
47-
|Renders external image. External images might be be restricted to Content Security Policy (CSP) which can be configured in the `app-config.yaml`.
47+
||Renders external image. External images might be restricted to Content Security Policy (CSP) which can be configured in your {product-very-short} `{my-app-config-file}` file.
4848

4949
|*Relative Path*
5050
|`"/homepage/icons/icon.png"`
@@ -53,7 +53,7 @@ The following table lists the supported icon types:
5353

5454
[NOTE]
5555
====
56-
SVGs must be valid strings when stored inside JSON (use single quotes inside `<svg>`)
56+
SVGs must be valid strings when stored inside JSON (use single quotes inside `<svg>`).
5757
====
5858

5959
The following is an example of a JSON file:

0 commit comments

Comments
 (0)