docs/tooling: update cli templating docs to reflect new design
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -72,11 +72,9 @@ putting all extensions like this in a backend module package of their own in the
|
||||
`plugins` folder of your Backstage repo:
|
||||
|
||||
```sh
|
||||
yarn new
|
||||
yarn new --select backend-module --option pluginId=catalog
|
||||
```
|
||||
|
||||
Select `backend-module` and enter `catalog` for the id.
|
||||
|
||||
The class will have this basic structure:
|
||||
|
||||
```ts title="plugins/catalog-backend-module-frobs/src/FrobsProvider.ts"
|
||||
@@ -652,11 +650,9 @@ putting all extensions like this in a backend module package of their own in the
|
||||
`plugins` folder of your Backstage repo:
|
||||
|
||||
```sh
|
||||
yarn new
|
||||
yarn new --select backend-module --option pluginId=catalog
|
||||
```
|
||||
|
||||
Select `backend-module` and enter `catalog` for the id.
|
||||
|
||||
The class will have this basic structure:
|
||||
|
||||
```ts
|
||||
|
||||
Reference in New Issue
Block a user