frontend-*-api: update README

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-22 17:41:05 +02:00
parent aa66a0bde0
commit 5dfa0cdb55
2 changed files with 8 additions and 14 deletions
+4 -7
View File
@@ -1,12 +1,9 @@
# @backstage/frontend-plugin-api
_This package was created through the Backstage CLI_.
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
## Installation
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).
Install the package via Yarn:
## Documentation
```sh
cd <package-dir> # if within a monorepo
yarn add @backstage/frontend-plugin-api
```
- [Backstage Documentation](https://backstage.io/docs)