docs/tooling: update cli templating docs to reflect new design

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-02-10 17:02:18 +01:00
parent ab14f4e30f
commit b5f489aa79
4 changed files with 117 additions and 101 deletions
@@ -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