Skip to content

Commit

Permalink
Fixes some issues with branding content (quay#632)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <stevsmit@stevsmit.remote.csb>
  • Loading branch information
stevsmit and Steven Smith committed Apr 4, 2023
1 parent eab2a9c commit c4578ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
4 changes: 2 additions & 2 deletions modules/branding-quay-deployment.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:_content-type: CONCEPT
[id="branding-quay-deployment"]
= Customizing a {productname} deployment
= Branding a {productname} deployment on the legacy UI

You can customize your {productname} deployment by changing the registry title, logo, footer image, and by directing users to a website embedded in the footer image.
You can brand the UI of your {productname} deployment by changing the registry title, logo, footer image, and by directing users to a website embedded in the footer image.

.Procedure

Expand Down
16 changes: 0 additions & 16 deletions modules/config-fields-basic.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@
+
**Default:** +
`Red Hat Quay`
| {nbsp} | {nbsp} |{nbsp}
| **BRANDING** | Object | Custom branding for logos and URLs in the {productname} UI.

| **.logo** +
(Required) | String | Main logo image URL. +
+
**Example:** +
`/static/img/quay-horizontal-color.svg`
| **.footer_img** | String | Logo for UI footer. +
+
**Example:** +
`/static/img/RedHat.svg`
| **.footer_url** | String | Link for footer image. +
+
**Example:** +
`https://redhat.com`

| **CONTACT_INFO** | Array of String | If specified, contact information to display on the contact page. If only a single piece of contact information is specified, the contact footer will link directly.
|**[0]** | String | Adds a link to send an e-mail. +
Expand Down
20 changes: 15 additions & 5 deletions modules/config-fields-branding.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,23 @@
[cols="3a,1a,2a",options="header"]
|===
|Field | Type |Description
| **BRANDING** | Object | Configuration for {productname} branding.
| **BRANDING** | Object | Custom branding for logos and URLs in the {productname} UI.

| **logo** | String | The URL scheme to be used for the top image of your {productname} deployment.
| **.logo** +
(Required) | String | Main logo image URL. +

| **footer_img** | String | The URL scheme to be used for the footer image of your {productname} deployment.

| **footer_url** | String | The URL scheme of the website that users will be directed to when clicking the footer image.
The header logo defaults to 205x30 PX. The form logo on the {productname} sign in screen of the web UI defaults to 356.5x39.7 PX.
+
**Example:** +
`/static/img/quay-horizontal-color.svg`
| **.footer_img** | String | Logo for UI footer. Defaults to 144x34 PX. +
+
**Example:** +
`/static/img/RedHat.svg`
| **.footer_url** | String | Link for footer image. +
+
**Example:** +
`https://redhat.com`
|===

[id="example-config-fields-branding"]
Expand Down

0 comments on commit c4578ff

Please sign in to comment.