You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update the doc on changing RHDH logo
Update the doc on changing RHDH logo
* Update the doc on changing RHDH logo
* Update the doc on changing RHDH logo
* Update the doc on changing RHDH logo
---------
Co-authored-by: GitHub Actions <[email protected]>
= Customizing the branding logo of your {product-short} instance
7
7
8
-
You can customize the branding logo of your {product-short} instance by configuring the `branding` section the `{my-app-config-file}` file, as shown in the following example:
8
+
You can customize the branding logo of your {product-short} instance by configuring the `branding` section in the `{my-app-config-file}` file, as shown in the following example:
9
9
10
-
[source,yaml]
10
+
[source,yaml,subs="+quotes"]
11
11
----
12
12
app:
13
13
branding:
@@ -19,6 +19,22 @@ where:
19
19
20
20
<1> `fullLogo` is the logo on the expanded (pinned) sidebar and expects a base64 encoded image.
21
21
<2> `iconLogo` is the logo on the collapsed (unpinned) sidebar and expects a base64 encoded image.
22
+
+
23
+
You can format the `BASE64_EMBEDDED_FULL_LOGO` environment variable as follows:
Replace `image/svg+xml` with the correct media type for your image (for example, `image/png` and `image/jpeg`), and adjust the file extension accordingly. As a result, you can embed the logo directly without referencing an external file.
22
38
23
39
You can also customize the width of the branding logo by setting a value for the `fullLogoWidth` field in the `branding` section, as shown in the following example:
0 commit comments