Skip to content

Commit

Permalink
chore: updating docs mitigating deprecated yarn arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
jonshaffer authored and dweber019 committed Oct 3, 2024
1 parent 40831e1 commit 93c01c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/accentuate-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ First we need to add the `@dweber019/backstage-plugin-accentuate-backend` packag

```sh
# From your Backstage root directory
yarn add --cwd packages/backend @dweber019/backstage-plugin-accentuate-backend
yarn --cwd packages/backend add @dweber019/backstage-plugin-accentuate-backend
```

Then we open the file named `packages/backend/src/plugins/catalog.ts`, and extend it with:
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs-module-wsdl-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Backend for the `@dweber019/backstage-plugin-api-docs-module-wsdl` frontend plug
## Setup

```
yarn add --cwd packages/backend @dweber019/backstage-plugin-api-docs-module-wsdl-backend
yarn --cwd packages/backend add @dweber019/backstage-plugin-api-docs-module-wsdl-backend
```

Then integrate the plugin using the following default setup for `src/plugins/apiDocsModuleWsdl.ts`:
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs-module-wsdl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You need to install the backend plugin too.
## Setup

```
yarn add --cwd packages/app @dweber019/backstage-plugin-api-docs-module-wsdl
yarn --cwd packages/app add @dweber019/backstage-plugin-api-docs-module-wsdl
```

### Add the wsdlDocsApiWidget to your apis
Expand Down
2 changes: 1 addition & 1 deletion plugins/endoflife-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First we need to add the `@dweber019/backstage-plugin-endoflife-backend` package

```sh
# From your Backstage root directory
yarn add --cwd packages/backend @dweber019/backstage-plugin-endoflife-backend
yarn --cwd packages/backend add @dweber019/backstage-plugin-endoflife-backend
```

Then we will create a new file named `packages/backend/src/plugins/endoflife.ts`, and add the following to it:
Expand Down
2 changes: 1 addition & 1 deletion plugins/relations-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First we need to add the `@dweber019/backstage-plugin-relations-backend` package

```sh
# From your Backstage root directory
yarn add --cwd packages/backend @dweber019/backstage-plugin-relations-backend
yarn --cwd packages/backend add @dweber019/backstage-plugin-relations-backend
```

Then we open the file named `packages/backend/src/plugins/catalog.ts`, and extend it with:
Expand Down

0 comments on commit 93c01c4

Please sign in to comment.