Skip to content

Commit

Permalink
RHIDP-5725: Incorrect plugin name in the Customizing the Home page ca…
Browse files Browse the repository at this point in the history
…rds code snippet (#883)
  • Loading branch information
pabel-rh authored Jan 31, 2025
1 parent 7ae9a30 commit e0d2c50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The default Home page is as shown in the following `app-config` file configurati
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
dynamicRoutes:
- path: /
importName: DynamicHomePage
Expand Down Expand Up @@ -63,7 +63,7 @@ Search::
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: SearchBar
Expand Down Expand Up @@ -98,7 +98,7 @@ Quick access::
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: QuickAccessCard
Expand Down Expand Up @@ -133,7 +133,7 @@ Headline::
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: Headline
Expand Down Expand Up @@ -166,7 +166,7 @@ Markdown::
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: MarkdownCard
Expand Down Expand Up @@ -219,7 +219,7 @@ Placeholder::
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: Placeholder
Expand All @@ -244,7 +244,7 @@ Catalog starred entities::
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: CatalogStarredEntitiesCard
Expand All @@ -258,7 +258,7 @@ Featured docs::
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: FeaturedDocsCard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: Placeholder
Expand All @@ -42,7 +42,7 @@ dynamicPlugins:
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: Placeholder
Expand Down Expand Up @@ -79,7 +79,7 @@ However, you can see a second card below this card by default.
----
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-dynamic-home-page:
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
mountPoints:
- mountPoint: home.page/cards
importName: Placeholder
Expand Down

0 comments on commit e0d2c50

Please sign in to comment.