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/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,15 @@
5
5
[id="customizing-the-home-page-cards_{context}"]
6
6
= Customizing the Home page cards
7
7
8
-
Administrators can change the fixed height of cards that are in a 12-column grid.
8
+
As an administrator, you can customize the layout and content of the Home page to create a tailored user experience. This includes integrating various specialized cards into the primary view.
9
+
10
+
The Home page layout uses a 12-column grid system. You can precisely define the position (x), width (w), and height (h) for each card across multiple screen breakpoints:
11
+
* Extra-large (xl)
12
+
* Large (lg)
13
+
* Medium (md)
14
+
* Small (sm)
15
+
* Extra-small (xs)
16
+
* Extra-extra-small (xxs)
9
17
10
18
The default Home page is as shown in the following `{my-app-config-file}` file configuration:
11
19
@@ -58,6 +66,8 @@ dynamicPlugins:
58
66
59
67
Search::
60
68
+
69
+
You can use the *SearchBar* card to provide essential search functionality directly on the Home page.
70
+
+
61
71
--
62
72
[source,yaml]
63
73
----
@@ -93,6 +103,8 @@ dynamicPlugins:
93
103
94
104
Quick access::
95
105
+
106
+
You can use the *QuickAccessCard* card to function as a customizable shortcut panel.
107
+
+
96
108
--
97
109
[source,yaml]
98
110
----
@@ -128,6 +140,8 @@ dynamicPlugins:
128
140
129
141
Headline::
130
142
+
143
+
You can use the *Headline* card to display important information.
144
+
+
131
145
--
132
146
[source,yaml]
133
147
----
@@ -161,6 +175,8 @@ dynamicPlugins:
161
175
162
176
Markdown::
163
177
+
178
+
You can use the *Markdown* card to display richly formatted content directly within the Home page layout. This card uses Markdown syntax to present structured information, such as lists and links (documentation and plugin repositories).
179
+
+
164
180
--
165
181
[source,yaml]
166
182
----
@@ -214,6 +230,8 @@ dynamicPlugins:
214
230
215
231
Placeholder::
216
232
+
233
+
You can use the *Placeholder* card as a utility element for reserving space or for layout testing on the Home page.
234
+
+
217
235
--
218
236
[source,yaml]
219
237
----
@@ -239,6 +257,8 @@ dynamicPlugins:
239
257
240
258
Catalog starred entities::
241
259
+
260
+
You can use the *CatalogStarredEntitiesCard* card to provide a dedicated space on the Home page for users to view catalog entities that they have marked as starred.
261
+
+
242
262
--
243
263
[source,yaml]
244
264
----
@@ -253,6 +273,8 @@ dynamicPlugins:
253
273
254
274
Featured docs::
255
275
+
276
+
You can use the *FeaturedDocsCard* card as a way to highlight specific documentation within {product}, as it is available for deployment on the Home page.
0 commit comments