updated backend/frontend system readme files
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/frontend-test-utils': patch
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/backend-dev-utils': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Updated README to reflect release status
|
||||
@@ -1,8 +1,6 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
|
||||
|
||||
This package provides the core API used by Backstage backend apps.
|
||||
This package provides the framework API used by Backstage backend apps.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
|
||||
|
||||
This package provides the default implementations and setup for a standard Backstage backend app.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# @backstage/backend-dev-utils
|
||||
|
||||
**This package is EXPERIMENTAL, but we encourage use of it to add support for the new backend system in your own plugins**
|
||||
|
||||
This package helps set up local development environments for Backstage backend packages.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# example-backend-next
|
||||
|
||||
This is an example backend for the new **EXPERIMENTAL** Backstage backend system.
|
||||
This is an example backend for [the new Backstage backend system](https://backstage.io/docs/backend-system/).
|
||||
|
||||
Do not use this in your own projects.
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
**This package is EXPERIMENTAL, but we encourage use of it to add support for the new backend system in your own plugins**
|
||||
|
||||
This package provides the core API used by Backstage backend plugins and modules.
|
||||
This package provides the framework API used by Backstage backend plugins and modules.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# @backstage/frontend-app-api
|
||||
|
||||
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
|
||||
**The [new frontend system](https://backstage.io/docs/frontend-system/) that this package is part of is in alpha, and we do not yet recommend using it for production deployments**
|
||||
|
||||
This package provides the core API used by Backstage frontend apps. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
|
||||
This package provides the framework API used by Backstage frontend apps. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# @backstage/frontend-plugin-api
|
||||
|
||||
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
|
||||
**The [new frontend system](https://backstage.io/docs/frontend-system/) that this package is part of is in alpha, and we do not yet recommend using it for production deployments**
|
||||
|
||||
This package provides the core API used by Backstage frontend plugins. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
|
||||
This package provides the framework API used by Backstage frontend plugins. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @backstage/frontend-test-utils
|
||||
|
||||
**The [new frontend system](https://backstage.io/docs/frontend-system/) that this package is part of is in alpha, and we do not yet recommend using it for production deployments**
|
||||
|
||||
Contains utilities that can be used when testing frontend features such as extensions.
|
||||
|
||||
## Installation
|
||||
|
||||
Reference in New Issue
Block a user