diff --git a/content/backstage/plugins/wiz.md b/content/backstage/plugins/wiz.md index 0889ac234..b9d7ff217 100644 --- a/content/backstage/plugins/wiz.md +++ b/content/backstage/plugins/wiz.md @@ -28,7 +28,12 @@ gettingStarted: - intro: The plugin requires Wiz backend plugin to be installed first. The backend plugin handles authentication and retrieving data. You can read more about it in Prerequisites and Getting Started section below. language: bash code: | - yarn --cwd packages/app add @roadiehq/plugin-wiz-backend + yarn --cwd packages/backend add @roadiehq/plugin-wiz-backend + + - intro: After installing backend plugin you can proceed with installing frontend part. + language: bash + code: | + yarn --cwd packages/app add @roadiehq/backstage-plugin-wiz - intro: 'Add plugin components to your Entity Page' language: javascript diff --git a/static/images/wiz-logo.png b/static/images/wiz-logo.png new file mode 100644 index 000000000..8b433486d Binary files /dev/null and b/static/images/wiz-logo.png differ