From 0f30e2b8868c7d71282cac7fc400cdc32da7f1ba Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Mar 2026 11:36:49 +0100 Subject: [PATCH] docs: remove broken link to non-existent search integration doc The caution block referenced a new frontend system version of the search integration doc that was never created. Remove the dead link while keeping the rest of the legacy notice intact. Signed-off-by: Patrik Oldsberg Made-with: Cursor --- docs/plugins/integrating-search-into-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/integrating-search-into-plugins.md b/docs/plugins/integrating-search-into-plugins.md index 39dd490799..cbd9c89e14 100644 --- a/docs/plugins/integrating-search-into-plugins.md +++ b/docs/plugins/integrating-search-into-plugins.md @@ -6,7 +6,7 @@ description: How to integrate Search into a Backstage plugin :::caution Legacy Documentation -This section is part of the legacy plugins documentation. For the new frontend system version, see [Integrating Search into a Plugin](../frontend-system/building-plugins/10-integrating-search-into-plugins.md). The backend search collator patterns described here use the new backend system and are still current. The frontend search experience examples use the old frontend system APIs. +This section is part of the legacy plugins documentation. The backend search collator patterns described here use the new backend system and are still current. The frontend search experience examples use the old frontend system APIs. :::