update the alpha warning blurbs in backend docs

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-02-14 14:07:07 +01:00
parent 50696fd5cb
commit 71c0aee259
15 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ title: New Backend System
description: Details of the upcoming backend system
---
> **DISCLAIMER: The new backend system is under active development and is not considered stable**
> **DISCLAIMER: The new backend system is in alpha, and still under active development. While we have reviewed the interfaces carefully, they may still be iterated on before the stable release.**
## Status
The new backend system is under active development, and only a small number of plugins have been migrated so far. It is possible to try it out, but it is not recommended to use this new system in production yet.
The new backend system is in alpha, and only a small number of plugins have been migrated so far. It is possible to try it out, but it is not recommended to use this new system in production yet.
You can find an example backend setup in [the backend-next package](https://github.com/backstage/backstage/tree/master/packages/backend-next).