Skip to content

Commit 0d3779d

Browse files
committed
Modifies the Customizing Home Page
1 parent 963d083 commit 0d3779d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/getting-started/proc-customize-rhdh-homepage.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To access the Home page in {product}, the base URL must include the `/developer-
1111
When using the `app-config`, you can do the following:
1212

1313
* Customize and extend the default Home page layout with additional cards that appear based on the plugins you have installed and enabled.
14-
* Add, reorganize, and remove cards.
14+
* Add, reorganize, and remove the cards.
1515
* Change quick access links.
1616

1717
.Prerequisites
@@ -68,7 +68,7 @@ dynamicPlugins:
6868
xxs: { w: 12, h: 4 }
6969
----
7070

71-
== Defining the layout of the {product} Home page
71+
=== Defining the layout of the {product} Home page
7272

7373
To define the layout of your Home page, include the following optimal parameters in each of your breakpoints:
7474

@@ -99,6 +99,7 @@ dynamicPlugins:
9999
debugContent: a placeholder
100100
----
101101

102+
102103
You can see a second card below this card by default. However, to show the cards side by side, you must define the `x` parameter, as shown in the following example:
103104

104105
[source,yaml]
@@ -135,6 +136,7 @@ dynamicPlugins:
135136
debugContent: right
136137
----
137138

139+
138140
You can also show the cards in three columns by defining the `x` parameter, as shown in the following example:
139141

140142
[source,yaml]
@@ -184,7 +186,6 @@ dynamicPlugins:
184186
debugContent: right
185187
----
186188

187-
188189
== Using a dedicated service to provide data to the Learning Paths
189190

190191
When using a dedicated service, you can do the following:

0 commit comments

Comments
 (0)