Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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