Merge pull request #18466 from elizabeth-a-hobbs/update-docs
Corrected the installation instructions for @backstage/plugin-catalog-unprocessed-entities
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-unprocessed-entities': patch
|
||||
---
|
||||
|
||||
Corrected the installation instructions.
|
||||
@@ -29,7 +29,7 @@ Requires the `@backstage/plugin-catalog-backend-module-unprocessed` module to be
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
yarn add --cwd packages/backend @backstage/plugin-catalog-backend-module-unprocessed
|
||||
yarn add --cwd packages/app @backstage/plugin-catalog-module-unprocessed
|
||||
```
|
||||
|
||||
Import into your `App.tsx` and include into the `<FlatRoutes>` component:
|
||||
|
||||
Reference in New Issue
Block a user