From fd43ad8144f8bff34e8c0d0837c7289b0fec8123 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 24 Oct 2023 14:33:10 +0200 Subject: [PATCH] docs/frontend-system: add introduction Signed-off-by: Patrik Oldsberg --- docs/frontend-system/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/frontend-system/index.md diff --git a/docs/frontend-system/index.md b/docs/frontend-system/index.md new file mode 100644 index 0000000000..3970c09f00 --- /dev/null +++ b/docs/frontend-system/index.md @@ -0,0 +1,15 @@ +--- +id: index +title: The Frontend System +sidebar_label: Introduction +# prettier-ignore +description: The Frontend System +--- + +> **NOTE: The new frontend system is in a highly experimental phase** + +## Status + +The new frontend system is in an experimental phase and we do not recommend any plugins or apps to migrate. + +You can find an example app setup in [the `app-next` package](https://github.com/backstage/backstage/tree/master/packages/app-next).