From fa9bbcfbdbdf1d7dbde0017fe3dd4954c6d8512a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 23 Oct 2022 18:50:16 +0200 Subject: [PATCH] docs/new-backend-systen: add status section Signed-off-by: Patrik Oldsberg --- docs/plugins/new-backend-system.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/plugins/new-backend-system.md b/docs/plugins/new-backend-system.md index 5ce1b1b81a..3e7f610593 100644 --- a/docs/plugins/new-backend-system.md +++ b/docs/plugins/new-backend-system.md @@ -4,11 +4,17 @@ title: New Backend System description: Details of the upcoming backend system --- -> **DISCLAMER: The new backend system is under active development and is not considered stable** +> **DISCLAIMER: The new backend system is under active development and is not considered stable** + +## Status + +The new backend system is under active development, and only a small number of plugins and services 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 at https://github.com/backstage/backstage/tree/master/packages/backend-next. ## Overview -This is an example of how you create, start and add existing plugins to your backend. +This is an example of how you create, add plugins, and start up your backend. ```ts import { createBackend } from '@backstage/backend-defaults';