microsite: enable frontend system docs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-12-19 15:20:04 +01:00
parent 441a889b18
commit 03d1894d83
17 changed files with 59 additions and 15 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ sidebar_label: Introduction
description: The Frontend System
---
> **NOTE: The new frontend system is in a highly experimental phase**
> **NOTE: The new frontend system is in alpha and is only supported by a small number of plugins.**
## Status
The new frontend system is in an experimental phase and we do not recommend any plugins or apps to migrate.
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.
You can find an example app setup in [the `app-next` package](https://github.com/backstage/backstage/tree/master/packages/app-next).