docs: new structure for backend system docs

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-17 15:49:06 +01:00
parent 9d1950d4a4
commit e4f3c15dbe
14 changed files with 526 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
---
id: index
title: The Backend System
sidebar_label: Overview
# prettier-ignore
description: The backend system
---
> **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 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).