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).