From 5f7f4ec8904bd275c2313cd9e02fb86c92746c29 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Wed, 14 Feb 2024 12:19:42 +0100 Subject: [PATCH] docs: remove createExtension suggestion Signed-off-by: Vincenzo Scamporlino --- docs/frontend-system/building-plugins/migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-system/building-plugins/migrating.md b/docs/frontend-system/building-plugins/migrating.md index 6f51357c76..16f465ece7 100644 --- a/docs/frontend-system/building-plugins/migrating.md +++ b/docs/frontend-system/building-plugins/migrating.md @@ -133,7 +133,7 @@ then add the `fooPage` extension to the plugin: ## Migrating Components -The equivalent utility to replace components created with `createComponentExtension` is `createExtension` from `@backstage/frontend-plugin-api`. However, we recommend searching for an appropriate extension first, considering using `createExtension` as the last option for more complex scenarios. +The equivalent utility to replace components created with `createComponentExtension` is `createExtension` from `@backstage/frontend-plugin-api`. However, we recommend searching for a more appropriate extension creator first. ## Migrating APIs