Skip to content

Commit ff2bc88

Browse files
[release-1.7] RHIDP-7802: Adding short description to Home cards (#1404)
* Added required text * Incorporated Fabrice's comments * Fixing indentation error * Indentation issues * Incorporated Eswar's comment --------- Co-authored-by: Priyanka Abel <[email protected]>
1 parent 9fac8af commit ff2bc88

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
@@ -5,7 +5,16 @@
55
[id="customizing-the-home-page-cards_{context}"]
66
= Customizing the Home page cards
77

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)
918

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

@@ -58,6 +67,8 @@ dynamicPlugins:
5867

5968
Search::
6069
+
70+
You can use the *SearchBar* card to provide essential search functionality directly on the Home page.
71+
+
6172
--
6273
[source,yaml]
6374
----
@@ -93,6 +104,8 @@ dynamicPlugins:
93104

94105
Quick access::
95106
+
107+
You can use the *QuickAccessCard* card to function as a customizable shortcut panel.
108+
+
96109
--
97110
[source,yaml]
98111
----
@@ -128,6 +141,8 @@ dynamicPlugins:
128141

129142
Headline::
130143
+
144+
You can use the *Headline* card to display important information.
145+
+
131146
--
132147
[source,yaml]
133148
----
@@ -161,6 +176,8 @@ dynamicPlugins:
161176

162177
Markdown::
163178
+
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+
+
164181
--
165182
[source,yaml]
166183
----
@@ -214,6 +231,8 @@ dynamicPlugins:
214231

215232
Placeholder::
216233
+
234+
You can use the *Placeholder* card as a utility element for reserving space or for layout testing on the Home page.
235+
+
217236
--
218237
[source,yaml]
219238
----
@@ -239,6 +258,8 @@ dynamicPlugins:
239258

240259
Catalog starred entities::
241260
+
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+
+
242263
--
243264
[source,yaml]
244265
----
@@ -253,6 +274,8 @@ dynamicPlugins:
253274

254275
Featured docs::
255276
+
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+
+
256279
--
257280
[source,yaml]
258281
----
@@ -267,7 +290,8 @@ dynamicPlugins:
267290

268291
EntitySection::
269292
+
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+
+
271295
--
272296
[source,yaml]
273297
----
@@ -292,6 +316,7 @@ dynamicPlugins:
292316
OnboardingSection::
293317
+
294318
You can use the *OnboardingSection* card to quickly discover learning resources within {product-very-short}.
319+
+
295320
--
296321
[source,yaml]
297322
----
@@ -315,6 +340,7 @@ dynamicPlugins:
315340
TemplateSection::
316341
+
317342
You can use the *TemplateSection* card to quickly explore and initiate software templates in {product-very-short}.
343+
+
318344
--
319345
[source,yaml]
320346
----

0 commit comments

Comments
 (0)