Merge pull request #30959 from backstage/nfs-fix-migrating-docs

[NFS] docs: update nfs status
This commit is contained in:
Ben Lambert
2025-08-21 15:50:12 +02:00
committed by GitHub
3 changed files with 1 additions and 11 deletions
@@ -5,10 +5,6 @@ sidebar_label: Utility APIs
description: Utility APIs
---
:::note Note
The new frontend system is in alpha and is only supported by a small number of plugins.
:::
## Overview
Utility APIs are pieces of standalone functionality, interfaces that can be requested by plugins to use. They are defined by a TypeScript interface as well as a reference (an "API ref") used to access its implementation. They can be provided both by plugins and the core framework, and are themselves [extensions](../architecture/20-extensions.md) that can have inputs, be replaced, and be declaratively configured in your app-config.
@@ -7,12 +7,6 @@ description: Testing plugins in the frontend system
# Testing Frontend Plugins
:::note Note
The new frontend system is in alpha, and some plugins do not yet fully implement it.
:::
Utilities for testing frontend features and components are available in `@backstage/frontend-test-utils`.
## Testing React components
+1 -1
View File
@@ -7,6 +7,6 @@ description: The Frontend System
## Status
The new frontend system is in alpha, and only a few plugins support the system so far. We do not yet 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).