Skip to content

Commit e0d2c50

Browse files
authored
RHIDP-5725: Incorrect plugin name in the Customizing the Home page cards code snippet (redhat-developer#883)
1 parent 7ae9a30 commit e0d2c50

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Diff for: modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The default Home page is as shown in the following `app-config` file configurati
1313
----
1414
dynamicPlugins:
1515
frontend:
16-
janus-idp.backstage-plugin-dynamic-home-page:
16+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
1717
dynamicRoutes:
1818
- path: /
1919
importName: DynamicHomePage
@@ -63,7 +63,7 @@ Search::
6363
----
6464
dynamicPlugins:
6565
frontend:
66-
janus-idp.backstage-plugin-dynamic-home-page:
66+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
6767
mountPoints:
6868
- mountPoint: home.page/cards
6969
importName: SearchBar
@@ -98,7 +98,7 @@ Quick access::
9898
----
9999
dynamicPlugins:
100100
frontend:
101-
janus-idp.backstage-plugin-dynamic-home-page:
101+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
102102
mountPoints:
103103
- mountPoint: home.page/cards
104104
importName: QuickAccessCard
@@ -133,7 +133,7 @@ Headline::
133133
----
134134
dynamicPlugins:
135135
frontend:
136-
janus-idp.backstage-plugin-dynamic-home-page:
136+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
137137
mountPoints:
138138
- mountPoint: home.page/cards
139139
importName: Headline
@@ -166,7 +166,7 @@ Markdown::
166166
----
167167
dynamicPlugins:
168168
frontend:
169-
janus-idp.backstage-plugin-dynamic-home-page:
169+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
170170
mountPoints:
171171
- mountPoint: home.page/cards
172172
importName: MarkdownCard
@@ -219,7 +219,7 @@ Placeholder::
219219
----
220220
dynamicPlugins:
221221
frontend:
222-
janus-idp.backstage-plugin-dynamic-home-page:
222+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
223223
mountPoints:
224224
- mountPoint: home.page/cards
225225
importName: Placeholder
@@ -244,7 +244,7 @@ Catalog starred entities::
244244
----
245245
dynamicPlugins:
246246
frontend:
247-
janus-idp.backstage-plugin-dynamic-home-page:
247+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
248248
mountPoints:
249249
- mountPoint: home.page/cards
250250
importName: CatalogStarredEntitiesCard
@@ -258,7 +258,7 @@ Featured docs::
258258
----
259259
dynamicPlugins:
260260
frontend:
261-
janus-idp.backstage-plugin-dynamic-home-page:
261+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
262262
mountPoints:
263263
- mountPoint: home.page/cards
264264
importName: FeaturedDocsCard

Diff for: modules/customizing-the-home-page/proc-defining-the-layout-of-the-product-home-page.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
----
2020
dynamicPlugins:
2121
frontend:
22-
janus-idp.backstage-plugin-dynamic-home-page:
22+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
2323
mountPoints:
2424
- mountPoint: home.page/cards
2525
importName: Placeholder
@@ -42,7 +42,7 @@ dynamicPlugins:
4242
----
4343
dynamicPlugins:
4444
frontend:
45-
janus-idp.backstage-plugin-dynamic-home-page:
45+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
4646
mountPoints:
4747
- mountPoint: home.page/cards
4848
importName: Placeholder
@@ -79,7 +79,7 @@ However, you can see a second card below this card by default.
7979
----
8080
dynamicPlugins:
8181
frontend:
82-
janus-idp.backstage-plugin-dynamic-home-page:
82+
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
8383
mountPoints:
8484
- mountPoint: home.page/cards
8585
importName: Placeholder

0 commit comments

Comments
 (0)