From 92472d5317d3d30f04713fa363f4cf3b07f6440f Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Thu, 21 Aug 2025 15:12:33 +0200 Subject: [PATCH] Update docs/frontend-system/index.md Co-authored-by: Peter Macdonald Signed-off-by: Ben Lambert --- docs/frontend-system/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-system/index.md b/docs/frontend-system/index.md index dff54289c9..9633df1dab 100644 --- a/docs/frontend-system/index.md +++ b/docs/frontend-system/index.md @@ -7,6 +7,6 @@ description: The Frontend System ## Status -We recommend migrating any apps to the new system. If you add support for the new system to your plugin, please do so under a `/alpha` sub-path export. +We recommend migrating your frontend plugins to the new frontend system. If you do please do so under an `/alpha` sub-path export. You can find an example app setup in the [`app-next` package](https://github.com/backstage/backstage/tree/master/packages/app-next).