Skip to content

Commit e132963

Browse files
committed
Incorporated comments
1 parent 0390349 commit e132963

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The sidebar menu in {product} consists of two main parts:
1212
Customize the main menu items using the following steps:
1313
+
1414
--
15-
. Open the `app-config-rhdh.yaml` file.
16-
. To customize the order and parent-child relationships for the main menu items, use the `dynamicPlugins.frontend.default.main-menu-items.menuItems` field.
17-
. For dynamic plugin menu items, use the `dynamicPlugins.frontend.<package_name>.menuItems` field.
15+
. Open the `app-config-rhdh.yaml` file and do any of the following tasks:
16+
* To customize the order and parent-child relationships for the main menu items, enter the `dynamicPlugins.frontend.default.main-menu-items.menuItems` field.
17+
* To add dynamic plugin menu items, enter the `dynamicPlugins.frontend.<package_name>.menuItems` field.
1818

1919
.Example `app-config-rhdh.yaml` file
2020
[source,yaml]

modules/customizing-the-home-page/proc-defining-the-layout-of-the-product-home-page.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
.Procedure
1515
. Configure your {product-short} `app-config.yaml` configuration file by choosing one of the following options:
16-
.. Use the full space on smaller windows and half of the space on larger windows as follows:
16+
* Use the full space on smaller windows and half of the space on larger windows as shown in the following example:
1717

1818
[source,yaml]
1919
----
@@ -36,7 +36,7 @@ dynamicPlugins:
3636
debugContent: a placeholder
3737
----
3838

39-
.. Show the cards side by side by defining the `x` parameter as follows:
39+
* Show the cards side by side by defining the `x` parameter as shown in the following example:
4040

4141
[source,yaml]
4242
----

0 commit comments

Comments
 (0)