Skip to content

Commit 4bc13f9

Browse files
committed
Updates the customizing rhdh homepage
1 parent 4a64d4a commit 4bc13f9

4 files changed

+5
-15
lines changed

assemblies/assembly-customizing-the-quick-access-card-in-rhdh.adoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
:_newdoc-version: 2.18.3
2-
:_template-generated: 2024-11-13
3-
4-
ifdef::context[:parent-context-of-customizing-the-quick-access-card-in-rhdh: {context}]
5-
61
:_mod-docs-content-type: ASSEMBLY
72

8-
ifndef::context[]
93
[id="customizing-the-quick-access-card-in-rhdh"]
10-
endif::[]
11-
ifdef::context[]
12-
[id="customizing-the-quick-access-card-in-rhdh_{context}"]
13-
endif::[]
144
= Customizing the Quick access card in {product}
155

166
To access the Home page in {product}, the base URL must include the `/developer-hub` proxy. You can configure the Home page by passing the data into the `app-config.yaml` file as a proxy. You can provide data to the Home page from the following sources:

assemblies/assembly-customizing-the-rhdh-homepage.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ When using the `app-config`, you can do the following:
1616
** Featured docs
1717

1818
include::modules/getting-started/proc-customizing-the-home-page-cards.adoc[leveloffset=+1]
19-
include::modules/getting-started/proc-defining-the-layout-of-the-product-home-page.adoc[leveloffset=+1]
20-
19+
include::modules/getting-started/proc-defining-the-layout-of-the-product-home-page.adoc[leveloffset=+1]

modules/getting-started/proc-defining-the-layout-of-the-product-home-page.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
** position (x and y)
1313

1414
.Procedure
15-
* Use the full space on smaller windows and half of the space on larger windows as follows:
15+
* Configure your {product-short} `app-config.yaml` configuration file by choosing one of the following options:
16+
** Use the full space on smaller windows and half of the space on larger windows as follows:
1617

1718
[source,yaml]
1819
----
@@ -35,7 +36,7 @@ dynamicPlugins:
3536
debugContent: a placeholder
3637
----
3738

38-
* Show the cards side by side by defining the `x` parameter as follows:
39+
** Show the cards side by side by defining the `x` parameter as follows:
3940

4041
[source,yaml]
4142
----

modules/getting-started/proc-using-hosted-json-files-to-provide-data-to-the-quick-access-card.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See xref:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp[{installing-on-o
1313

1414
.Procedure
1515

16-
To access the data from the JSON files:
16+
* To access the data from the JSON files, add the following code to the {product-short} `app-config.yaml` configuration file:
1717

1818
* Add the following code to the `app-config.yaml` file:
1919
+

0 commit comments

Comments
 (0)