From 7180772174330e899e248f347350acc7c74d2487 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Tue, 27 Aug 2024 14:58:03 +0200 Subject: [PATCH] docs: add notice to link to the old page Signed-off-by: Camila Belo --- docs/plugins/integrating-search-into-plugins--old.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/integrating-search-into-plugins--old.md b/docs/plugins/integrating-search-into-plugins--old.md index caa6179606..a2664342d0 100644 --- a/docs/plugins/integrating-search-into-plugins--old.md +++ b/docs/plugins/integrating-search-into-plugins--old.md @@ -5,7 +5,7 @@ description: How to integrate Search into a Backstage plugin --- :::info -This documentation is written for the old backend which has been replaced by [the new backend system](../backend-system/index.md), being the default since Backstage [version 1.24](../releases/v1.24.0.md). If have migrated to the new backend system, you may want to read [its own article](./integrating-search-into-plugins.md) instead. Otherwise, [consider migrating](../backend-system/building-backends/08-migrating.md)! +This documentation is written for the old backend which has been replaced by [the new backend system](../backend-system/index.md), being the default since Backstage [version 1.24](../releases/v1.24.0.md). If have migrated to the new backend system, you may want to read [its own article](./integrating-search-into-plugins--old.md) instead. Otherwise, [consider migrating](../backend-system/building-backends/08-migrating.md)! ::: The Backstage Search Platform was designed to give plugin developers the APIs