From 5fb74b803be4a6f3fdd9782ca309f1135cc9b14d Mon Sep 17 00:00:00 2001 From: Priyanka Abel Date: Mon, 3 Feb 2025 10:54:45 +0530 Subject: [PATCH] Changed plugin name --- .../proc-customizing-the-home-page-cards.adoc | 16 ++++++++-------- ...ning-the-layout-of-the-product-home-page.adoc | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc b/modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc index 96045d05f2..8b24339041 100644 --- a/modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc +++ b/modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/modules/customizing-the-home-page/proc-defining-the-layout-of-the-product-home-page.adoc b/modules/customizing-the-home-page/proc-defining-the-layout-of-the-product-home-page.adoc index 26592ef594..a8deb3d9ec 100644 --- a/modules/customizing-the-home-page/proc-defining-the-layout-of-the-product-home-page.adoc +++ b/modules/customizing-the-home-page/proc-defining-the-layout-of-the-product-home-page.adoc @@ -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 @@ -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 @@ -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