You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/getting-started/proc-customize-rhdh-homepage.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ To access the Home page in {product}, the base URL must include the `/developer-
11
11
When using the `app-config`, you can do the following:
12
12
13
13
* 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.
15
15
* Change quick access links.
16
16
17
17
.Prerequisites
@@ -68,7 +68,7 @@ dynamicPlugins:
68
68
xxs: { w: 12, h: 4 }
69
69
----
70
70
71
-
== Defining the layout of the {product} Home page
71
+
=== Defining the layout of the {product} Home page
72
72
73
73
To define the layout of your Home page, include the following optimal parameters in each of your breakpoints:
74
74
@@ -99,6 +99,7 @@ dynamicPlugins:
99
99
debugContent: a placeholder
100
100
----
101
101
102
+
102
103
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:
103
104
104
105
[source,yaml]
@@ -135,6 +136,7 @@ dynamicPlugins:
135
136
debugContent: right
136
137
----
137
138
139
+
138
140
You can also show the cards in three columns by defining the `x` parameter, as shown in the following example:
139
141
140
142
[source,yaml]
@@ -184,7 +186,6 @@ dynamicPlugins:
184
186
debugContent: right
185
187
----
186
188
187
-
188
189
== Using a dedicated service to provide data to the Learning Paths
189
190
190
191
When using a dedicated service, you can do the following:
0 commit comments