Skip to content

Commit c315e33

Browse files
authored
RHIDP-7802: Adding short description to Home cards (#1396)
* Added required text * Incorporated Fabrice's comments * Fixing indentation error * Indentation issues * Incorporated Eswar's comment
1 parent 663e951 commit c315e33

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
[id="customizing-the-home-page-cards_{context}"]
44
= Customizing the Home page cards
55

6-
Administrators can change the fixed height of cards that are in a 12-column grid.
6+
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.
7+
8+
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:
9+
10+
* Extra-large (xl)
11+
* Large (lg)
12+
* Medium (md)
13+
* Small (sm)
14+
* Extra-small (xs)
15+
* Extra-extra-small (xxs)
716

817
The default Home page is as shown in the following `{my-app-config-file}` file configuration:
918

@@ -56,6 +65,8 @@ dynamicPlugins:
5665

5766
Search::
5867
+
68+
You can use the *SearchBar* card to provide essential search functionality directly on the Home page.
69+
+
5970
--
6071
[source,yaml]
6172
----
@@ -91,6 +102,8 @@ dynamicPlugins:
91102

92103
Quick access::
93104
+
105+
You can use the *QuickAccessCard* card to function as a customizable shortcut panel.
106+
+
94107
--
95108
[source,yaml]
96109
----
@@ -126,6 +139,8 @@ dynamicPlugins:
126139

127140
Headline::
128141
+
142+
You can use the *Headline* card to display important information.
143+
+
129144
--
130145
[source,yaml]
131146
----
@@ -159,6 +174,8 @@ dynamicPlugins:
159174

160175
Markdown::
161176
+
177+
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).
178+
+
162179
--
163180
[source,yaml]
164181
----
@@ -212,6 +229,8 @@ dynamicPlugins:
212229

213230
Placeholder::
214231
+
232+
You can use the *Placeholder* card as a utility element for reserving space or for layout testing on the Home page.
233+
+
215234
--
216235
[source,yaml]
217236
----
@@ -237,6 +256,8 @@ dynamicPlugins:
237256

238257
Catalog starred entities::
239258
+
259+
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.
260+
+
240261
--
241262
[source,yaml]
242263
----
@@ -251,6 +272,8 @@ dynamicPlugins:
251272

252273
Featured docs::
253274
+
275+
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.
276+
+
254277
--
255278
[source,yaml]
256279
----
@@ -265,7 +288,8 @@ dynamicPlugins:
265288

266289
EntitySection::
267290
+
268-
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.
291+
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`.
292+
+
269293
--
270294
[source,yaml]
271295
----
@@ -290,6 +314,7 @@ dynamicPlugins:
290314
OnboardingSection::
291315
+
292316
You can use the *OnboardingSection* card to quickly discover learning resources within {product-very-short}.
317+
+
293318
--
294319
[source,yaml]
295320
----
@@ -313,6 +338,7 @@ dynamicPlugins:
313338
TemplateSection::
314339
+
315340
You can use the *TemplateSection* card to quickly explore and initiate software templates in {product-very-short}.
341+
+
316342
--
317343
[source,yaml]
318344
----

0 commit comments

Comments
 (0)