Skip to content

Commit 3f527c1

Browse files
authored
RHIDP-6970: Fix headings in Customizing doc (#1071)
1 parent f5ac51b commit 3f527c1

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

Diff for: assemblies/assembly-customizing-the-appearance.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ include::modules/customizing-the-appearance/ref-customize-rhdh-default-backstage
5151
include::modules/customizing-the-appearance/proc-loading-custom-theme-using-dynamic-plugin.adoc[leveloffset=+1]
5252

5353
include::modules/customizing-the-appearance/ref-customize-rhdh-custom-components.adoc[leveloffset=+1]
54-

Diff for: modules/customizing-the-appearance/proc-customize-rhdh-sidebar-menuitems.adoc

+7-9
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Main menu items:: The core navigation structure of sidebar is static.
1111
.Procedure
1212

1313
. Customize the main menu items using the following steps:
14-
+
15-
--
1614
.. Open the `{my-app-config-file}` file.
1715
.. To customize the order and parent-child relationships for the main menu items, use the `dynamicPlugins.frontend.default.main-menu-items.menuItems` field.
1816
.. For dynamic plugin menu items, use the `dynamicPlugins.frontend.<package_name>.menuItems` field.
@@ -28,7 +26,7 @@ dynamicPlugins:
2826
title: Home
2927
icon: home
3028
priority: 100
31-
default.my-group:
29+
default.my-group:
3230
title: My Group
3331
icon: group
3432
priority: 90
@@ -115,7 +113,7 @@ dynamicPlugins:
115113

116114

117115
. To modify a main menu item or add a custom menu item, add a section to the `default.main-menu-items` > `menuItems` section in your `{my-app-config-file}` file. Use the `default.` prefix to identify the key as a main menu item.
118-
+
116+
+
119117
[source,yaml]
120118
----
121119
dynamicPlugins:
@@ -153,12 +151,12 @@ default.main-menu-items:
153151
menuItems:
154152
default.catalog:
155153
icon: category # <1>
156-
title: My Catalog
154+
title: My Catalog
157155
priority: 5
158-
default.learning-path:
159-
title: '' # <2> to hide the learning path from default sidebar
156+
default.learning-path:
157+
title: '' # <2>
160158
default.parentlist: # <3>
161-
title: Overview
159+
title: Overview
162160
icon: bookmarks
163161
default.home:
164162
parent: default.parentlist # <4>
@@ -173,4 +171,4 @@ default.main-menu-items:
173171
<4> `parent`: Nests home menu under the `default.parentlist` parent menu item.
174172
<5> `title`: Specifies a name for `default.references`
175173
<6> `icon`: Displays the `school` icon.
176-
<7> `to`: Redirects `default.references` to the `/references` page.
174+
<7> `to`: Redirects `default.references` to the `/references` page.

Diff for: titles/customizing/master.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ include::assemblies/assembly-customizing-the-homepage.adoc[leveloffset=+1]
3737

3838

3939
include::assemblies/assembly-customizing-the-quick-access-card.adoc[leveloffset=+1]
40-

0 commit comments

Comments
 (0)