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
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,16 @@
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
+
12
+
* Extra-large (xl)
13
+
* Large (lg)
14
+
* Medium (md)
15
+
* Small (sm)
16
+
* Extra-small (xs)
17
+
* Extra-extra-small (xxs)
9
18
10
19
The default Home page is as shown in the following `{my-app-config-file}` file configuration:
11
20
@@ -58,6 +67,8 @@ dynamicPlugins:
58
67
59
68
Search::
60
69
+
70
+
You can use the *SearchBar* card to provide essential search functionality directly on the Home page.
71
+
+
61
72
--
62
73
[source,yaml]
63
74
----
@@ -93,6 +104,8 @@ dynamicPlugins:
93
104
94
105
Quick access::
95
106
+
107
+
You can use the *QuickAccessCard* card to function as a customizable shortcut panel.
108
+
+
96
109
--
97
110
[source,yaml]
98
111
----
@@ -128,6 +141,8 @@ dynamicPlugins:
128
141
129
142
Headline::
130
143
+
144
+
You can use the *Headline* card to display important information.
145
+
+
131
146
--
132
147
[source,yaml]
133
148
----
@@ -161,6 +176,8 @@ dynamicPlugins:
161
176
162
177
Markdown::
163
178
+
179
+
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).
180
+
+
164
181
--
165
182
[source,yaml]
166
183
----
@@ -214,6 +231,8 @@ dynamicPlugins:
214
231
215
232
Placeholder::
216
233
+
234
+
You can use the *Placeholder* card as a utility element for reserving space or for layout testing on the Home page.
235
+
+
217
236
--
218
237
[source,yaml]
219
238
----
@@ -239,6 +258,8 @@ dynamicPlugins:
239
258
240
259
Catalog starred entities::
241
260
+
261
+
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.
262
+
+
242
263
--
243
264
[source,yaml]
244
265
----
@@ -253,6 +274,8 @@ dynamicPlugins:
253
274
254
275
Featured docs::
255
276
+
277
+
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.
278
+
+
256
279
--
257
280
[source,yaml]
258
281
----
@@ -267,7 +290,8 @@ dynamicPlugins:
267
290
268
291
EntitySection::
269
292
+
270
-
You can use the *EntitySection* card to create a visually engaging section that highlights catalog entities of various kinds, such as components, APIs, resources, and so on.
293
+
You can use the *EntitySection* card to create a visually engaging section that highlights catalog entities of various kinds, such as `Component`, `API`, `Resource`, and `System`.
294
+
+
271
295
--
272
296
[source,yaml]
273
297
----
@@ -292,6 +316,7 @@ dynamicPlugins:
292
316
OnboardingSection::
293
317
+
294
318
You can use the *OnboardingSection* card to quickly discover learning resources within {product-very-short}.
319
+
+
295
320
--
296
321
[source,yaml]
297
322
----
@@ -315,6 +340,7 @@ dynamicPlugins:
315
340
TemplateSection::
316
341
+
317
342
You can use the *TemplateSection* card to quickly explore and initiate software templates in {product-very-short}.
0 commit comments