Skip to content

Commit 1430afc

Browse files
author
GitHub Actions
committed
Update the configure global header
1 parent 0105347 commit 1430afc

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[id="customizing-your-product-global-header_{context}"]
2+
= Customizing your {product} global header
3+
4+
As an administrator, you can add a global header to your {product-custom-resource-type} instance. You can enable the global header by default.
5+
You can do the following:
6+
7+
* Add a logo, search, notifications, users settings, help, and more.
8+
* Customize the order and position of icons and features by placing them on either the left or right side of the header.
9+
10+
.Prerequisites
11+
* You have configured your {product-custom-resource-type} instance.
12+
* You have administrative access and can modify a global header.
13+
14+
.Procedure
15+
16+
* Set the enabled property to `true`. For example:
17+
18+
[source,yaml]
19+
----
20+
globalHeader:
21+
enabled: true
22+
----
23+
* To disable this feature, update the configuration file by setting the property to `false`.

titles/customizing/master.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ include::artifacts/attributes.adoc[]
1111
include::modules/customizing/proc-customizing-your-product-title.adoc[leveloffset=+1]
1212

1313

14+
include::modules/customizing/proc-customizing-your-product-global-header.adoc[leveloffset=+1]
15+
16+
1417
include::modules/customizing/proc-customizing-your-product-base-url.adoc[leveloffset=+1]
1518

1619

0 commit comments

Comments
 (0)