Skip to content

Commit cf48b6e

Browse files
committed
Incorporated Judy's comments
1 parent 4e42bae commit cf48b6e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

modules/configuring-the-global-header/proc-customize-rhdh-global-header.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ Enter this field to hide the *Self-service* button from the sidebar menu.
8787
Remove this field to display the *Self-service* button in the sidebar menu.
8888
`position`::
8989
Enter `above-main-content` to position the header above the main content.
90-
Enter `above-sidebar` to position the header above the side bar.
90+
Enter `above-sidebar` to position the header above the sidebar.
9191

92-
To extend the functionality of the default global header, include any the following attributes in your global header entry:
92+
To extend the functionality of the default global header, include any of the following attributes in your global header entry:
9393

9494
`mountPoint`::
9595
Specifies the location of the header. Use `application/header` to specify it as a global header. You can configure several global headers at different positions by adding entries to the `mountPoints` field.

modules/configuring-the-global-header/proc-enabling-logo-in-the-sidebar.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can configure a logo in the sidebar of the {product} ({product-very-short}).
77

88
.Procedure
99

10-
. To display the logo in the sidebar, set the value of the `app.sidebar.logo` parameter to `true` as shown in the following example:
10+
. To display the logo exclusively in the sidebar, set the value of the `app.sidebar.logo` parameter to `true` as shown in the following example:
1111
+
1212
[source,yaml,subs="+attributes,+quotes"]
1313
----

modules/configuring-the-global-header/ref-mount-points.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
You can customize the application header in {product-short} using mount points for dynamic plugins. These mount points give flexibility in configuring the position of the header, its components and dropdown menus. You can create a customized experience with the following enhancements:
77

8-
application/header::
8+
`application/header`::
99
Controls the header position. Use `config.position` to set placement as either `above-main-content` or `above-sidebar`.
1010

11-
global.header/component::
11+
`global.header/component`::
1212
Configures header components. Use `config.priority` to set the order of components, and pass properties (including CSS styles) via `config.props`.
1313

14-
`Self-service* button`::
14+
`Self-service button`::
1515
+
1616
[source,yaml,subs="attributes,quotes"]
1717
----
@@ -48,11 +48,11 @@ mountPoints:
4848
priority: 150
4949
----
5050

51-
global.header/profile::
51+
`global.header/profile`::
5252
Configures the profile dropdown list when the `ProfileDropdown` component is enabled.
5353

5454

55-
* Adding a settings link to the profile dropdown
55+
* To add a settings link to the profile dropdown, use the following code:
5656
+
5757
[source,yaml]
5858
----
@@ -69,7 +69,7 @@ Configures the profile dropdown list when the `ProfileDropdown` component is ena
6969
global.header/create::
7070
Configures the create dropdown list when the `CreateDropdown` component is enabled.
7171

72-
* Adding a section for registering a component
72+
* To add a section for registering a component, use the following code:
7373
+
7474
[source,yaml]
7575
----

0 commit comments

Comments
 (0)