Add screenshot to README.md & missing repository information in package.json
Signed-off-by: ivgo <ivgo@spreadgroup.com>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
This plugin creates a new page in Backstage where the user can validate the entities.
|
||||
|
||||

|
||||
|
||||
## Getting started
|
||||
|
||||
First of all, install the package in the `app` package by running the following command:
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 91 KiB |
@@ -12,6 +12,11 @@
|
||||
"backstage": {
|
||||
"role": "frontend-plugin"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/backstage/backstage",
|
||||
"directory": "plugins/entity-validation"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "backstage-cli package start",
|
||||
"build": "backstage-cli package build",
|
||||
|
||||
Reference in New Issue
Block a user