[#10459] 📝 Update documentation to use yarn --cwd arg

Signed-off-by: LvffY <louberger@hotmail.fr>
This commit is contained in:
LvffY
2022-03-30 15:53:05 +02:00
parent 23d032e987
commit f3101fb9d2
46 changed files with 65 additions and 110 deletions
+2 -4
View File
@@ -8,16 +8,14 @@ The Airbrake plugin provides connectivity between Backstage and Airbrake (https:
```bash
# From your Backstage root directory
cd packages/app
yarn add @backstage/plugin-airbrake
yarn add --cwd packages/app @backstage/plugin-airbrake
```
2. Install the Backend plugin:
```bash
# From your Backstage root directory
cd packages/backend
yarn add @backstage/plugin-airbrake-backend
yarn add --cwd packages/backend @backstage/plugin-airbrake-backend
```
3. Add the `EntityAirbrakeContent` to `packages/app/src/components/catalog/EntityPage.tsx` for all the entity pages you want Airbrake to be in: